# 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_set_revert.yml ************************************************* 1 plays in /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_revert.yml PLAY [Revert snapshots of logical volumes across different volume groups] ****** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_revert.yml:2 Friday 01 March 2024 21:31:29 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_revert.yml:55 Friday 01 March 2024 21:31:30 +0000 (0:00:00.955) 0:00:00.966 ********** 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:31:30 +0000 (0:00:00.012) 0:00:00.979 ********** 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:31:30 +0000 (0:00:00.262) 0:00:01.241 ********** 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:31:30 +0000 (0:00:00.016) 0:00:01.258 ********** 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:31:30 +0000 (0:00:00.015) 0:00:01.274 ********** 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:31:30 +0000 (0:00:00.013) 0:00:01.287 ********** 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:31:30 +0000 (0:00:00.018) 0:00:01.306 ********** 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:31:30 +0000 (0:00:00.025) 0:00:01.331 ********** 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:31:31 +0000 (0:00:00.207) 0:00:01.539 ********** 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:31:31 +0000 (0:00:00.014) 0:00:01.553 ********** 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:31:31 +0000 (0:00:00.009) 0:00:01.563 ********** 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:31:31 +0000 (0:00:00.009) 0:00:01.572 ********** 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:31:31 +0000 (0:00:00.025) 0:00:01.598 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libblockdev-kbd-2.28-6.el8.x86_64", "Installed: lvm2-8:2.03.14-9.el8.x86_64", "Installed: libblockdev-loop-2.28-6.el8.x86_64", "Installed: ndctl-71.1-7.el8.x86_64", "Installed: device-mapper-event-8:1.02.181-9.el8.x86_64", "Installed: lvm2-libs-8:2.03.14-9.el8.x86_64", "Installed: libblockdev-lvm-2.28-6.el8.x86_64", "Installed: ndctl-libs-71.1-7.el8.x86_64", "Installed: blivet-data-1:3.6.0-8.el8.noarch", "Installed: device-mapper-event-libs-8:1.02.181-9.el8.x86_64", "Installed: python3-blivet-1:3.6.0-8.el8.noarch", "Installed: python3-blockdev-2.28-6.el8.x86_64", "Installed: userspace-rcu-0.10.1-4.el8.x86_64", "Installed: libblockdev-mdraid-2.28-6.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-41.el8.x86_64", "Installed: python3-bytesize-1.4-3.el8.x86_64", "Installed: libblockdev-mpath-2.28-6.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-41.el8.x86_64", "Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64", "Installed: vdo-6.2.9.7-14.el8.x86_64", "Installed: libblockdev-nvdimm-2.28-6.el8.x86_64", "Installed: mdadm-4.2-13.el8.x86_64", "Installed: libblockdev-part-2.28-6.el8.x86_64", "Installed: libblockdev-swap-2.28-6.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: libblockdev-2.28-6.el8.x86_64", "Installed: libblockdev-utils-2.28-6.el8.x86_64", "Installed: volume_key-libs-0.3.11-6.el8.x86_64", "Installed: libblockdev-crypto-2.28-6.el8.x86_64", "Installed: python3-pyparted-1:3.11.7-4.el8.x86_64", "Installed: daxctl-libs-71.1-7.el8.x86_64", "Installed: libblockdev-dm-2.28-6.el8.x86_64", "Installed: kmod-kvdo-6.2.8.7-94.el8.x86_64", "Installed: libbytesize-1.4-3.el8.x86_64", "Installed: libblockdev-fs-2.28-6.el8.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64" ] } 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:32:24 +0000 (0:00:53.860) 0:00:55.459 ********** 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:32:24 +0000 (0:00:00.012) 0:00:55.471 ********** 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:32:24 +0000 (0:00:00.010) 0:00:55.482 ********** 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:32:25 +0000 (0:00:00.665) 0:00:56.147 ********** 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:32:25 +0000 (0:00:00.019) 0:00:56.166 ********** 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:32:25 +0000 (0:00:00.015) 0:00:56.182 ********** 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:32:25 +0000 (0:00:00.015) 0:00:56.198 ********** 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:32:25 +0000 (0:00:00.014) 0:00:56.213 ********** 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:32:28 +0000 (0:00:02.767) 0:00:58.980 ********** 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": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "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" }, "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:32:30 +0000 (0:00:02.051) 0:01:01.031 ********** 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:32:30 +0000 (0:00:00.029) 0:01:01.061 ********** 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:32:30 +0000 (0:00:00.008) 0:01:01.070 ********** 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:32:31 +0000 (0:00:00.421) 0:01:01.491 ********** 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:32:31 +0000 (0:00:00.018) 0:01:01.510 ********** 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:32:31 +0000 (0:00:00.008) 0:01:01.519 ********** 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:32:31 +0000 (0:00:00.012) 0:01:01.532 ********** 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:32:31 +0000 (0:00:00.011) 0:01:01.544 ********** 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:32:31 +0000 (0:00:00.011) 0:01:01.555 ********** 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:32:31 +0000 (0:00:00.018) 0:01:01.574 ********** 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:32:31 +0000 (0:00:00.009) 0:01:01.584 ********** 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:32:31 +0000 (0:00:00.018) 0:01:01.602 ********** 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:32:31 +0000 (0:00:00.018) 0:01:01.620 ********** 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:32:31 +0000 (0:00:00.009) 0:01:01.630 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709328387.0107124, "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:32:31 +0000 (0:00:00.225) 0:01:01.856 ********** 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:32:31 +0000 (0:00:00.010) 0:01:01.867 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:23 Friday 01 March 2024 21:32:32 +0000 (0:00:00.828) 0:01:02.695 ********** 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:32:32 +0000 (0:00:00.017) 0:01:02.712 ********** 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:32:32 +0000 (0:00:00.217) 0:01:02.930 ********** 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:32:32 +0000 (0:00:00.015) 0:01:02.945 ********** 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:32:35 +0000 (0:00:02.731) 0:01:05.677 ********** 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:32:35 +0000 (0:00:00.313) 0:01:05.991 ********** 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:32:35 +0000 (0:00:00.012) 0:01:06.003 ********** 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:32:35 +0000 (0:00:00.011) 0:01:06.014 ********** 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:32:35 +0000 (0:00:00.021) 0:01:06.036 ********** 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:32:35 +0000 (0:00:00.018) 0:01:06.054 ********** 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:32:35 +0000 (0:00:00.018) 0:01:06.072 ********** 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:32:35 +0000 (0:00:00.024) 0:01:06.096 ********** 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:32:35 +0000 (0:00:00.016) 0:01:06.113 ********** 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:32:35 +0000 (0:00:00.020) 0:01:06.134 ********** 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:32:35 +0000 (0:00:00.028) 0:01:06.162 ********** 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:32:35 +0000 (0:00:00.012) 0:01:06.175 ********** 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:32:35 +0000 (0:00:00.012) 0:01:06.187 ********** 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:32:35 +0000 (0:00:00.024) 0:01:06.212 ********** 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:32:35 +0000 (0:00:00.011) 0:01:06.223 ********** 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:32:35 +0000 (0:00:00.025) 0:01:06.249 ********** 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:32:38 +0000 (0:00:02.732) 0:01:08.981 ********** 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:32:38 +0000 (0:00:00.027) 0:01:09.009 ********** 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:32:38 +0000 (0:00:00.012) 0:01:09.021 ********** 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:32:43 +0000 (0:00:04.737) 0:01:13.759 ********** 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:32:43 +0000 (0:00:00.021) 0:01:13.781 ********** 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:32:43 +0000 (0:00:00.017) 0:01:13.798 ********** 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:32:43 +0000 (0:00:00.020) 0:01:13.819 ********** 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:32:43 +0000 (0:00:00.017) 0:01:13.837 ********** 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:32:46 +0000 (0:00:02.757) 0:01:16.594 ********** 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": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "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" }, "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:32:48 +0000 (0:00:01.939) 0:01:18.534 ********** 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:32:48 +0000 (0:00:00.029) 0:01:18.564 ********** 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:32:48 +0000 (0:00:00.009) 0:01:18.573 ********** 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:32:58 +0000 (0:00:10.555) 0:01:29.128 ********** ok: [sut] => { "changed": false, "cmd": [ "udevadm", "trigger", "--subsystem-match=block" ], "delta": "0:00:00.021262", "end": "2024-03-01 21:32:58.928862", "rc": 0, "start": "2024-03-01 21:32:58.907600" } 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:32:58 +0000 (0:00:00.330) 0:01:29.458 ********** 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:32:58 +0000 (0:00:00.010) 0:01:29.469 ********** 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:32:59 +0000 (0:00:00.021) 0:01:29.490 ********** 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:32:59 +0000 (0:00:00.019) 0:01:29.509 ********** 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:32:59 +0000 (0:00:00.012) 0:01:29.522 ********** 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:32:59 +0000 (0:00:00.018) 0:01:29.540 ********** 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:32:59 +0000 (0:00:00.009) 0:01:29.550 ********** 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:32:59 +0000 (0:00:00.021) 0:01:29.571 ********** 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:32:59 +0000 (0:00:00.018) 0:01:29.590 ********** 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:32:59 +0000 (0:00:00.010) 0:01:29.600 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709328387.0107124, "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:32:59 +0000 (0:00:00.242) 0:01:29.843 ********** 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:32:59 +0000 (0:00:00.010) 0:01:29.853 ********** ok: [sut] TASK [Run the snapshot role to create a snapshot set of LVs] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_revert.yml:58 Friday 01 March 2024 21:33:00 +0000 (0:00:00.887) 0:01:30.741 ********** 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:33:00 +0000 (0:00:00.023) 0:01:30.764 ********** 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:33:00 +0000 (0:00:00.018) 0:01:30.782 ********** 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:33:00 +0000 (0:00:00.021) 0:01:30.803 ********** 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:33:00 +0000 (0:00:00.013) 0:01:30.817 ********** 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:33:00 +0000 (0:00:00.013) 0:01:30.831 ********** 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:33:00 +0000 (0:00:00.030) 0:01:30.861 ********** 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:33:03 +0000 (0:00:02.789) 0:01:33.651 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:33:03 +0000 (0:00:00.027) 0:01:33.678 ********** 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:33:05 +0000 (0:00:02.248) 0:01:35.926 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.254 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.254 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:33:05 +0000 (0:00:00.015) 0:01:35.942 ********** 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:33:05 +0000 (0:00:00.024) 0:01:35.967 ********** 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:33:05 +0000 (0:00:00.010) 0:01:35.978 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the set of snapshots for the LVs] ********************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_revert.yml:65 Friday 01 March 2024 21:33:05 +0000 (0:00:00.014) 0:01:35.993 ********** 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:33:05 +0000 (0:00:00.025) 0:01:36.018 ********** 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:33:05 +0000 (0:00:00.017) 0:01:36.036 ********** 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:33:05 +0000 (0:00:00.059) 0:01:36.095 ********** 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:33:05 +0000 (0:00:00.014) 0:01:36.110 ********** 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:33:05 +0000 (0:00:00.014) 0:01:36.124 ********** 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:33:05 +0000 (0:00:00.030) 0:01:36.154 ********** 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:33:08 +0000 (0:00:02.768) 0:01:38.923 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command check] ********* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:33:08 +0000 (0:00:00.027) 0:01:38.950 ********** 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:33:09 +0000 (0:00:00.852) 0:01:39.803 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.254 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.254 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:33:09 +0000 (0:00:00.014) 0:01:39.817 ********** 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:33:09 +0000 (0:00:00.024) 0:01:39.842 ********** 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:33:09 +0000 (0:00:00.011) 0:01:39.853 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Revert the set] ********************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_revert.yml:73 Friday 01 March 2024 21:33:09 +0000 (0:00:00.014) 0:01:39.868 ********** 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:33:09 +0000 (0:00:00.028) 0:01:39.896 ********** 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:33:09 +0000 (0:00:00.016) 0:01:39.913 ********** 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:33:09 +0000 (0:00:00.021) 0:01:39.935 ********** 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:33:09 +0000 (0:00:00.014) 0:01:39.949 ********** 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:33:09 +0000 (0:00:00.013) 0:01:39.962 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-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:33:09 +0000 (0:00:00.029) 0:01:39.992 ********** 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:33:12 +0000 (0:00:02.741) 0:01:42.733 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py revert -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command revert] ******** 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:33:12 +0000 (0:00:00.028) 0:01:42.762 ********** 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:34:13 +0000 (0:01:01.162) 0:02:43.924 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.254 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.254 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:34:13 +0000 (0:00:00.015) 0:02:43.939 ********** 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:34:13 +0000 (0:00:00.024) 0:02:43.964 ********** 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:34:13 +0000 (0:00:00.010) 0:02:43.975 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for revert] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_revert.yml:80 Friday 01 March 2024 21:34:13 +0000 (0:00:00.016) 0:02:43.991 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the revert is done with snapshot_lvm_verify_only] ***************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_revert.yml:84 Friday 01 March 2024 21:34:13 +0000 (0:00:00.011) 0:02:44.003 ********** 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:34:13 +0000 (0:00:00.031) 0:02:44.035 ********** 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:34:13 +0000 (0:00:00.016) 0:02:44.052 ********** 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:34:13 +0000 (0:00:00.022) 0:02:44.074 ********** 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:34:13 +0000 (0:00:00.013) 0:02:44.087 ********** 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:34:13 +0000 (0:00:00.013) 0:02:44.101 ********** 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:34:13 +0000 (0:00:00.030) 0:02:44.131 ********** 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:34:16 +0000 (0:00:02.749) 0:02:46.881 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py revert -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command revert] ******** 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:34:16 +0000 (0:00:00.027) 0:02:46.908 ********** 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:34:16 +0000 (0:00:00.506) 0:02:47.415 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.254 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.254 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:34:16 +0000 (0:00:00.014) 0:02:47.429 ********** 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:34:16 +0000 (0:00:00.023) 0:02:47.453 ********** 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:34:16 +0000 (0:00:00.012) 0:02:47.465 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Revert the set again to check idempotence] ******************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_revert.yml:92 Friday 01 March 2024 21:34:16 +0000 (0:00:00.015) 0:02:47.480 ********** 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:34:17 +0000 (0:00:00.052) 0:02:47.533 ********** 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:34:17 +0000 (0:00:00.017) 0:02:47.551 ********** 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:34:17 +0000 (0:00:00.021) 0:02:47.573 ********** 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:34:17 +0000 (0:00:00.014) 0:02:47.588 ********** 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:34:17 +0000 (0:00:00.014) 0:02:47.602 ********** 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:34:17 +0000 (0:00:00.031) 0:02:47.633 ********** 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:34:19 +0000 (0:00:02.720) 0:02:50.353 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py revert -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command revert] ******** 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:34:19 +0000 (0:00:00.030) 0:02:50.384 ********** 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:34:20 +0000 (0:00:00.336) 0:02:50.720 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.254 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.254 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"snapshot not found with name: test_vg1/lv1_snapset1\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"snapshot not found with name: test_vg1/lv1_snapset1\"", " ],", " \"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:34:20 +0000 (0:00:00.014) 0:02:50.735 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "snapshot not found with name: test_vg1/lv1_snapset1" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:34:20 +0000 (0:00:00.025) 0:02:50.760 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:34:20 +0000 (0:00:00.011) 0:02:50.771 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for revert] ******************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_revert.yml:99 Friday 01 March 2024 21:34:20 +0000 (0:00:00.016) 0:02:50.787 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the snapshot role remove the set] ************************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_revert.yml:103 Friday 01 March 2024 21:34:20 +0000 (0:00:00.012) 0:02:50.800 ********** 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:34:20 +0000 (0:00:00.038) 0:02:50.839 ********** 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:34:20 +0000 (0:00:00.017) 0:02:50.857 ********** 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:34:20 +0000 (0:00:00.023) 0:02:50.880 ********** 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:34:20 +0000 (0:00:00.014) 0:02:50.894 ********** 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:34:20 +0000 (0:00:00.014) 0:02:50.908 ********** 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:34:20 +0000 (0:00:00.031) 0:02:50.940 ********** 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:34:23 +0000 (0:00:02.721) 0:02:53.661 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:34:23 +0000 (0:00:00.027) 0:02:53.689 ********** 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:34:23 +0000 (0:00:00.720) 0:02:54.409 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.254 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.254 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:34:23 +0000 (0:00:00.014) 0:02:54.423 ********** 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:34:23 +0000 (0:00:00.024) 0:02:54.448 ********** 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:34:23 +0000 (0:00:00.012) 0:02:54.461 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Run the snapshot role to verify the set is removed] ********************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_revert.yml:110 Friday 01 March 2024 21:34:23 +0000 (0:00:00.015) 0:02:54.476 ********** 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:34:24 +0000 (0:00:00.041) 0:02:54.517 ********** 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:34:24 +0000 (0:00:00.017) 0:02:54.534 ********** 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:34:24 +0000 (0:00:00.023) 0:02:54.558 ********** 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:34:24 +0000 (0:00:00.014) 0:02:54.572 ********** 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:34:24 +0000 (0:00:00.014) 0:02:54.586 ********** 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:34:24 +0000 (0:00:00.030) 0:02:54.617 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:34:26 +0000 (0:00:02.720) 0:02:57.337 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:34:26 +0000 (0:00:00.027) 0:02:57.365 ********** 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:34:27 +0000 (0:00:00.494) 0:02:57.859 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.254 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.254 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:34:27 +0000 (0:00:00.014) 0:02:57.874 ********** 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:34:27 +0000 (0:00:00.024) 0:02:57.899 ********** 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:34:27 +0000 (0:00:00.012) 0:02:57.911 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_revert.yml:119 Friday 01 March 2024 21:34:27 +0000 (0:00:00.036) 0:02:57.947 ********** 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:34:27 +0000 (0:00:00.029) 0:02:57.976 ********** 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:34:27 +0000 (0:00:00.019) 0:02:57.996 ********** 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:34:27 +0000 (0:00:00.017) 0:02:58.013 ********** 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:34:27 +0000 (0:00:00.022) 0:02:58.036 ********** 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:34:27 +0000 (0:00:00.031) 0:02:58.068 ********** 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:34:27 +0000 (0:00:00.014) 0:02:58.082 ********** 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:34:27 +0000 (0:00:00.014) 0:02:58.097 ********** 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:34:27 +0000 (0:00:00.013) 0:02:58.110 ********** 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:34:27 +0000 (0:00:00.012) 0:02:58.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:34:27 +0000 (0:00:00.027) 0:02:58.151 ********** 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:34:30 +0000 (0:00:02.729) 0:03:00.880 ********** 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:34:30 +0000 (0:00:00.030) 0:03:00.910 ********** 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:34:30 +0000 (0:00:00.014) 0:03:00.924 ********** 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:34:37 +0000 (0:00:06.722) 0:03:07.647 ********** 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:34:37 +0000 (0:00:00.025) 0:03:07.672 ********** 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:34:37 +0000 (0:00:00.018) 0:03:07.691 ********** 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:34:37 +0000 (0:00:00.019) 0:03:07.710 ********** 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:34:37 +0000 (0:00:00.018) 0:03:07.729 ********** 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:34:39 +0000 (0:00:02.721) 0:03:10.451 ********** 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": "running", "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:34:41 +0000 (0:00:01.940) 0:03:12.392 ********** 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:34:41 +0000 (0:00:00.032) 0:03:12.424 ********** 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:34:41 +0000 (0:00:00.010) 0:03:12.435 ********** 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/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "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:34:54 +0000 (0:00:12.399) 0:03:24.834 ********** 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:34:54 +0000 (0:00:00.019) 0:03:24.854 ********** 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:34:54 +0000 (0:00:00.011) 0:03:24.865 ********** 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/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "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:34:54 +0000 (0:00:00.023) 0:03:24.888 ********** 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:34:54 +0000 (0:00:00.020) 0:03:24.908 ********** 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:34:54 +0000 (0:00:00.014) 0:03:24.923 ********** 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:34:54 +0000 (0:00:00.020) 0:03:24.944 ********** 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:34:54 +0000 (0:00:00.012) 0:03:24.956 ********** 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:34:54 +0000 (0:00:00.020) 0:03:24.976 ********** 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:34:54 +0000 (0:00:00.020) 0:03:24.997 ********** 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:34:54 +0000 (0:00:00.012) 0:03:25.009 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709328387.0107124, "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:34:54 +0000 (0:00:00.223) 0:03:25.233 ********** 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:34:54 +0000 (0:00:00.011) 0:03:25.244 ********** 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:34:55 +0000 (0:00:00.829) 0:03:26.073 ********** 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:34:55 +0000 (0:00:00.034) 0:03:26.108 ********** 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:34:55 +0000 (0:00:00.017) 0:03:26.126 ********** 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:34:55 +0000 (0:00:00.013) 0:03:26.139 ********** 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:34:55 +0000 (0:00:00.013) 0:03:26.152 ********** 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:34:58 +0000 (0:00:02.726) 0:03:28.879 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ], "info": [ "Disk [/dev/sdc] 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:34:58 +0000 (0:00:00.238) 0:03:29.117 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:36 Friday 01 March 2024 21:34:58 +0000 (0:00:00.013) 0:03:29.130 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ] } 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:34:58 +0000 (0:00:00.012) 0:03:29.143 ********** 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:34:58 +0000 (0:00:00.019) 0:03:29.162 ********** 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:34:58 +0000 (0:00:00.018) 0:03:29.181 ********** 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:34:58 +0000 (0:00:00.020) 0:03:29.202 ********** 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.249803", "end": "2024-03-01 21:34:59.163632", "failed_when_result": true, "rc": 0, "start": "2024-03-01 21:34:58.913829" } 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=1792532k,nr_inodes=448133,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/memory type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,memory) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpu,cpuacct) cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,net_cls,net_prio) cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,hugetlb) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpuset) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,blkio) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,perf_event) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,devices) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,freezer) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,pids) cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,rdma) 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) mqueue on /dev/mqueue type mqueue (rw,relatime,seclabel) debugfs on /sys/kernel/debug type debugfs (rw,relatime,seclabel) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=36,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=19001) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime) tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,seclabel,size=362420k,mode=700) + df -H Filesystem Size Used Avail Use% Mounted on devtmpfs 1.9G 0 1.9G 0% /dev tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 1.9G 26M 1.9G 2% /run tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/xvda1 269G 5.3G 264G 2% / tmpfs 372M 0 372M 0% /run/user/0 + lvs --all + pvs --all PV VG Fmt Attr PSize PFree /dev/sda --- 0 0 /dev/sdb --- 0 0 /dev/sdc --- 0 0 /dev/sdd --- 0 0 /dev/sde --- 0 0 /dev/sdf --- 0 0 /dev/sdg --- 0 0 /dev/sdh --- 0 0 /dev/sdi --- 0 0 /dev/sdj --- 0 0 /dev/sdk --- 0 0 /dev/sdl --- 0 0 /dev/xvda1 --- 0 0 + vgs --all + cat /tmp/snapshot_role.log 2024-03-01 21:33:03,431 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} False 2024-03-01 21:33:03,432 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:33:03,432 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:33:03,432 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:33:03,460 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,460 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,460 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,460 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,460 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,460 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:33:03,460 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:33:03,460 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,460 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,460 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,460 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,461 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,461 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,461 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,461 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:33:03,486 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,486 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,486 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,486 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,486 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,486 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:33:03,486 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,486 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,486 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,486 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,486 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,486 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,486 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,486 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:33:03,513 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,513 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,513 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,513 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,513 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,513 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:33:03,513 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:33:03,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,513 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,513 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,513 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,513 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,513 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:33:03,539 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,539 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,539 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,539 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,539 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,539 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:33:03,539 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,539 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,539 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,539 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,539 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,539 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,539 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,539 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:33:03,564 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,564 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,564 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,564 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,564 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,564 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:33:03,564 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:33:03,564 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,564 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,564 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,564 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,564 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,564 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,564 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,564 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:33:03,590 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,590 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,590 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,590 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,590 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,590 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:33:03,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,590 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,590 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,590 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,590 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,590 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,618 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:33:03,647 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,647 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,647 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,647 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,647 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,647 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:33:03,647 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,647 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,647 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,647 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,647 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,647 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,647 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,647 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:33:03,647 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:33:03,647 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:33:03,675 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,675 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,675 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,675 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,675 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,675 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:33:03,675 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:33:03,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,675 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,675 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,675 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,675 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,675 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:33:03,703 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,703 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,703 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,703 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,703 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,703 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:33:03,703 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,703 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,703 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,703 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,703 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,703 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,703 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,703 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:33:03,731 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,731 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,731 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,731 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,731 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,731 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:33:03,731 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:33:03,731 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,731 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,731 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,731 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,731 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,731 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,731 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,731 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:33:03,759 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,759 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,759 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,759 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,759 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,759 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:33:03,759 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,759 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,759 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,759 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,759 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,759 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,759 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,759 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:33:03,790 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,790 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,790 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,790 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,790 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,790 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:33:03,790 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:33:03,790 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,790 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,790 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,790 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,790 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,790 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,790 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,790 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:33:03,821 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,821 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,821 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,821 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,821 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,821 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:33:03,821 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,821 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,821 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,821 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,821 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,821 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,821 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,821 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:33:03,848 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,848 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,848 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,848 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,848 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,848 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:33:03,848 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:33:03,848 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:33:03,848 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:33:03,848 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,848 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,848 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,848 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,848 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,848 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,848 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,849 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:33:03,877 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,877 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,877 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,877 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,877 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,877 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:33:03,877 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,877 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,877 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,877 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,877 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,877 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,877 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,877 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:33:03,878 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:33:03,878 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:33:03,908 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,908 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,908 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,908 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,908 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,908 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:33:03,908 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:33:03,908 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,908 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,908 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,908 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,908 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,908 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,908 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,908 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:33:03,935 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:33:03,935 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,935 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,935 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,935 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,935 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,935 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,935 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,935 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,935 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,935 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,935 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,935 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:33:03,962 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:03,962 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,962 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,962 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,962 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,962 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:33:03,962 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:33:03,962 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,962 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,962 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,962 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,962 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,962 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,962 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,962 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:33:03,992 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:33:03,992 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,992 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:03,992 INFO snapshot-role/MainThread: { 2024-03-01 21:33:03,992 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:03,992 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,992 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,992 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,992 INFO snapshot-role/MainThread: , 2024-03-01 21:33:03,992 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:03,992 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:03,992 INFO snapshot-role/MainThread: } 2024-03-01 21:33:03,992 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:33:04,019 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:04,019 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,019 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:04,019 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,019 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:04,019 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:33:04,019 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:33:04,019 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,019 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,019 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,019 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,019 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:04,019 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,019 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,019 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:33:04,045 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:33:04,045 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,045 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:04,045 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,045 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:04,045 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,045 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,045 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,045 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,045 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:04,045 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,045 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,045 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:33:04,071 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:04,071 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,071 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:04,071 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,071 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:04,071 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:33:04,071 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:33:04,071 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:33:04,071 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:33:04,071 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,071 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,071 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,071 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,071 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:04,071 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,071 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,071 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:33:04,100 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:33:04,100 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,100 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:04,100 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,100 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:04,100 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,100 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,100 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,100 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,100 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:04,100 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,100 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,100 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:33:04,100 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:33:04,101 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 21:33:04,101 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:33:04,135 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,135 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"lv_uuid":"AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX", "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:33:04,136 INFO snapshot-role/MainThread: {"lv_uuid":"GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb", "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:33:04,136 INFO snapshot-role/MainThread: {"lv_uuid":"bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk", "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:33:04,136 INFO snapshot-role/MainThread: {"lv_uuid":"bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD", "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:33:04,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL", "lv_uuid":"AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX", "pv_name":"/dev/sdj"}, 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3", "lv_uuid":"GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb", "pv_name":"/dev/sdh"}, 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz", "lv_uuid":"bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD", "pv_name":"/dev/sdg"}, 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz", "lv_uuid":"bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk", "pv_name":"/dev/sdg"}, 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz", "lv_uuid":"GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb", "pv_name":"/dev/sdg"}, 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3", "lv_uuid":"AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX", "pv_name":"/dev/sdi"} 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX"}, 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX"}, 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb"}, 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb"}, 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk"}, 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD"} 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:33:04,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: {"lv_uuid":"33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd", "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:33:04,137 INFO snapshot-role/MainThread: {"lv_uuid":"c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF", "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:33:04,137 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8", "lv_uuid":"c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF", "pv_name":"/dev/sdd"}, 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8", "lv_uuid":"33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd", "pv_name":"/dev/sdd"}, 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd"}, 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF"} 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: {"lv_uuid":"4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk", "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:33:04,137 INFO snapshot-role/MainThread: {"lv_uuid":"FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj", "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:33:04,137 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,137 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1", "lv_uuid":"FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj", "pv_name":"/dev/sda"}, 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV", "lv_uuid":"FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj", "pv_name":"/dev/sdb"}, 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV", "lv_uuid":"4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk", "pv_name":"/dev/sdb"}, 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk"}, 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj"}, 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj"} 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1052770304 vg_extent_size : 4194304 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2231369728 vg_extent_size : 4194304 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1107296256 vg_extent_size : 4194304 2024-03-01 21:33:04,138 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:33:04,139 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:33:04,139 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:33:04,164 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:04,164 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,164 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:04,164 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,164 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:04,164 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:33:04,164 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:33:04,164 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,164 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,164 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,164 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,164 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:04,164 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,164 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,164 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:33:04,188 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:33:04,188 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,188 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:04,188 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,188 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:04,188 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,188 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,188 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,188 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,188 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:04,188 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,188 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,188 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 100663296B test_vg1/lv1 2024-03-01 21:33:04,469 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:04,469 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,469 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:04,469 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,469 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,469 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:33:04,511 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:04,511 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,511 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:04,511 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,511 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:04,511 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:33:04,511 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:33:04,511 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,511 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,511 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,511 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,511 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:04,511 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,511 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,512 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:33:04,538 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:33:04,538 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,538 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:04,538 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,538 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:04,538 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,538 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,538 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,538 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,538 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:04,538 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,538 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,538 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 50331648B test_vg2/lv3 2024-03-01 21:33:04,764 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:04,764 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,764 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:04,765 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,765 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,765 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:33:04,808 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:04,809 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,809 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:04,809 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,809 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:04,809 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:33:04,809 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:33:04,809 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:33:04,809 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,809 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,809 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,809 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,809 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:04,809 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,809 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,809 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:33:04,836 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:33:04,836 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,836 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:04,836 INFO snapshot-role/MainThread: { 2024-03-01 21:33:04,836 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:04,836 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,836 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,836 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,836 INFO snapshot-role/MainThread: , 2024-03-01 21:33:04,836 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:04,836 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:04,836 INFO snapshot-role/MainThread: } 2024-03-01 21:33:04,836 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96468992B test_vg2/lv4 2024-03-01 21:33:05,066 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:05,066 INFO snapshot-role/MainThread: { 2024-03-01 21:33:05,066 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:05,066 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:05,066 INFO snapshot-role/MainThread: } 2024-03-01 21:33:05,066 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:33:05,110 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:05,110 INFO snapshot-role/MainThread: { 2024-03-01 21:33:05,110 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:05,110 INFO snapshot-role/MainThread: { 2024-03-01 21:33:05,110 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:05,110 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:33:05,110 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:33:05,110 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:33:05,110 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:33:05,110 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:05,110 INFO snapshot-role/MainThread: } 2024-03-01 21:33:05,110 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:05,111 INFO snapshot-role/MainThread: , 2024-03-01 21:33:05,111 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:05,111 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:05,111 INFO snapshot-role/MainThread: } 2024-03-01 21:33:05,111 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:33:05,139 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:33:05,139 INFO snapshot-role/MainThread: { 2024-03-01 21:33:05,139 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:05,139 INFO snapshot-role/MainThread: { 2024-03-01 21:33:05,139 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:05,139 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:05,139 INFO snapshot-role/MainThread: } 2024-03-01 21:33:05,139 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:05,139 INFO snapshot-role/MainThread: , 2024-03-01 21:33:05,139 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:05,139 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:05,139 INFO snapshot-role/MainThread: } 2024-03-01 21:33:05,139 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 67108864B test_vg3/lv7 2024-03-01 21:33:05,376 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:05,377 INFO snapshot-role/MainThread: { 2024-03-01 21:33:05,377 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:05,377 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:05,377 INFO snapshot-role/MainThread: } 2024-03-01 21:33:05,377 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:33:08,703 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 21:33:08,703 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:33:08,703 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 21:33:08,703 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:33:08,703 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:33:08,733 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:08,733 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,733 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:08,733 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,733 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:08,733 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:33:08,733 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:33:08,733 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:33:08,733 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,733 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,733 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,733 INFO snapshot-role/MainThread: , 2024-03-01 21:33:08,734 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:08,734 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,734 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,734 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:33:08,763 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:08,763 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,763 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:08,763 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,763 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:08,763 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:33:08,763 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,763 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,763 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,763 INFO snapshot-role/MainThread: , 2024-03-01 21:33:08,763 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:08,763 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,763 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,763 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:33:08,793 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:08,793 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,793 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:08,793 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,793 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:08,793 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:33:08,793 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:33:08,793 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:33:08,793 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:33:08,793 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,793 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,793 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,793 INFO snapshot-role/MainThread: , 2024-03-01 21:33:08,793 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:08,793 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,794 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,794 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:33:08,821 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:08,821 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,821 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:08,821 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,821 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:08,821 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:33:08,821 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,821 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,821 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,821 INFO snapshot-role/MainThread: , 2024-03-01 21:33:08,821 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:08,821 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,821 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,821 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:33:08,850 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:08,850 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,850 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:08,850 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,850 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:08,850 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:33:08,850 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:33:08,850 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:33:08,850 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:33:08,850 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,850 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,850 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,850 INFO snapshot-role/MainThread: , 2024-03-01 21:33:08,850 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:08,850 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,850 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,851 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:33:08,878 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:08,878 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,878 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:08,878 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,878 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:08,878 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:33:08,878 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,878 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,878 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,878 INFO snapshot-role/MainThread: , 2024-03-01 21:33:08,878 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:08,878 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,878 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,879 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:33:08,907 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:08,907 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,907 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:08,907 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,907 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:08,907 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:33:08,907 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:33:08,907 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:33:08,907 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:33:08,907 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:33:08,907 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,907 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,907 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,907 INFO snapshot-role/MainThread: , 2024-03-01 21:33:08,907 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:08,908 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,908 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,908 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:33:08,935 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:08,935 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,935 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:08,935 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,935 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:08,935 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:33:08,935 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,935 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,935 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,935 INFO snapshot-role/MainThread: , 2024-03-01 21:33:08,935 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:08,935 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,935 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,935 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:33:08,936 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:33:08,962 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:08,962 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,962 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:08,962 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,962 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:08,962 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:33:08,962 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:33:08,962 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:33:08,962 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,962 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,962 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,962 INFO snapshot-role/MainThread: , 2024-03-01 21:33:08,962 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:08,962 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,962 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,962 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:33:08,990 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:08,990 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,990 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:08,990 INFO snapshot-role/MainThread: { 2024-03-01 21:33:08,990 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:08,990 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:33:08,990 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,990 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,990 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,990 INFO snapshot-role/MainThread: , 2024-03-01 21:33:08,990 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:08,990 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:08,990 INFO snapshot-role/MainThread: } 2024-03-01 21:33:08,990 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:33:09,018 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:09,018 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,018 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:09,018 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,018 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:09,018 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:33:09,018 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,018 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,018 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,018 INFO snapshot-role/MainThread: , 2024-03-01 21:33:09,018 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:09,018 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,018 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,018 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:33:09,046 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:09,046 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,046 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:09,046 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,046 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:09,046 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:33:09,046 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:33:09,046 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:33:09,046 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:33:09,046 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,046 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,046 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,046 INFO snapshot-role/MainThread: , 2024-03-01 21:33:09,046 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:09,046 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,046 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,046 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:33:09,077 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:09,077 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,077 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:09,077 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,077 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:09,077 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:33:09,077 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,077 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,077 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,077 INFO snapshot-role/MainThread: , 2024-03-01 21:33:09,077 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:09,077 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,077 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,077 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:33:09,106 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:09,106 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,106 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:09,106 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,106 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:09,106 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:33:09,106 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,106 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,106 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,106 INFO snapshot-role/MainThread: , 2024-03-01 21:33:09,106 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:09,106 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,106 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,106 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:33:09,133 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:09,133 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,133 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:09,133 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,133 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:09,133 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:33:09,133 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:33:09,133 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:33:09,133 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:33:09,133 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,133 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,133 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,133 INFO snapshot-role/MainThread: , 2024-03-01 21:33:09,133 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:09,133 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,133 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,133 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:33:09,160 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:09,160 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,160 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:09,160 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,160 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:09,160 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:33:09,160 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,160 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,160 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,160 INFO snapshot-role/MainThread: , 2024-03-01 21:33:09,160 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:09,160 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,160 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,160 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:33:09,186 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:09,186 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,186 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:09,186 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,186 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:09,186 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:33:09,186 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,186 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,186 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,186 INFO snapshot-role/MainThread: , 2024-03-01 21:33:09,186 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:09,186 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,186 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,186 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:33:09,216 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:09,216 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,216 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:09,216 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,216 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:09,216 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:33:09,216 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:33:09,216 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:33:09,216 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:33:09,216 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:33:09,216 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,216 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,216 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,216 INFO snapshot-role/MainThread: , 2024-03-01 21:33:09,216 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:09,216 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,216 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,216 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:33:09,246 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:09,246 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,246 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:09,246 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,246 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:09,246 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:33:09,246 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,246 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,246 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,246 INFO snapshot-role/MainThread: , 2024-03-01 21:33:09,246 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:09,246 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,246 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,246 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:33:09,274 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:09,274 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,274 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:09,274 INFO snapshot-role/MainThread: { 2024-03-01 21:33:09,274 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:09,274 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:33:09,274 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,274 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,274 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,274 INFO snapshot-role/MainThread: , 2024-03-01 21:33:09,274 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:09,274 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:09,274 INFO snapshot-role/MainThread: } 2024-03-01 21:33:09,275 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:33:12,510 INFO snapshot-role/MainThread: revert_cmd: revert None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 21:33:12,510 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:33:12,510 INFO snapshot-role/MainThread: revert snapsset : snapset1 2024-03-01 21:33:12,510 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:33:12,538 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:12,538 INFO snapshot-role/MainThread: { 2024-03-01 21:33:12,538 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:12,538 INFO snapshot-role/MainThread: { 2024-03-01 21:33:12,538 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:12,538 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:33:12,538 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:33:12,538 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:33:12,538 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:12,538 INFO snapshot-role/MainThread: } 2024-03-01 21:33:12,538 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:12,538 INFO snapshot-role/MainThread: , 2024-03-01 21:33:12,538 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:12,538 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:12,538 INFO snapshot-role/MainThread: } 2024-03-01 21:33:12,539 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:33:12,567 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:12,567 INFO snapshot-role/MainThread: { 2024-03-01 21:33:12,567 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:12,567 INFO snapshot-role/MainThread: { 2024-03-01 21:33:12,567 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:12,567 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:33:12,567 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:12,567 INFO snapshot-role/MainThread: } 2024-03-01 21:33:12,567 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:12,567 INFO snapshot-role/MainThread: , 2024-03-01 21:33:12,567 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:12,567 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:12,567 INFO snapshot-role/MainThread: } 2024-03-01 21:33:12,567 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:33:12,594 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:12,594 INFO snapshot-role/MainThread: { 2024-03-01 21:33:12,594 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:12,594 INFO snapshot-role/MainThread: { 2024-03-01 21:33:12,594 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:12,594 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:33:12,594 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:12,594 INFO snapshot-role/MainThread: } 2024-03-01 21:33:12,594 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:12,594 INFO snapshot-role/MainThread: , 2024-03-01 21:33:12,594 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:12,594 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:12,594 INFO snapshot-role/MainThread: } 2024-03-01 21:33:12,594 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg1/lv1_snapset1 2024-03-01 21:33:27,715 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:27,715 INFO snapshot-role/MainThread: { 2024-03-01 21:33:27,715 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:27,715 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:27,715 INFO snapshot-role/MainThread: } 2024-03-01 21:33:27,715 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:33:27,764 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:27,764 INFO snapshot-role/MainThread: { 2024-03-01 21:33:27,764 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:27,764 INFO snapshot-role/MainThread: { 2024-03-01 21:33:27,764 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:27,764 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:33:27,764 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:33:27,765 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:33:27,765 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:33:27,765 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:27,765 INFO snapshot-role/MainThread: } 2024-03-01 21:33:27,765 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:27,765 INFO snapshot-role/MainThread: , 2024-03-01 21:33:27,765 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:27,765 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:27,765 INFO snapshot-role/MainThread: } 2024-03-01 21:33:27,765 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:33:27,792 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:27,792 INFO snapshot-role/MainThread: { 2024-03-01 21:33:27,792 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:27,792 INFO snapshot-role/MainThread: { 2024-03-01 21:33:27,792 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:27,792 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:33:27,792 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:27,792 INFO snapshot-role/MainThread: } 2024-03-01 21:33:27,792 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:27,792 INFO snapshot-role/MainThread: , 2024-03-01 21:33:27,792 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:27,792 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:27,792 INFO snapshot-role/MainThread: } 2024-03-01 21:33:27,792 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:33:27,819 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:27,819 INFO snapshot-role/MainThread: { 2024-03-01 21:33:27,819 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:27,819 INFO snapshot-role/MainThread: { 2024-03-01 21:33:27,819 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:27,819 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:33:27,819 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:27,819 INFO snapshot-role/MainThread: } 2024-03-01 21:33:27,819 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:27,819 INFO snapshot-role/MainThread: , 2024-03-01 21:33:27,819 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:27,819 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:27,819 INFO snapshot-role/MainThread: } 2024-03-01 21:33:27,819 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg2/lv3_snapset1 2024-03-01 21:33:42,934 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:42,934 INFO snapshot-role/MainThread: { 2024-03-01 21:33:42,934 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:42,934 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:42,934 INFO snapshot-role/MainThread: } 2024-03-01 21:33:42,934 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:33:42,976 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:42,976 INFO snapshot-role/MainThread: { 2024-03-01 21:33:42,976 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:42,976 INFO snapshot-role/MainThread: { 2024-03-01 21:33:42,976 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:42,976 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:33:42,976 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:33:42,976 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:33:42,976 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:42,976 INFO snapshot-role/MainThread: } 2024-03-01 21:33:42,976 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:42,976 INFO snapshot-role/MainThread: , 2024-03-01 21:33:42,976 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:42,976 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:42,977 INFO snapshot-role/MainThread: } 2024-03-01 21:33:42,977 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:33:43,006 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:43,006 INFO snapshot-role/MainThread: { 2024-03-01 21:33:43,006 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:43,006 INFO snapshot-role/MainThread: { 2024-03-01 21:33:43,006 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:43,006 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:33:43,006 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:43,006 INFO snapshot-role/MainThread: } 2024-03-01 21:33:43,006 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:43,006 INFO snapshot-role/MainThread: , 2024-03-01 21:33:43,006 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:43,006 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:43,006 INFO snapshot-role/MainThread: } 2024-03-01 21:33:43,006 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:33:43,032 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:43,032 INFO snapshot-role/MainThread: { 2024-03-01 21:33:43,032 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:43,032 INFO snapshot-role/MainThread: { 2024-03-01 21:33:43,032 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:43,032 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:33:43,032 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:43,032 INFO snapshot-role/MainThread: } 2024-03-01 21:33:43,032 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:43,032 INFO snapshot-role/MainThread: , 2024-03-01 21:33:43,032 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:43,032 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:43,032 INFO snapshot-role/MainThread: } 2024-03-01 21:33:43,032 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg2/lv4_snapset1 2024-03-01 21:33:58,142 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:58,143 INFO snapshot-role/MainThread: { 2024-03-01 21:33:58,143 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:58,143 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:58,143 INFO snapshot-role/MainThread: } 2024-03-01 21:33:58,143 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:33:58,183 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:58,183 INFO snapshot-role/MainThread: { 2024-03-01 21:33:58,183 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:58,183 INFO snapshot-role/MainThread: { 2024-03-01 21:33:58,183 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:58,183 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:33:58,183 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:33:58,183 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:33:58,183 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:33:58,183 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:33:58,183 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:58,183 INFO snapshot-role/MainThread: } 2024-03-01 21:33:58,183 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:58,183 INFO snapshot-role/MainThread: , 2024-03-01 21:33:58,183 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:58,183 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:58,183 INFO snapshot-role/MainThread: } 2024-03-01 21:33:58,183 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:33:58,215 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:58,215 INFO snapshot-role/MainThread: { 2024-03-01 21:33:58,215 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:58,215 INFO snapshot-role/MainThread: { 2024-03-01 21:33:58,215 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:58,215 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:33:58,215 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:58,215 INFO snapshot-role/MainThread: } 2024-03-01 21:33:58,215 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:58,215 INFO snapshot-role/MainThread: , 2024-03-01 21:33:58,215 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:58,215 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:58,215 INFO snapshot-role/MainThread: } 2024-03-01 21:33:58,215 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:33:58,243 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:33:58,243 INFO snapshot-role/MainThread: { 2024-03-01 21:33:58,243 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:33:58,243 INFO snapshot-role/MainThread: { 2024-03-01 21:33:58,243 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:33:58,243 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:33:58,243 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:58,243 INFO snapshot-role/MainThread: } 2024-03-01 21:33:58,243 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:58,243 INFO snapshot-role/MainThread: , 2024-03-01 21:33:58,243 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:33:58,243 INFO snapshot-role/MainThread: ] 2024-03-01 21:33:58,243 INFO snapshot-role/MainThread: } 2024-03-01 21:33:58,244 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg3/lv7_snapset1 2024-03-01 21:34:13,373 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:13,373 INFO snapshot-role/MainThread: { 2024-03-01 21:34:13,373 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:13,373 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:13,373 INFO snapshot-role/MainThread: } 2024-03-01 21:34:13,374 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:34:16,658 INFO snapshot-role/MainThread: revert_cmd: revert None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 21:34:16,659 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:34:16,659 INFO snapshot-role/MainThread: remove verify snapsset : snapset1 2024-03-01 21:34:16,659 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:34:16,687 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:16,687 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,687 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:16,687 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,687 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:16,687 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:34:16,687 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:34:16,687 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,687 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,687 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,688 INFO snapshot-role/MainThread: , 2024-03-01 21:34:16,688 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:16,688 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,688 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,688 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:34:16,714 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:16,714 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,714 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:16,714 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,714 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:16,714 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,714 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,714 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,714 INFO snapshot-role/MainThread: , 2024-03-01 21:34:16,714 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:16,714 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,714 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,714 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:34:16,742 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:16,742 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,742 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:16,742 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,742 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:16,742 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:34:16,742 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:34:16,742 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,742 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,742 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,742 INFO snapshot-role/MainThread: , 2024-03-01 21:34:16,742 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:16,742 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,742 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,742 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:34:16,769 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:16,769 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,769 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:16,769 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,769 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:16,769 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,769 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,769 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,769 INFO snapshot-role/MainThread: , 2024-03-01 21:34:16,769 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:16,769 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,769 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,769 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:34:16,804 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:16,804 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,804 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:16,804 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,804 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:16,804 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:34:16,804 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:34:16,804 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,804 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,804 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,804 INFO snapshot-role/MainThread: , 2024-03-01 21:34:16,804 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:16,804 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,804 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,804 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:34:16,831 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:16,831 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,831 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:16,831 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,831 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:16,831 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,831 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,831 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,831 INFO snapshot-role/MainThread: , 2024-03-01 21:34:16,831 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:16,831 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,831 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,831 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:34:16,857 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:16,857 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,857 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:16,857 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,857 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:16,857 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:34:16,857 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:34:16,857 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:34:16,857 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:34:16,857 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,857 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,857 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,857 INFO snapshot-role/MainThread: , 2024-03-01 21:34:16,857 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:16,857 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,857 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,857 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:34:16,885 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:16,885 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,885 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:16,885 INFO snapshot-role/MainThread: { 2024-03-01 21:34:16,885 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:16,885 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,885 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,885 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,885 INFO snapshot-role/MainThread: , 2024-03-01 21:34:16,885 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:16,885 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:16,885 INFO snapshot-role/MainThread: } 2024-03-01 21:34:16,885 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:34:20,134 INFO snapshot-role/MainThread: revert_cmd: revert None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 21:34:20,134 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:34:20,135 INFO snapshot-role/MainThread: revert snapsset : snapset1 2024-03-01 21:34:20,135 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:34:20,163 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:20,163 INFO snapshot-role/MainThread: { 2024-03-01 21:34:20,163 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:20,163 INFO snapshot-role/MainThread: { 2024-03-01 21:34:20,163 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:20,163 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:34:20,163 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:34:20,163 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:20,163 INFO snapshot-role/MainThread: } 2024-03-01 21:34:20,163 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:20,163 INFO snapshot-role/MainThread: , 2024-03-01 21:34:20,163 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:20,163 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:20,163 INFO snapshot-role/MainThread: } 2024-03-01 21:34:20,164 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:34:20,190 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:20,190 INFO snapshot-role/MainThread: { 2024-03-01 21:34:20,190 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:20,190 INFO snapshot-role/MainThread: { 2024-03-01 21:34:20,190 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:20,190 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:20,190 INFO snapshot-role/MainThread: } 2024-03-01 21:34:20,190 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:20,190 INFO snapshot-role/MainThread: , 2024-03-01 21:34:20,190 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:20,190 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:20,190 INFO snapshot-role/MainThread: } 2024-03-01 21:34:20,191 INFO snapshot-role/MainThread: exit code: 0: ['snapshot not found with name: test_vg1/lv1_snapset1'] 2024-03-01 21:34:23,435 INFO snapshot-role/MainThread: remove_cmd: remove None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 21:34:23,435 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:34:23,436 INFO snapshot-role/MainThread: remove snapsset : snapset1 2024-03-01 21:34:23,436 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:34:23,465 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:23,465 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,465 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,465 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,465 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,465 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:34:23,465 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:34:23,465 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,465 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,465 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,465 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,465 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,465 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,466 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,466 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:34:23,491 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:23,491 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,491 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,491 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,491 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,491 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,491 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,491 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,491 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,491 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,491 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,491 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,491 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:34:23,517 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:23,517 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,517 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,517 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,517 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,517 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:34:23,517 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:34:23,517 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,517 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,517 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,517 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,517 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,517 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,517 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,517 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:34:23,545 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:23,545 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,545 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,545 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,545 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,545 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,545 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,545 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,545 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,545 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,545 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,545 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,545 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:34:23,572 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:23,572 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,572 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,572 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,572 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,572 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:34:23,572 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:34:23,572 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,572 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,572 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,572 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,572 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,572 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,572 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,572 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:34:23,601 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:23,601 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,601 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,601 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,601 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,601 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,601 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,601 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,601 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,601 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,601 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,601 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,601 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:34:23,627 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:23,627 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,627 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,627 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,627 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,627 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:34:23,627 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:34:23,627 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:34:23,627 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:34:23,627 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,627 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,627 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,627 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,627 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,627 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,627 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,628 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:34:23,656 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:23,656 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,656 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,656 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,656 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,656 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,656 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,656 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,656 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,656 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,656 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,656 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,656 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:34:23,683 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:23,683 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,683 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,683 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,683 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,683 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:34:23,683 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:34:23,683 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,683 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,683 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,683 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,683 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,683 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,683 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,683 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:34:23,710 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:23,710 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,710 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,710 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,710 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,710 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,710 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,710 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,710 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,710 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,710 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,710 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,710 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:34:23,735 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:23,735 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,735 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,735 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,735 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,735 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:34:23,735 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:34:23,735 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,735 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,735 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,735 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,735 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,735 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,735 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,735 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:34:23,766 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:23,766 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,766 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,766 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,766 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,766 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,766 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,766 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,766 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,766 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,766 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,766 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,766 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:34:23,793 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:23,793 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,793 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,793 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,793 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,793 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:34:23,793 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:34:23,793 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,793 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,793 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,793 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,793 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,793 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,793 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,793 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:34:23,819 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:23,819 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,819 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,819 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,819 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,819 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,819 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,819 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,819 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,819 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,819 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,819 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,819 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:34:23,851 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:23,851 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,851 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,851 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,851 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,851 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:34:23,851 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:34:23,851 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:34:23,851 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:34:23,851 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,851 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,851 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,851 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,851 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,851 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,852 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,852 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:34:23,877 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:23,877 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,877 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:23,877 INFO snapshot-role/MainThread: { 2024-03-01 21:34:23,877 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:23,877 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,877 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,877 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,877 INFO snapshot-role/MainThread: , 2024-03-01 21:34:23,877 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:23,877 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:23,877 INFO snapshot-role/MainThread: } 2024-03-01 21:34:23,877 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:34:27,113 INFO snapshot-role/MainThread: remove_cmd: remove None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 21:34:27,113 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:34:27,113 INFO snapshot-role/MainThread: remove verify snapsset : snapset1 2024-03-01 21:34:27,113 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:34:27,139 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:27,139 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,139 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:27,139 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,139 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:27,139 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:34:27,139 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:34:27,139 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,139 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,139 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,139 INFO snapshot-role/MainThread: , 2024-03-01 21:34:27,139 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:27,139 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,140 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,140 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:34:27,167 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:27,167 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,167 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:27,167 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,167 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:27,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,167 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,167 INFO snapshot-role/MainThread: , 2024-03-01 21:34:27,167 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:27,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,167 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,167 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:34:27,193 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:27,193 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,193 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:27,193 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,193 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:27,193 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:34:27,193 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:34:27,193 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,193 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,193 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,193 INFO snapshot-role/MainThread: , 2024-03-01 21:34:27,193 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:27,193 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,193 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,193 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:34:27,223 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:27,223 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,223 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:27,223 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,223 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:27,223 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,223 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,223 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,223 INFO snapshot-role/MainThread: , 2024-03-01 21:34:27,223 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:27,223 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,223 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,223 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:34:27,250 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:27,250 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,250 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:27,250 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,250 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:27,250 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:34:27,250 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:34:27,250 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,250 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,250 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,250 INFO snapshot-role/MainThread: , 2024-03-01 21:34:27,250 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:27,250 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,250 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,250 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:34:27,276 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:27,276 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,276 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:27,276 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,276 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:27,276 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,276 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,276 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,276 INFO snapshot-role/MainThread: , 2024-03-01 21:34:27,276 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:27,276 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,276 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,276 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:34:27,304 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:34:27,304 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,304 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:27,304 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,304 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:27,304 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:34:27,304 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:34:27,304 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:34:27,304 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:34:27,304 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,304 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,304 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,304 INFO snapshot-role/MainThread: , 2024-03-01 21:34:27,304 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:27,304 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,304 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,305 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:34:27,330 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:34:27,330 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,330 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:34:27,330 INFO snapshot-role/MainThread: { 2024-03-01 21:34:27,330 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:34:27,330 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,330 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,330 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,330 INFO snapshot-role/MainThread: , 2024-03-01 21:34:27,330 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:34:27,330 INFO snapshot-role/MainThread: ] 2024-03-01 21:34:27,330 INFO snapshot-role/MainThread: } 2024-03-01 21:34:27,330 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="" 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="" 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:32:25,590 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_mm2t89p2/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:32:30,956 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_cjvmq3_7/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:32:38,911 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_9vg8wicd/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:32:39,066 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:32:39,066 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:32:39,136 INFO program/MainThread: stdout[2]: 2024-03-01 21:32:39,137 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:32:39,137 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:32:39,137 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:32:39,143 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:39,143 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:32:39,147 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:32:39,147 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:32:39,150 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:32:39,150 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:32:39,153 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:32:39,153 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:32:39,162 INFO program/MainThread: stdout: 2024-03-01 21:32:39,162 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:32:39,163 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:32:39,163 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:32:39,163 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:32:39,163 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:32:39,163 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:32:39,163 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:32:39,163 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:32:39,163 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:32:39,163 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:32:39,163 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:32:39,163 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:32:39,163 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:32:39,163 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:32:39,163 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:32:39,163 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:39,163 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:32:39,163 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:32:39,163 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:32:39,164 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:32:39,164 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:32:39,164 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:32:39,164 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:32:39,164 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:39,177 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:39,189 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:32:39,194 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:8b944a4c-a137-4ca1-ade3-70a496b28bb4 ' '/dev/disk/by-id/scsi-360014058b944a4ca1374ca1ade370a49 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_8b944a4c-a137-4ca1-ade3-70a496b28bb4 ' '/dev/disk/by-id/wwn-0x60014058b944a4ca1374ca1ade370a49', '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': '8b944a4c-a137-4ca1-ade3-70a496b28bb4', 'ID_SERIAL': '360014058b944a4ca1374ca1ade370a49', 'ID_SERIAL_SHORT': '60014058b944a4ca1374ca1ade370a49', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058b944a4ca', 'ID_WWN_VENDOR_EXTENSION': '0x1374ca1ade370a49', 'ID_WWN_WITH_EXTENSION': '0x60014058b944a4ca1374ca1ade370a49', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058b944a4ca1374ca1ade370a49', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:8b944a4c-a137-4ca1-ade3-70a496b28bb4', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8b944a4c-a137-4ca1-ade3-70a496b28bb4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508446944'} ; 2024-03-01 21:32:39,194 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:32:39,194 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:32:39,232 INFO program/MainThread: stdout[3]: 2024-03-01 21:32:39,233 INFO program/MainThread: stderr[3]: 2024-03-01 21:32:39,233 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:32:39,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:32:39,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:39,247 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:32:39,252 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:32:39,253 INFO blivet/MainThread: sda is a disk 2024-03-01 21:32:39,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:32:39,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:32:39,257 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:32:39,261 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:32:39,261 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:32:39,264 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:32:39,264 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:32:39,265 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:32:39,265 INFO blivet/MainThread: got device: DiskDevice instance (0x7fec0c973438) -- 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 = 60014058b944a4ca1374ca1ade370a49 2024-03-01 21:32:39,269 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:32:39,269 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:32:39,272 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014052f021274521149ef8ce978772 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:2f021274-5211-49ef-8ce9-78772bd8e147 ' '/dev/disk/by-id/wwn-0x60014052f021274521149ef8ce978772 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_2f021274-5211-49ef-8ce9-78772bd8e147', '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': '2f021274-5211-49ef-8ce9-78772bd8e147', 'ID_SERIAL': '360014052f021274521149ef8ce978772', 'ID_SERIAL_SHORT': '60014052f021274521149ef8ce978772', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f0212745', 'ID_WWN_VENDOR_EXTENSION': '0x21149ef8ce978772', 'ID_WWN_WITH_EXTENSION': '0x60014052f021274521149ef8ce978772', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f021274521149ef8ce978772', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:2f021274-5211-49ef-8ce9-78772bd8e147', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f021274-5211-49ef-8ce9-78772bd8e147', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508449162'} ; 2024-03-01 21:32:39,272 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:32:39,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:32:39,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:39,282 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:32:39,283 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:32:39,283 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:32:39,283 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:32:39,286 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:32:39,289 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:32:39,289 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:32:39,292 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:32:39,293 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:32:39,293 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:32:39,293 INFO blivet/MainThread: got device: DiskDevice instance (0x7fec0c1203c8) -- 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 = 60014052f021274521149ef8ce978772 2024-03-01 21:32:39,296 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:32:39,296 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:32:39,300 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_da67c301-c03f-4d0c-840a-a33de1a4f1a4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:da67c301-c03f-4d0c-840a-a33de1a4f1a4 ' '/dev/disk/by-id/scsi-36001405da67c301c03f4d0c840aa33de ' '/dev/disk/by-id/wwn-0x6001405da67c301c03f4d0c840aa33de', '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': 'da67c301-c03f-4d0c-840a-a33de1a4f1a4', 'ID_SERIAL': '36001405da67c301c03f4d0c840aa33de', 'ID_SERIAL_SHORT': '6001405da67c301c03f4d0c840aa33de', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405da67c301c', 'ID_WWN_VENDOR_EXTENSION': '0x03f4d0c840aa33de', 'ID_WWN_WITH_EXTENSION': '0x6001405da67c301c03f4d0c840aa33de', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405da67c301c03f4d0c840aa33de', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:da67c301-c03f-4d0c-840a-a33de1a4f1a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'da67c301-c03f-4d0c-840a-a33de1a4f1a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509284691'} ; 2024-03-01 21:32:39,300 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:32:39,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:32:39,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:39,310 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:32:39,310 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:32:39,310 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:32:39,310 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:32:39,313 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:32:39,317 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:32:39,317 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:32:39,320 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:32:39,320 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:32:39,321 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:32:39,321 INFO blivet/MainThread: got device: DiskDevice instance (0x7fec0c120470) -- 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 = 6001405da67c301c03f4d0c840aa33de 2024-03-01 21:32:39,324 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:32:39,324 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:32:39,327 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499 ' '/dev/disk/by-id/wwn-0x6001405b6d35afe44fa4ab195e90ff4a ' '/dev/disk/by-id/scsi-36001405b6d35afe44fa4ab195e90ff4a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499', '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': 'b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499', 'ID_SERIAL': '36001405b6d35afe44fa4ab195e90ff4a', 'ID_SERIAL_SHORT': '6001405b6d35afe44fa4ab195e90ff4a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6d35afe4', 'ID_WWN_VENDOR_EXTENSION': '0x4fa4ab195e90ff4a', 'ID_WWN_WITH_EXTENSION': '0x6001405b6d35afe44fa4ab195e90ff4a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6d35afe44fa4ab195e90ff4a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509283672'} ; 2024-03-01 21:32:39,328 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:32:39,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:32:39,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:39,337 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:32:39,338 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:32:39,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:32:39,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:32:39,341 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:32:39,344 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:32:39,345 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:32:39,348 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:32:39,348 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:32:39,348 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:32:39,348 INFO blivet/MainThread: got device: DiskDevice instance (0x7fec0c128588) -- 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 = 6001405b6d35afe44fa4ab195e90ff4a 2024-03-01 21:32:39,352 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:32:39,352 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:32:39,355 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:49851f9e-26cb-452a-bfa1-0ddc7bc49238 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_49851f9e-26cb-452a-bfa1-0ddc7bc49238 ' '/dev/disk/by-id/wwn-0x600140549851f9e26cb452abfa10ddc7 ' '/dev/disk/by-id/scsi-3600140549851f9e26cb452abfa10ddc7', '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': '49851f9e-26cb-452a-bfa1-0ddc7bc49238', 'ID_SERIAL': '3600140549851f9e26cb452abfa10ddc7', 'ID_SERIAL_SHORT': '600140549851f9e26cb452abfa10ddc7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140549851f9e2', 'ID_WWN_VENDOR_EXTENSION': '0x6cb452abfa10ddc7', 'ID_WWN_WITH_EXTENSION': '0x600140549851f9e26cb452abfa10ddc7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140549851f9e26cb452abfa10ddc7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:49851f9e-26cb-452a-bfa1-0ddc7bc49238', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '49851f9e-26cb-452a-bfa1-0ddc7bc49238', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508481657'} ; 2024-03-01 21:32:39,355 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:32:39,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:32:39,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:39,365 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:32:39,366 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:32:39,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:32:39,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:32:39,369 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:32:39,372 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:32:39,372 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:32:39,375 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:32:39,376 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:32:39,376 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:32:39,376 INFO blivet/MainThread: got device: DiskDevice instance (0x7fec0c128630) -- 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 = 600140549851f9e26cb452abfa10ddc7 2024-03-01 21:32:39,380 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:32:39,380 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:32:39,383 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e34ef7f1-02a1-49ad-8be9-41ea40f39191 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e34ef7f1-02a1-49ad-8be9-41ea40f39191 ' '/dev/disk/by-id/wwn-0x6001405e34ef7f102a149ad8be941ea4 ' '/dev/disk/by-id/scsi-36001405e34ef7f102a149ad8be941ea4', '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': 'e34ef7f1-02a1-49ad-8be9-41ea40f39191', 'ID_SERIAL': '36001405e34ef7f102a149ad8be941ea4', 'ID_SERIAL_SHORT': '6001405e34ef7f102a149ad8be941ea4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e34ef7f10', 'ID_WWN_VENDOR_EXTENSION': '0x2a149ad8be941ea4', 'ID_WWN_WITH_EXTENSION': '0x6001405e34ef7f102a149ad8be941ea4', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e34ef7f102a149ad8be941ea4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e34ef7f1-02a1-49ad-8be9-41ea40f39191', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e34ef7f1-02a1-49ad-8be9-41ea40f39191', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508632343'} ; 2024-03-01 21:32:39,383 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:32:39,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:32:39,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:39,393 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:32:39,393 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:32:39,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:32:39,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:32:39,397 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:32:39,400 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:32:39,400 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:32:39,403 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:32:39,404 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:32:39,404 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:32:39,404 INFO blivet/MainThread: got device: DiskDevice instance (0x7fec0c135470) -- 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 = 6001405e34ef7f102a149ad8be941ea4 2024-03-01 21:32:39,407 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:32:39,408 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:32:39,411 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c387f58c65a64d1eb3f39b6b5 ' '/dev/disk/by-id/scsi-36001405c387f58c65a64d1eb3f39b6b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', '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': 'c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', 'ID_SERIAL': '36001405c387f58c65a64d1eb3f39b6b5', 'ID_SERIAL_SHORT': '6001405c387f58c65a64d1eb3f39b6b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c387f58c6', 'ID_WWN_VENDOR_EXTENSION': '0x5a64d1eb3f39b6b5', 'ID_WWN_WITH_EXTENSION': '0x6001405c387f58c65a64d1eb3f39b6b5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c387f58c65a64d1eb3f39b6b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508626719'} ; 2024-03-01 21:32:39,411 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:32:39,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:32:39,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:39,421 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:32:39,421 INFO blivet/MainThread: sde is a disk 2024-03-01 21:32:39,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:32:39,422 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:32:39,425 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:32:39,428 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:32:39,428 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:32:39,431 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:32:39,431 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:32:39,432 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:32:39,432 INFO blivet/MainThread: got device: DiskDevice instance (0x7fec0c135b00) -- 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 = 6001405c387f58c65a64d1eb3f39b6b5 2024-03-01 21:32:39,435 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:32:39,436 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:32:39,439 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0 ' '/dev/disk/by-id/wwn-0x60014051491fb4bed034eeea6b4c1a1c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0 ' '/dev/disk/by-id/scsi-360014051491fb4bed034eeea6b4c1a1c', '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': '1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0', 'ID_SERIAL': '360014051491fb4bed034eeea6b4c1a1c', 'ID_SERIAL_SHORT': '60014051491fb4bed034eeea6b4c1a1c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051491fb4be', 'ID_WWN_VENDOR_EXTENSION': '0xd034eeea6b4c1a1c', 'ID_WWN_WITH_EXTENSION': '0x60014051491fb4bed034eeea6b4c1a1c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051491fb4bed034eeea6b4c1a1c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508789882'} ; 2024-03-01 21:32:39,439 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:32:39,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:32:39,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:39,449 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:32:39,449 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:32:39,450 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:32:39,450 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:32:39,453 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:32:39,456 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:32:39,456 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:32:39,459 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:32:39,460 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:32:39,460 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:32:39,460 INFO blivet/MainThread: got device: DiskDevice instance (0x7fec0c135eb8) -- 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 = 60014051491fb4bed034eeea6b4c1a1c 2024-03-01 21:32:39,463 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:32:39,464 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:32:39,467 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d5b7ccd2343f4c74a76fa6022 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_d5b7ccd2-343f-4c74-a76f-a6022b31a2c3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:d5b7ccd2-343f-4c74-a76f-a6022b31a2c3 ' '/dev/disk/by-id/scsi-36001405d5b7ccd2343f4c74a76fa6022', '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': 'd5b7ccd2-343f-4c74-a76f-a6022b31a2c3', 'ID_SERIAL': '36001405d5b7ccd2343f4c74a76fa6022', 'ID_SERIAL_SHORT': '6001405d5b7ccd2343f4c74a76fa6022', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d5b7ccd23', 'ID_WWN_VENDOR_EXTENSION': '0x43f4c74a76fa6022', 'ID_WWN_WITH_EXTENSION': '0x6001405d5b7ccd2343f4c74a76fa6022', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d5b7ccd2343f4c74a76fa6022', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:d5b7ccd2-343f-4c74-a76f-a6022b31a2c3', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd5b7ccd2-343f-4c74-a76f-a6022b31a2c3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508855427'} ; 2024-03-01 21:32:39,467 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:32:39,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:32:39,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:39,477 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:32:39,477 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:32:39,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:32:39,478 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:32:39,481 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:32:39,484 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:32:39,484 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:32:39,487 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:32:39,488 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:32:39,488 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:32:39,488 INFO blivet/MainThread: got device: DiskDevice instance (0x7fec0c1399e8) -- 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 = 6001405d5b7ccd2343f4c74a76fa6022 2024-03-01 21:32:39,491 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:32:39,492 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:32:39,495 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c342b4ea-1bc2-456c-b483-14c7f6a07628 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c342b4ea-1bc2-456c-b483-14c7f6a07628 ' '/dev/disk/by-id/scsi-36001405c342b4ea1bc2456cb48314c7f ' '/dev/disk/by-id/wwn-0x6001405c342b4ea1bc2456cb48314c7f', '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': 'c342b4ea-1bc2-456c-b483-14c7f6a07628', 'ID_SERIAL': '36001405c342b4ea1bc2456cb48314c7f', 'ID_SERIAL_SHORT': '6001405c342b4ea1bc2456cb48314c7f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c342b4ea1', 'ID_WWN_VENDOR_EXTENSION': '0xbc2456cb48314c7f', 'ID_WWN_WITH_EXTENSION': '0x6001405c342b4ea1bc2456cb48314c7f', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c342b4ea1bc2456cb48314c7f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c342b4ea-1bc2-456c-b483-14c7f6a07628', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c342b4ea-1bc2-456c-b483-14c7f6a07628', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508949888'} ; 2024-03-01 21:32:39,495 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:32:39,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:32:39,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:39,505 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:32:39,505 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:32:39,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:32:39,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:32:39,509 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:32:39,512 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:32:39,512 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:32:39,515 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:32:39,515 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:32:39,516 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:32:39,516 INFO blivet/MainThread: got device: DiskDevice instance (0x7fec0c135a20) -- 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 = 6001405c342b4ea1bc2456cb48314c7f 2024-03-01 21:32:39,519 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:32:39,519 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:32:39,523 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e93e751bfc9744b4836f9b527 ' '/dev/disk/by-id/scsi-36001405e93e751bfc9744b4836f9b527 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e93e751b-fc97-44b4-836f-9b527618e957 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e93e751b-fc97-44b4-836f-9b527618e957', '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': 'e93e751b-fc97-44b4-836f-9b527618e957', 'ID_SERIAL': '36001405e93e751bfc9744b4836f9b527', 'ID_SERIAL_SHORT': '6001405e93e751bfc9744b4836f9b527', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e93e751bf', 'ID_WWN_VENDOR_EXTENSION': '0xc9744b4836f9b527', 'ID_WWN_WITH_EXTENSION': '0x6001405e93e751bfc9744b4836f9b527', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e93e751bfc9744b4836f9b527', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e93e751b-fc97-44b4-836f-9b527618e957', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e93e751b-fc97-44b4-836f-9b527618e957', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509080226'} ; 2024-03-01 21:32:39,523 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:32:39,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:32:39,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:39,533 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:32:39,533 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:32:39,533 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:32:39,533 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:32:39,537 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:32:39,540 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:32:39,540 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:32:39,543 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:32:39,543 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:32:39,544 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:32:39,544 INFO blivet/MainThread: got device: DiskDevice instance (0x7fec0c148908) -- 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 = 6001405e93e751bfc9744b4836f9b527 2024-03-01 21:32:39,547 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:32:39,547 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:32:39,550 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_dd6fa0ba-6113-408a-90a3-e72db5e8cf9e ' '/dev/disk/by-id/wwn-0x6001405dd6fa0ba6113408a90a3e72db ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:dd6fa0ba-6113-408a-90a3-e72db5e8cf9e ' '/dev/disk/by-id/scsi-36001405dd6fa0ba6113408a90a3e72db', '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': 'dd6fa0ba-6113-408a-90a3-e72db5e8cf9e', 'ID_SERIAL': '36001405dd6fa0ba6113408a90a3e72db', 'ID_SERIAL_SHORT': '6001405dd6fa0ba6113408a90a3e72db', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405dd6fa0ba6', 'ID_WWN_VENDOR_EXTENSION': '0x113408a90a3e72db', 'ID_WWN_WITH_EXTENSION': '0x6001405dd6fa0ba6113408a90a3e72db', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405dd6fa0ba6113408a90a3e72db', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:dd6fa0ba-6113-408a-90a3-e72db5e8cf9e', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'dd6fa0ba-6113-408a-90a3-e72db5e8cf9e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509128332'} ; 2024-03-01 21:32:39,550 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:32:39,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:32:39,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:39,560 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:32:39,561 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:32:39,561 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:32:39,561 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:32:39,564 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:32:39,567 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:32:39,568 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:32:39,571 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:32:39,571 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:32:39,571 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:32:39,571 INFO blivet/MainThread: got device: DiskDevice instance (0x7fec0c148f98) -- 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 = 6001405dd6fa0ba6113408a90a3e72db 2024-03-01 21:32:39,575 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:32:39,575 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:32:39,578 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': '29680104'} ; 2024-03-01 21:32:39,578 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:32:39,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:32:39,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:39,588 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:32:39,588 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:32:39,588 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:32:39,588 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:32:39,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:32:39,589 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:32:39,592 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:32:39,595 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:32:39,595 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:32:39,598 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:32:39,598 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:32:39,599 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:32:39,599 INFO blivet/MainThread: got device: DiskDevice instance (0x7fec0c148eb8) -- 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:32:39,602 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:32:39,606 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:32:39,606 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:32:39,609 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:32:39,609 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:32:39,612 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:32:39,613 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:32:39,616 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:32:39,616 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:32:39,620 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:32:39,623 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:39,626 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:32:39,630 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 0x7fec0c146508> 2024-03-01 21:32:42,999 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:32:43,004 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:32:43,004 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:32:43,008 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': '29683331'} ; 2024-03-01 21:32:43,008 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:32:43,009 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:32:43,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:43,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:43,018 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:32:43,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:43,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:43,024 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:43,037 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:43,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:32:43,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:32:43,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:32:43,060 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:32:43,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:32:43,064 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:32:43,067 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:32:43,067 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:32:43,071 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:32:43,071 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:32:43,071 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:32:43,074 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:32:43,078 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:32:43,081 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:32:43,083 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:32:43,087 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:32:43,087 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:32:43,087 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:32:43,088 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:32:43,087 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fec0ca2f898) -- 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 0x7fec0c0df0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:32:43,092 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:32:43,095 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:32:43,095 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:32:43,099 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:32:43,099 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:32:43,102 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:32:43,102 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:32:43,105 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:32:43,106 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:32:43,108 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:32:43,108 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:32:43,111 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:43,111 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:32:43,114 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:32:43,115 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:32:43,115 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:43,130 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:43,143 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:32:43,144 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:32:43,148 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:32:43,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:43,154 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:32:43,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:43,157 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:32:43,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:32:43,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:43,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:32:43,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:43,168 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:32:43,170 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:32:43,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:43,176 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:32:43,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:43,179 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:32:43,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:32:43,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:43,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:32:43,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:43,190 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:32:43,193 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:32:43,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:43,198 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:32:43,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:43,201 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:32:43,203 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:32:43,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:43,209 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:32:43,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:43,212 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:32:43,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:32:43,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:32:43,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 21:32:43,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:32:43,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:32:43,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:32:43,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:32:43,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:32:48,464 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_d4ux6h3c/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:32:48,503 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:32:48,503 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:32:48,507 INFO program/MainThread: stdout[2]: 2024-03-01 21:32:48,507 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:32:48,507 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:32:48,507 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:32:48,512 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:48,513 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:32:48,517 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:32:48,517 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:32:48,520 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:32:48,520 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:32:48,523 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:32:48,523 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:32:48,532 INFO program/MainThread: stdout: 2024-03-01 21:32:48,532 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:32:48,532 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:32:48,532 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:32:48,532 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:32:48,533 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:32:48,533 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:32:48,533 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:32:48,533 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:32:48,533 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:32:48,533 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:32:48,533 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:32:48,533 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:32:48,533 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:32:48,533 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:32:48,533 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:32:48,533 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:48,533 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:32:48,533 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:32:48,533 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:32:48,534 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:32:48,534 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:32:48,534 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:32:48,534 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:32:48,534 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:48,548 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:48,560 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:32:48,564 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:8b944a4c-a137-4ca1-ade3-70a496b28bb4 ' '/dev/disk/by-id/scsi-360014058b944a4ca1374ca1ade370a49 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_8b944a4c-a137-4ca1-ade3-70a496b28bb4 ' '/dev/disk/by-id/wwn-0x60014058b944a4ca1374ca1ade370a49', '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': '8b944a4c-a137-4ca1-ade3-70a496b28bb4', 'ID_SERIAL': '360014058b944a4ca1374ca1ade370a49', 'ID_SERIAL_SHORT': '60014058b944a4ca1374ca1ade370a49', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058b944a4ca', 'ID_WWN_VENDOR_EXTENSION': '0x1374ca1ade370a49', 'ID_WWN_WITH_EXTENSION': '0x60014058b944a4ca1374ca1ade370a49', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058b944a4ca1374ca1ade370a49', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:8b944a4c-a137-4ca1-ade3-70a496b28bb4', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8b944a4c-a137-4ca1-ade3-70a496b28bb4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508446944'} ; 2024-03-01 21:32:48,565 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:32:48,565 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:32:48,599 INFO program/MainThread: stdout[3]: 2024-03-01 21:32:48,599 INFO program/MainThread: stderr[3]: 2024-03-01 21:32:48,600 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:32:48,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:32:48,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:48,613 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:32:48,618 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:32:48,619 INFO blivet/MainThread: sda is a disk 2024-03-01 21:32:48,619 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:32:48,619 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:32:48,623 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:32:48,626 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:32:48,626 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:32:48,629 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:32:48,630 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:32:48,630 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:32:48,630 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff13509f438) -- 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 = 60014058b944a4ca1374ca1ade370a49 2024-03-01 21:32:48,634 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:32:48,634 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:32:48,637 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_2f021274-5211-49ef-8ce9-78772bd8e147 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:2f021274-5211-49ef-8ce9-78772bd8e147 ' '/dev/disk/by-id/wwn-0x60014052f021274521149ef8ce978772 ' '/dev/disk/by-id/scsi-360014052f021274521149ef8ce978772', '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': '2f021274-5211-49ef-8ce9-78772bd8e147', 'ID_SERIAL': '360014052f021274521149ef8ce978772', 'ID_SERIAL_SHORT': '60014052f021274521149ef8ce978772', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f0212745', 'ID_WWN_VENDOR_EXTENSION': '0x21149ef8ce978772', 'ID_WWN_WITH_EXTENSION': '0x60014052f021274521149ef8ce978772', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f021274521149ef8ce978772', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:2f021274-5211-49ef-8ce9-78772bd8e147', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f021274-5211-49ef-8ce9-78772bd8e147', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508449162'} ; 2024-03-01 21:32:48,638 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:32:48,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:32:48,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:48,647 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:32:48,648 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:32:48,648 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:32:48,648 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:32:48,651 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:32:48,654 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:32:48,654 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:32:48,657 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:32:48,658 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:32:48,658 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:32:48,658 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff13404b3c8) -- 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 = 60014052f021274521149ef8ce978772 2024-03-01 21:32:48,661 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:32:48,662 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:32:48,665 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405da67c301c03f4d0c840aa33de ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_da67c301-c03f-4d0c-840a-a33de1a4f1a4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:da67c301-c03f-4d0c-840a-a33de1a4f1a4 ' '/dev/disk/by-id/scsi-36001405da67c301c03f4d0c840aa33de', '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': 'da67c301-c03f-4d0c-840a-a33de1a4f1a4', 'ID_SERIAL': '36001405da67c301c03f4d0c840aa33de', 'ID_SERIAL_SHORT': '6001405da67c301c03f4d0c840aa33de', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405da67c301c', 'ID_WWN_VENDOR_EXTENSION': '0x03f4d0c840aa33de', 'ID_WWN_WITH_EXTENSION': '0x6001405da67c301c03f4d0c840aa33de', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405da67c301c03f4d0c840aa33de', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:da67c301-c03f-4d0c-840a-a33de1a4f1a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'da67c301-c03f-4d0c-840a-a33de1a4f1a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509284691'} ; 2024-03-01 21:32:48,665 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:32:48,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:32:48,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:48,675 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:32:48,675 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:32:48,675 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:32:48,675 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:32:48,678 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:32:48,682 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:32:48,682 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:32:48,685 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:32:48,685 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:32:48,686 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:32:48,686 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff13404b470) -- 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 = 6001405da67c301c03f4d0c840aa33de 2024-03-01 21:32:48,689 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:32:48,689 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:32:48,692 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499 ' '/dev/disk/by-id/scsi-36001405b6d35afe44fa4ab195e90ff4a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499 ' '/dev/disk/by-id/wwn-0x6001405b6d35afe44fa4ab195e90ff4a', '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': 'b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499', 'ID_SERIAL': '36001405b6d35afe44fa4ab195e90ff4a', 'ID_SERIAL_SHORT': '6001405b6d35afe44fa4ab195e90ff4a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6d35afe4', 'ID_WWN_VENDOR_EXTENSION': '0x4fa4ab195e90ff4a', 'ID_WWN_WITH_EXTENSION': '0x6001405b6d35afe44fa4ab195e90ff4a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6d35afe44fa4ab195e90ff4a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509283672'} ; 2024-03-01 21:32:48,692 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:32:48,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:32:48,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:48,702 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:32:48,702 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:32:48,703 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:32:48,703 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:32:48,706 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:32:48,709 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:32:48,709 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:32:48,712 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:32:48,713 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:32:48,713 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:32:48,713 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff134053588) -- 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 = 6001405b6d35afe44fa4ab195e90ff4a 2024-03-01 21:32:48,716 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:32:48,716 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:32:48,720 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:49851f9e-26cb-452a-bfa1-0ddc7bc49238 ' '/dev/disk/by-id/wwn-0x600140549851f9e26cb452abfa10ddc7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_49851f9e-26cb-452a-bfa1-0ddc7bc49238 ' '/dev/disk/by-id/scsi-3600140549851f9e26cb452abfa10ddc7', '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': '49851f9e-26cb-452a-bfa1-0ddc7bc49238', 'ID_SERIAL': '3600140549851f9e26cb452abfa10ddc7', 'ID_SERIAL_SHORT': '600140549851f9e26cb452abfa10ddc7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140549851f9e2', 'ID_WWN_VENDOR_EXTENSION': '0x6cb452abfa10ddc7', 'ID_WWN_WITH_EXTENSION': '0x600140549851f9e26cb452abfa10ddc7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140549851f9e26cb452abfa10ddc7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:49851f9e-26cb-452a-bfa1-0ddc7bc49238', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '49851f9e-26cb-452a-bfa1-0ddc7bc49238', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508481657'} ; 2024-03-01 21:32:48,720 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:32:48,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:32:48,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:48,729 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:32:48,730 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:32:48,730 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:32:48,730 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:32:48,733 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:32:48,736 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:32:48,737 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:32:48,740 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:32:48,740 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:32:48,741 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:32:48,741 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff134053630) -- 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 = 600140549851f9e26cb452abfa10ddc7 2024-03-01 21:32:48,744 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:32:48,744 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:32:48,747 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e34ef7f102a149ad8be941ea4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e34ef7f1-02a1-49ad-8be9-41ea40f39191 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e34ef7f1-02a1-49ad-8be9-41ea40f39191 ' '/dev/disk/by-id/scsi-36001405e34ef7f102a149ad8be941ea4', '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': 'e34ef7f1-02a1-49ad-8be9-41ea40f39191', 'ID_SERIAL': '36001405e34ef7f102a149ad8be941ea4', 'ID_SERIAL_SHORT': '6001405e34ef7f102a149ad8be941ea4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e34ef7f10', 'ID_WWN_VENDOR_EXTENSION': '0x2a149ad8be941ea4', 'ID_WWN_WITH_EXTENSION': '0x6001405e34ef7f102a149ad8be941ea4', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e34ef7f102a149ad8be941ea4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e34ef7f1-02a1-49ad-8be9-41ea40f39191', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e34ef7f1-02a1-49ad-8be9-41ea40f39191', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508632343'} ; 2024-03-01 21:32:48,747 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:32:48,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:32:48,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:48,757 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:32:48,758 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:32:48,758 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:32:48,758 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:32:48,761 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:32:48,764 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:32:48,764 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:32:48,767 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:32:48,768 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:32:48,768 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:32:48,768 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff134061470) -- 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 = 6001405e34ef7f102a149ad8be941ea4 2024-03-01 21:32:48,772 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:32:48,772 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:32:48,775 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c387f58c65a64d1eb3f39b6b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78 ' '/dev/disk/by-id/wwn-0x6001405c387f58c65a64d1eb3f39b6b5', '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': 'c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', 'ID_SERIAL': '36001405c387f58c65a64d1eb3f39b6b5', 'ID_SERIAL_SHORT': '6001405c387f58c65a64d1eb3f39b6b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c387f58c6', 'ID_WWN_VENDOR_EXTENSION': '0x5a64d1eb3f39b6b5', 'ID_WWN_WITH_EXTENSION': '0x6001405c387f58c65a64d1eb3f39b6b5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c387f58c65a64d1eb3f39b6b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508626719'} ; 2024-03-01 21:32:48,775 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:32:48,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:32:48,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:48,785 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:32:48,785 INFO blivet/MainThread: sde is a disk 2024-03-01 21:32:48,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:32:48,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:32:48,788 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:32:48,791 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:32:48,792 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:32:48,795 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:32:48,795 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:32:48,795 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:32:48,796 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff134061b00) -- 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 = 6001405c387f58c65a64d1eb3f39b6b5 2024-03-01 21:32:48,799 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:32:48,799 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:32:48,802 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0 ' '/dev/disk/by-id/wwn-0x60014051491fb4bed034eeea6b4c1a1c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0 ' '/dev/disk/by-id/scsi-360014051491fb4bed034eeea6b4c1a1c', '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': '1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0', 'ID_SERIAL': '360014051491fb4bed034eeea6b4c1a1c', 'ID_SERIAL_SHORT': '60014051491fb4bed034eeea6b4c1a1c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051491fb4be', 'ID_WWN_VENDOR_EXTENSION': '0xd034eeea6b4c1a1c', 'ID_WWN_WITH_EXTENSION': '0x60014051491fb4bed034eeea6b4c1a1c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051491fb4bed034eeea6b4c1a1c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508789882'} ; 2024-03-01 21:32:48,802 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:32:48,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:32:48,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:48,812 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:32:48,813 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:32:48,813 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:32:48,813 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:32:48,816 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:32:48,819 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:32:48,819 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:32:48,822 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:32:48,823 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:32:48,823 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:32:48,823 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff134061eb8) -- 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 = 60014051491fb4bed034eeea6b4c1a1c 2024-03-01 21:32:48,826 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:32:48,827 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:32:48,830 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d5b7ccd2343f4c74a76fa6022 ' '/dev/disk/by-id/wwn-0x6001405d5b7ccd2343f4c74a76fa6022 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:d5b7ccd2-343f-4c74-a76f-a6022b31a2c3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_d5b7ccd2-343f-4c74-a76f-a6022b31a2c3', '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': 'd5b7ccd2-343f-4c74-a76f-a6022b31a2c3', 'ID_SERIAL': '36001405d5b7ccd2343f4c74a76fa6022', 'ID_SERIAL_SHORT': '6001405d5b7ccd2343f4c74a76fa6022', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d5b7ccd23', 'ID_WWN_VENDOR_EXTENSION': '0x43f4c74a76fa6022', 'ID_WWN_WITH_EXTENSION': '0x6001405d5b7ccd2343f4c74a76fa6022', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d5b7ccd2343f4c74a76fa6022', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:d5b7ccd2-343f-4c74-a76f-a6022b31a2c3', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd5b7ccd2-343f-4c74-a76f-a6022b31a2c3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508855427'} ; 2024-03-01 21:32:48,830 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:32:48,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:32:48,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:48,840 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:32:48,840 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:32:48,840 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:32:48,840 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:32:48,844 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:32:48,847 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:32:48,847 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:32:48,850 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:32:48,851 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:32:48,851 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:32:48,851 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff1340649e8) -- 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 = 6001405d5b7ccd2343f4c74a76fa6022 2024-03-01 21:32:48,854 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:32:48,855 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:32:48,858 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c342b4ea1bc2456cb48314c7f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c342b4ea-1bc2-456c-b483-14c7f6a07628 ' '/dev/disk/by-id/scsi-36001405c342b4ea1bc2456cb48314c7f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c342b4ea-1bc2-456c-b483-14c7f6a07628', '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': 'c342b4ea-1bc2-456c-b483-14c7f6a07628', 'ID_SERIAL': '36001405c342b4ea1bc2456cb48314c7f', 'ID_SERIAL_SHORT': '6001405c342b4ea1bc2456cb48314c7f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c342b4ea1', 'ID_WWN_VENDOR_EXTENSION': '0xbc2456cb48314c7f', 'ID_WWN_WITH_EXTENSION': '0x6001405c342b4ea1bc2456cb48314c7f', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c342b4ea1bc2456cb48314c7f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c342b4ea-1bc2-456c-b483-14c7f6a07628', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c342b4ea-1bc2-456c-b483-14c7f6a07628', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508949888'} ; 2024-03-01 21:32:48,858 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:32:48,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:32:48,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:48,868 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:32:48,868 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:32:48,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:32:48,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:32:48,871 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:32:48,875 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:32:48,875 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:32:48,878 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:32:48,878 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:32:48,879 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:32:48,879 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff134061a20) -- 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 = 6001405c342b4ea1bc2456cb48314c7f 2024-03-01 21:32:48,882 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:32:48,882 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:32:48,885 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e93e751b-fc97-44b4-836f-9b527618e957 ' '/dev/disk/by-id/scsi-36001405e93e751bfc9744b4836f9b527 ' '/dev/disk/by-id/wwn-0x6001405e93e751bfc9744b4836f9b527 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e93e751b-fc97-44b4-836f-9b527618e957', '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': 'e93e751b-fc97-44b4-836f-9b527618e957', 'ID_SERIAL': '36001405e93e751bfc9744b4836f9b527', 'ID_SERIAL_SHORT': '6001405e93e751bfc9744b4836f9b527', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e93e751bf', 'ID_WWN_VENDOR_EXTENSION': '0xc9744b4836f9b527', 'ID_WWN_WITH_EXTENSION': '0x6001405e93e751bfc9744b4836f9b527', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e93e751bfc9744b4836f9b527', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e93e751b-fc97-44b4-836f-9b527618e957', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e93e751b-fc97-44b4-836f-9b527618e957', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509080226'} ; 2024-03-01 21:32:48,885 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:32:48,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:32:48,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:48,895 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:32:48,895 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:32:48,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:32:48,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:32:48,899 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:32:48,902 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:32:48,902 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:32:48,905 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:32:48,906 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:32:48,906 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:32:48,906 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff134073908) -- 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 = 6001405e93e751bfc9744b4836f9b527 2024-03-01 21:32:48,909 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:32:48,909 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:32:48,913 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:dd6fa0ba-6113-408a-90a3-e72db5e8cf9e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_dd6fa0ba-6113-408a-90a3-e72db5e8cf9e ' '/dev/disk/by-id/wwn-0x6001405dd6fa0ba6113408a90a3e72db ' '/dev/disk/by-id/scsi-36001405dd6fa0ba6113408a90a3e72db', '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': 'dd6fa0ba-6113-408a-90a3-e72db5e8cf9e', 'ID_SERIAL': '36001405dd6fa0ba6113408a90a3e72db', 'ID_SERIAL_SHORT': '6001405dd6fa0ba6113408a90a3e72db', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405dd6fa0ba6', 'ID_WWN_VENDOR_EXTENSION': '0x113408a90a3e72db', 'ID_WWN_WITH_EXTENSION': '0x6001405dd6fa0ba6113408a90a3e72db', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405dd6fa0ba6113408a90a3e72db', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:dd6fa0ba-6113-408a-90a3-e72db5e8cf9e', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'dd6fa0ba-6113-408a-90a3-e72db5e8cf9e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509128332'} ; 2024-03-01 21:32:48,913 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:32:48,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:32:48,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:48,922 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:32:48,923 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:32:48,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:32:48,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:32:48,926 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:32:48,929 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:32:48,929 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:32:48,932 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:32:48,933 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:32:48,933 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:32:48,933 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff134073f98) -- 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 = 6001405dd6fa0ba6113408a90a3e72db 2024-03-01 21:32:48,937 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:32:48,937 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:32:48,940 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': '29680104'} ; 2024-03-01 21:32:48,940 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:32:48,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:32:48,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:48,950 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:32:48,950 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:32:48,950 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:32:48,950 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:32:48,950 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:32:48,950 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:32:48,953 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:32:48,956 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:32:48,956 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:32:48,959 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:32:48,960 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:32:48,960 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:32:48,960 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff134073eb8) -- 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:32:48,963 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:32:48,967 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:32:48,967 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:32:48,970 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:32:48,970 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:32:48,974 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:32:48,974 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:32:48,977 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:32:48,977 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:32:48,981 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:32:48,984 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:48,987 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:32:48,991 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 0x7ff1340750c8> 2024-03-01 21:32:52,041 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:32:52,046 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:32:52,046 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:32:52,050 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': '29683331'} ; 2024-03-01 21:32:52,050 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:32:52,050 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:32:52,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,059 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:32:52,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,065 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:52,080 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:52,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:32:52,099 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:32:52,103 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:32:52,103 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:32:52,107 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:32:52,110 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:32:52,110 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:32:52,113 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:32:52,114 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:32:52,114 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:32:52,117 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:32:52,120 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:32:52,123 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:32:52,126 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:32:52,129 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:32:52,130 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:32:52,130 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:32:52,131 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:32:52,130 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff13404b0b8) -- 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 0x7ff13400a0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:32:52,134 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:32:52,138 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:32:52,138 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:32:52,141 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:32:52,141 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:32:52,145 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:32:52,145 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:32:52,148 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:32:52,148 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:32:52,150 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:32:52,150 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:32:52,154 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,154 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:32:52,157 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:32:52,157 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:32:52,158 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:52,171 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:52,183 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:32:52,184 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:32:52,188 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:32:52,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,194 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:32:52,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,197 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:32:52,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,208 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:32:52,211 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:32:52,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,217 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:32:52,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,220 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:32:52,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,230 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:32:52,233 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:32:52,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,238 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:32:52,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,241 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:32:52,244 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:32:52,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,249 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:32:52,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,252 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:32:52,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,263 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:32:52,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:32:52,269 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:32:52,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:32:52,274 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:32:52,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:32:52,280 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:32:52,283 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:32:52,283 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:32:52,283 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:32:52,287 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:32:52,287 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:32:52,290 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:32:52,290 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:32:52,293 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:32:52,293 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:32:52,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:32:52,296 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:32:52,296 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:32:52,299 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:32:52,299 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:32:52,302 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:32:52,302 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:32:52,303 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:32:52,305 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:32:52,306 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:32:52,308 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:32:52,309 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:32:52,310 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:32:52,314 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:32:52,317 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:32:52,321 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:32:52,324 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:32:52,328 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:32:52,331 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:32:52,332 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:32:52,335 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:32:52,336 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:32:52,336 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:32:52,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,348 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:32:52,349 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:32:52,350 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:32:52,350 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 21:32:52,350 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:32:52,351 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:32:52,353 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,354 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:32:52,356 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,357 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:32:52,360 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:32:52,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:32:52,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:32:52,367 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:32:52,371 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:32:52,374 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:32:52,377 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:32:52,378 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:32:52,378 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:32:52,378 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:32:52,379 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:32:52,385 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:32:52,386 INFO program/MainThread: stderr[4]: 2024-03-01 21:32:52,386 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:32:52,386 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:32:52,386 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:32:52,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:32:52,392 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:32:52,392 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:32:52,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,404 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 21:32:52,405 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:32:52,406 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:32:52,406 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 21:32:52,406 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:32:52,407 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:32:52,410 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,410 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 21:32:52,413 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:32:52,417 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:32:52,420 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:32:52,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 21:32:52,424 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:32:52,427 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:32:52,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:32:52,434 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 21:32:52,434 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:32:52,435 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:32:52,435 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:32:52,435 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 21:32:52,435 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:32:52,436 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 21:32:52,439 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 21:32:52,440 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:32:52,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,451 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 21:32:52,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 21:32:52,457 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:32:52,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 21:32:52,463 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:32:52,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 21:32:52,468 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:32:52,471 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:32:52,471 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 21:32:52,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:32:52,474 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:32:52,474 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:32:52,477 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:32:52,478 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:32:52,480 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:32:52,480 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 21:32:52,481 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 21:32:52,484 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:32:52,484 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:32:52,487 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:32:52,487 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:32:52,490 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:32:52,490 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 21:32:52,490 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 21:32:52,493 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:32:52,493 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:32:52,496 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:32:52,496 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:32:52,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 21:32:52,501 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:32:52,504 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:32:52,508 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:32:52,511 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:32:52,515 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:32:52,518 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:32:52,519 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 21:32:52,522 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:32:52,523 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 21:32:52,523 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:32:52,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,536 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 21:32:52,537 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:32:52,537 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:32:52,537 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 21:32:52,538 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:32:52,538 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:32:52,541 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,541 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 21:32:52,544 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,544 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 21:32:52,548 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:32:52,551 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:32:52,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 21:32:52,555 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:32:52,558 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:32:52,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:32:52,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 21:32:52,565 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:32:52,565 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:32:52,565 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:32:52,566 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 21:32:52,566 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:32:52,566 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:32:52,570 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 21:32:52,570 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:32:52,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,582 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 21:32:52,583 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:32:52,583 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:32:52,583 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 21:32:52,584 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:32:52,584 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:32:52,587 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,587 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 21:32:52,590 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,591 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 21:32:52,594 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:32:52,597 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:32:52,598 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:32:52,601 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:32:52,604 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:32:52,607 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:32:52,611 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 21:32:52,612 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:32:52,612 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:32:52,612 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:32:52,613 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 21:32:52,613 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:32:52,613 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 21:32:52,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 21:32:52,617 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:32:52,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,629 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 21:32:52,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 21:32:52,635 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:32:52,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 21:32:52,641 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:32:52,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 21:32:52,646 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:32:52,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 21:32:52,652 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:32:52,654 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:32:52,655 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 21:32:52,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 21:32:52,658 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:32:52,658 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:32:52,661 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:32:52,661 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:32:52,664 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:32:52,664 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 21:32:52,664 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 21:32:52,667 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:32:52,667 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:32:52,670 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:32:52,670 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:32:52,673 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:32:52,673 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 21:32:52,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 21:32:52,690 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:32:52,690 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:32:52,693 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:32:52,693 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:32:52,696 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:32:52,696 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:32:52,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:32:52,699 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:32:52,699 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:32:52,702 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:32:52,702 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:32:52,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 21:32:52,707 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:32:52,711 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:32:52,714 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:32:52,718 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:32:52,721 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:32:52,725 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:32:52,729 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:32:52,732 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:32:52,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 21:32:52,736 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:32:52,737 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 21:32:52,737 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:32:52,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,752 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 21:32:52,753 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:32:52,753 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:32:52,753 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 21:32:52,754 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:32:52,754 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:32:52,757 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,757 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 21:32:52,760 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,761 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 21:32:52,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:32:52,767 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:32:52,768 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:32:52,771 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:32:52,775 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:32:52,778 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:32:52,782 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 21:32:52,782 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:32:52,783 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:32:52,783 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:32:52,783 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 21:32:52,783 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:32:52,784 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 21:32:52,787 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 21:32:52,787 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:32:52,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,800 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 21:32:52,800 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:32:52,801 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:32:52,801 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 21:32:52,802 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:32:52,802 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:32:52,805 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,805 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 21:32:52,808 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 21:32:52,812 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:32:52,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:32:52,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 21:32:52,820 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:32:52,823 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:32:52,826 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:32:52,830 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 21:32:52,830 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:32:52,831 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:32:52,831 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:32:52,831 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 21:32:52,831 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:32:52,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:32:52,835 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 21:32:52,835 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:32:52,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,847 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 21:32:52,848 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:32:52,849 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:32:52,849 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 21:32:52,850 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:32:52,851 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:32:52,853 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,854 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 21:32:52,856 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,857 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:32:52,860 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:32:52,864 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:32:52,864 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 21:32:52,868 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:32:52,871 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:32:52,874 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:32:52,878 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 21:32:52,879 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:32:52,879 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:32:52,879 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:32:52,880 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 21:32:52,880 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:32:52,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 21:32:52,884 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 21:32:52,884 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:32:52,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:32:52,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:52,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:32:52,896 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 21:32:52,897 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:32:52,898 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:32:52,898 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 21:32:52,899 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:32:52,899 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:32:52,902 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,902 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 21:32:52,905 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:32:52,906 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:32:52,910 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:32:52,913 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:32:52,913 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 21:32:52,917 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:32:52,920 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:32:52,923 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:32:52,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 21:32:52,928 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:32:52,929 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:32:52,929 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:32:52,929 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 21:32:52,929 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:32:52,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 21:32:52,933 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 21:32:52,933 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:32:52,935 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:32:52,935 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:32:52,935 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:32:52,935 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:32:52,935 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:32:52,935 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:32:52,935 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:32:52,935 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:32:52,935 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:32:52,935 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:32:52,935 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:32:52,936 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:32:52,937 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:32:52,937 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:32:52,937 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:32:52,937 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:32:52,937 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:32:52,937 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:32:52,937 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:32:52,937 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:32:52,937 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:32:52,937 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:32:52,937 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:32:52,939 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:32:52,942 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:32:52,945 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:32:52,948 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:32:52,948 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:32:52,951 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:32:52,951 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 0x7ff13402bdb0> 2024-03-01 21:32:52,952 INFO blivet/MainThread: sorting actions... 2024-03-01 21:32:52,989 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:32:52,990 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:32:52,990 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:32:52,990 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:32:52,991 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:32:52,991 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:32:52,992 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:32:52,992 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:32:52,992 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:32:52,993 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:32:52,993 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:32:52,993 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:32:52,994 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:32:52,994 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:32:52,995 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:32:52,995 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:32:52,996 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:32:52,996 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:32:52,997 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:32:52,997 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:32:52,998 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:32:52,998 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:32:52,998 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:32:52,999 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:32:52,999 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:32:53,000 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:32:53,000 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:32:53,000 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:32:53,001 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:32:53,001 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:32:53,002 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:32:53,002 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:32:53,003 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:32:53,003 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:32:53,003 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:32:53,004 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:32:53,004 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:32:53,005 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:32:53,005 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:32:53,006 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:32:53,009 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:32:53,012 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 21:32:53,012 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 21:32:53,019 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,020 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,049 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,049 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,062 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,062 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:32:53,067 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:32:53,069 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 21:32:53,070 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 21:32:53,076 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,077 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,107 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,107 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,120 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,120 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:32:53,125 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:32:53,127 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 21:32:53,128 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 21:32:53,134 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,135 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,166 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,166 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,181 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,181 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:32:53,186 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:32:53,188 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 21:32:53,188 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 21:32:53,195 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,196 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,226 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,226 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,241 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,242 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:32:53,246 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:32:53,249 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 21:32:53,249 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 21:32:53,256 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,256 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,288 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,288 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,303 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,304 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:32:53,308 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:32:53,310 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 21:32:53,311 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 21:32:53,318 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,318 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,346 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,346 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,360 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,360 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:32:53,365 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:32:53,367 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 21:32:53,368 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 21:32:53,374 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,375 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,404 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,404 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,419 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,420 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:32:53,424 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:32:53,426 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:32:53,427 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:32:53,433 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,434 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,464 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,464 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,479 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,480 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:32:53,484 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:32:53,486 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:32:53,487 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:32:53,493 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,494 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,525 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,525 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,540 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,541 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:32:53,545 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:32:53,548 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:32:53,548 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:32:53,555 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,555 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,584 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,584 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,598 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,598 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:32:53,603 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:53,606 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:32:53,609 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:32:53,609 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:32:53,609 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:32:53,645 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 21:32:53,645 INFO program/MainThread: stderr[5]: 2024-03-01 21:32:53,645 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:32:53,645 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,668 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,675 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:32:53,676 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:32:53,678 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 21:32:53,696 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,697 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,740 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,740 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:32:53,746 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:53,752 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:32:53,757 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:32:53,757 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:32:53,757 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:32:53,794 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 21:32:53,794 INFO program/MainThread: stderr[6]: 2024-03-01 21:32:53,795 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:32:53,795 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,816 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,823 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:32:53,823 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:32:53,825 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 21:32:53,843 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,843 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,872 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,872 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:32:53,877 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:53,880 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:32:53,882 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:32:53,883 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:32:53,883 INFO program/MainThread: Running [7] lvm pvcreate /dev/sdh --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:32:53,918 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 21:32:53,918 INFO program/MainThread: stderr[7]: 2024-03-01 21:32:53,918 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:32:53,919 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:53,944 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,952 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:32:53,952 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:32:53,955 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 21:32:53,969 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:53,970 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:54,003 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,003 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:32:54,007 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,010 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:32:54,013 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:32:54,013 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:32:54,014 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:32:54,048 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 21:32:54,049 INFO program/MainThread: stderr[8]: 2024-03-01 21:32:54,049 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:32:54,049 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:54,074 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,081 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:32:54,081 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:32:54,084 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 21:32:54,098 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,099 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:54,129 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,129 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:32:54,133 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 21:32:54,136 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:32:54,139 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,142 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:32:54,146 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,149 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:32:54,152 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,154 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:32:54,157 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,160 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:32:54,163 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 21:32:54,163 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:54,240 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 21:32:54,240 INFO program/MainThread: stderr[9]: 2024-03-01 21:32:54,240 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:32:54,249 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:32:54,257 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:32:54,263 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,268 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:32:54,273 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,279 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:32:54,284 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,287 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:32:54,291 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,294 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:32:54,294 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:54,309 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,314 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:32:54,317 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:32:54,317 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:54,330 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,331 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 21:32:54,341 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,342 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:54,356 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,356 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:32:54,360 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 21:32:54,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 21:32:54,367 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:32:54,371 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:32:54,374 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,377 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:32:54,381 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,384 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:32:54,387 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,391 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:32:54,394 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,397 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:32:54,398 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:54,413 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,418 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:32:54,419 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/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:54,451 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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:32:54,452 INFO program/MainThread: stderr[10]: 2024-03-01 21:32:54,452 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:32:54,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 21:32:54,457 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:54,566 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 21:32:54,566 INFO program/MainThread: stderr[11]: 2024-03-01 21:32:54,566 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:32:54,575 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,581 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:32:54,581 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:32:54,581 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:54,621 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,626 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:32:54,627 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:32:54,628 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:32:54,639 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,639 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:54,656 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,656 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:32:54,661 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,664 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:32:54,667 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 21:32:54,667 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 21:32:54,764 INFO program/MainThread: stdout: 2024-03-01 21:32:54,764 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:32:54,764 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:32:54,764 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:32:54,765 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:32:54,765 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:32:54,765 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:32:54,765 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:32:54,765 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:32:54,765 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:32:54,765 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:32:54,765 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,765 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 21:32:54,783 INFO program/MainThread: stdout: 2024-03-01 21:32:54,784 INFO program/MainThread: writing all SBs 2024-03-01 21:32:54,784 INFO program/MainThread: new label = "" 2024-03-01 21:32:54,784 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,784 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:54,803 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,807 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:32:54,808 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:32:54,809 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:32:54,821 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,821 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:54,838 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:54,838 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:32:54,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 21:32:54,847 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 21:32:54,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,850 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/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:54,879 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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:32:54,880 INFO program/MainThread: stderr[12]: 2024-03-01 21:32:54,880 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:32:54,884 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 21:32:54,885 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:54,980 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 21:32:54,980 INFO program/MainThread: stderr[13]: 2024-03-01 21:32:54,980 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:32:54,989 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:54,995 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:32:54,995 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:32:54,995 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:55,043 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,049 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:32:55,049 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:32:55,050 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:32:55,062 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,062 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:55,078 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,078 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:32:55,083 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:55,086 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:32:55,089 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 21:32:55,089 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 21:32:55,111 INFO program/MainThread: stdout: 2024-03-01 21:32:55,111 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:32:55,111 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:32:55,111 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:32:55,111 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:32:55,111 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:32:55,111 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:32:55,111 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:32:55,111 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:32:55,111 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:32:55,111 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:32:55,112 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,112 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 21:32:55,127 INFO program/MainThread: stdout: 2024-03-01 21:32:55,127 INFO program/MainThread: writing all SBs 2024-03-01 21:32:55,127 INFO program/MainThread: new label = "" 2024-03-01 21:32:55,127 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,127 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:55,146 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,150 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:32:55,151 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:32:55,152 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:32:55,164 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,164 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:55,181 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,181 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:32:55,185 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 21:32:55,189 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 21:32:55,192 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:55,192 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/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:55,223 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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:32:55,224 INFO program/MainThread: stderr[14]: 2024-03-01 21:32:55,224 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:32:55,229 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 21:32:55,229 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:55,326 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 21:32:55,327 INFO program/MainThread: stderr[15]: 2024-03-01 21:32:55,327 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:32:55,335 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:55,344 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:32:55,345 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:32:55,345 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:55,388 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,393 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:32:55,394 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:32:55,394 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:32:55,406 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,406 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:55,424 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,424 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:32:55,429 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:55,432 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:32:55,435 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 21:32:55,435 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 21:32:55,460 INFO program/MainThread: stdout: 2024-03-01 21:32:55,461 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 21:32:55,461 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:32:55,461 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:32:55,461 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:32:55,461 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 21:32:55,461 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:32:55,461 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:32:55,461 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 21:32:55,461 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:32:55,461 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:32:55,461 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,462 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 21:32:55,476 INFO program/MainThread: stdout: 2024-03-01 21:32:55,477 INFO program/MainThread: writing all SBs 2024-03-01 21:32:55,477 INFO program/MainThread: new label = "" 2024-03-01 21:32:55,477 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,477 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:55,496 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,500 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:32:55,501 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:32:55,502 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:32:55,513 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,514 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:55,533 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,533 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:32:55,538 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 21:32:55,541 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 21:32:55,544 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:55,544 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/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:55,573 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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:32:55,573 INFO program/MainThread: stderr[16]: 2024-03-01 21:32:55,573 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:32:55,578 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 21:32:55,578 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:55,677 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 21:32:55,677 INFO program/MainThread: stderr[17]: 2024-03-01 21:32:55,677 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:32:55,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:55,691 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:32:55,692 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:32:55,692 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:55,734 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,739 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:32:55,740 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:32:55,740 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:32:55,751 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,751 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:55,767 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,767 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:32:55,772 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:55,775 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:32:55,778 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 21:32:55,778 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 21:32:55,808 INFO program/MainThread: stdout: 2024-03-01 21:32:55,808 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 21:32:55,808 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:32:55,808 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:32:55,808 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:32:55,808 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 21:32:55,808 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:32:55,808 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:32:55,808 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:32:55,808 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:32:55,809 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:32:55,809 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,809 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 21:32:55,823 INFO program/MainThread: stdout: 2024-03-01 21:32:55,824 INFO program/MainThread: writing all SBs 2024-03-01 21:32:55,824 INFO program/MainThread: new label = "" 2024-03-01 21:32:55,824 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,824 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:55,844 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,848 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:32:55,848 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:32:55,850 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:32:55,861 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,862 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:55,878 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,878 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:32:55,882 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:55,885 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:32:55,888 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:32:55,888 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:32:55,888 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:32:55,924 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 21:32:55,925 INFO program/MainThread: stderr[18]: 2024-03-01 21:32:55,925 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:32:55,925 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:55,950 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,957 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:32:55,958 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:32:55,960 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 21:32:55,974 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:55,975 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:56,004 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,004 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:32:56,008 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,011 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:32:56,014 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:32:56,014 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:32:56,015 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:32:56,054 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 21:32:56,054 INFO program/MainThread: stderr[19]: 2024-03-01 21:32:56,054 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:32:56,054 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:56,075 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,083 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:32:56,083 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:32:56,085 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 21:32:56,102 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,103 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:56,133 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,133 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:32:56,137 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,140 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:32:56,143 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:32:56,143 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:32:56,144 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:32:56,182 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 21:32:56,182 INFO program/MainThread: stderr[20]: 2024-03-01 21:32:56,182 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:32:56,182 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:56,210 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,218 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:32:56,218 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:32:56,221 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 21:32:56,234 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,234 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:56,263 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,263 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:32:56,268 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 21:32:56,270 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:32:56,273 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,276 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:32:56,279 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,282 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:32:56,286 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,289 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:32:56,292 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 21:32:56,292 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:56,362 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 21:32:56,363 INFO program/MainThread: stderr[21]: 2024-03-01 21:32:56,363 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:32:56,369 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:32:56,375 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:32:56,381 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,386 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:32:56,389 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,392 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:32:56,395 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,399 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:32:56,399 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:56,412 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,417 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:32:56,420 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:32:56,420 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:56,433 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,434 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 21:32:56,444 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,444 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:56,459 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,459 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:32:56,464 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 21:32:56,467 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 21:32:56,470 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:32:56,474 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:32:56,477 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,480 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:32:56,484 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,487 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:32:56,491 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,494 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:32:56,494 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:56,509 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,514 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:32:56,514 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/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:56,546 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw 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:32:56,547 INFO program/MainThread: stderr[22]: 2024-03-01 21:32:56,547 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:32:56,551 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 21:32:56,552 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:56,637 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 21:32:56,637 INFO program/MainThread: stderr[23]: 2024-03-01 21:32:56,638 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:32:56,646 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,655 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:32:56,655 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:32:56,655 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:56,687 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,692 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:32:56,693 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:32:56,694 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:32:56,705 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,705 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:56,723 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,723 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:32:56,728 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,731 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:32:56,734 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 21:32:56,734 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 21:32:56,755 INFO program/MainThread: stdout: 2024-03-01 21:32:56,756 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 21:32:56,756 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:32:56,756 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:32:56,756 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:32:56,756 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 21:32:56,756 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:32:56,756 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:32:56,756 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:32:56,756 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:32:56,756 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:32:56,756 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,757 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 21:32:56,772 INFO program/MainThread: stdout: 2024-03-01 21:32:56,772 INFO program/MainThread: writing all SBs 2024-03-01 21:32:56,772 INFO program/MainThread: new label = "" 2024-03-01 21:32:56,772 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,772 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:56,790 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,794 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:32:56,795 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:32:56,796 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:32:56,807 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,807 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:56,823 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:56,823 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:32:56,828 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 21:32:56,831 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 21:32:56,834 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,834 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/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:56,867 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw 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:32:56,868 INFO program/MainThread: stderr[24]: 2024-03-01 21:32:56,868 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:32:56,872 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 21:32:56,873 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:56,971 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 21:32:56,971 INFO program/MainThread: stderr[25]: 2024-03-01 21:32:56,971 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:32:56,979 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:56,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:32:56,986 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:32:56,986 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,011 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,016 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:32:57,016 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:32:57,017 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:32:57,028 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,029 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,046 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,046 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:32:57,051 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:57,054 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:32:57,057 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 21:32:57,057 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 21:32:57,080 INFO program/MainThread: stdout: 2024-03-01 21:32:57,080 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 21:32:57,080 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:32:57,080 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:32:57,080 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:32:57,081 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 21:32:57,081 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:32:57,081 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:32:57,081 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:32:57,081 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:32:57,081 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:32:57,081 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,081 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 21:32:57,096 INFO program/MainThread: stdout: 2024-03-01 21:32:57,096 INFO program/MainThread: writing all SBs 2024-03-01 21:32:57,096 INFO program/MainThread: new label = "" 2024-03-01 21:32:57,096 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,097 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,114 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:32:57,119 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:32:57,120 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:32:57,131 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,132 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,149 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,149 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:32:57,154 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:57,157 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,160 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,160 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:32:57,160 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:32:57,196 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:32:57,197 INFO program/MainThread: stderr[26]: 2024-03-01 21:32:57,197 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:32:57,197 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,218 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,226 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:32:57,226 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:32:57,229 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:32:57,245 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,245 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,273 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,273 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:32:57,277 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:57,280 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,283 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,283 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:32:57,284 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:32:57,325 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:32:57,325 INFO program/MainThread: stderr[27]: 2024-03-01 21:32:57,325 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:32:57,326 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,355 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,361 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:32:57,362 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:32:57,363 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:32:57,383 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,383 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,403 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,403 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:32:57,408 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:57,411 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,413 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,414 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:32:57,414 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:32:57,451 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:32:57,451 INFO program/MainThread: stderr[28]: 2024-03-01 21:32:57,451 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:32:57,452 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,473 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,481 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:32:57,482 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:32:57,485 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:32:57,502 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,502 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,531 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,531 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:32:57,535 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:32:57,538 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:32:57,541 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:57,544 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,547 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:57,550 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,553 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:57,557 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,560 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:32:57,560 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:57,625 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 21:32:57,625 INFO program/MainThread: stderr[29]: 2024-03-01 21:32:57,625 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:32:57,633 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:32:57,639 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:32:57,644 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:57,650 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,656 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:57,664 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,670 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:57,679 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,679 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,712 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,717 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:32:57,720 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:32:57,720 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,733 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,734 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:32:57,744 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,744 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,759 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,759 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:32:57,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 21:32:57,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 21:32:57,770 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:32:57,773 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:32:57,777 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:57,780 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,783 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:57,787 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,790 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:57,793 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:32:57,793 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,806 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,811 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:32:57,811 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/sda$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:57,846 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV 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:32:57,847 INFO program/MainThread: stderr[30]: 2024-03-01 21:32:57,847 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:32:57,851 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 21:32:57,852 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:57,945 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 21:32:57,945 INFO program/MainThread: stderr[31]: 2024-03-01 21:32:57,945 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:32:57,953 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:57,960 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:32:57,960 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:32:57,960 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:57,993 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:57,998 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:32:57,999 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:32:57,999 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:32:58,010 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,011 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:58,029 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,029 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:32:58,034 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:58,037 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:32:58,040 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 21:32:58,041 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 21:32:58,071 INFO program/MainThread: stdout: 2024-03-01 21:32:58,072 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:32:58,072 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:32:58,072 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:32:58,072 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:32:58,072 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:32:58,072 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:32:58,072 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:32:58,072 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:32:58,072 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:32:58,072 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:32:58,072 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,073 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 21:32:58,087 INFO program/MainThread: stdout: 2024-03-01 21:32:58,087 INFO program/MainThread: writing all SBs 2024-03-01 21:32:58,087 INFO program/MainThread: new label = "" 2024-03-01 21:32:58,087 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,088 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:58,104 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,108 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:32:58,109 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:32:58,110 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:32:58,121 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,122 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:58,138 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,138 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:32:58,143 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:32:58,146 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:32:58,149 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:58,150 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/sda$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:58,179 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV 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:32:58,179 INFO program/MainThread: stderr[32]: 2024-03-01 21:32:58,179 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:32:58,184 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:32:58,184 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:32:58,285 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 21:32:58,285 INFO program/MainThread: stderr[33]: 2024-03-01 21:32:58,285 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:32:58,294 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:58,300 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:32:58,301 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:32:58,301 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:58,325 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,330 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:32:58,331 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:32:58,331 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:32:58,343 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,343 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:58,360 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,360 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:32:58,365 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:32:58,368 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:32:58,371 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:32:58,371 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:32:58,396 INFO program/MainThread: stdout: 2024-03-01 21:32:58,396 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 21:32:58,397 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:32:58,397 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:32:58,397 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:32:58,397 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 21:32:58,397 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:32:58,397 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:32:58,397 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:32:58,397 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:32:58,397 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:32:58,397 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,397 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:32:58,411 INFO program/MainThread: stdout: 2024-03-01 21:32:58,412 INFO program/MainThread: writing all SBs 2024-03-01 21:32:58,412 INFO program/MainThread: new label = "" 2024-03-01 21:32:58,412 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,412 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:58,429 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,433 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:32:58,434 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:32:58,435 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:32:58,447 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,447 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:32:58,465 DEBUG program/MainThread: Return code: 0 2024-03-01 21:32:58,471 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:32:58,471 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 0x7ff13403f0f8> 2024-03-01 21:32:58,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,478 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:32:58,479 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:32:58,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,485 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:32:58,485 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:32:58,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,491 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:32:58,491 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:32:58,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,497 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:32:58,497 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:32:58,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,503 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:32:58,503 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:32:58,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,509 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:32:58,509 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:32:58,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,515 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:32:58,515 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:32:58,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,521 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:32:58,521 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:32:58,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,527 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:32:58,528 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:32:58,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,534 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:32:58,534 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:32:58,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,539 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:32:58,540 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:32:58,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,545 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:32:58,546 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:32:58,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,551 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:32:58,551 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:32:58,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,557 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:32:58,557 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:32:58,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,562 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:32:58,563 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:32:58,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:32:58,568 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:32:58,568 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:34:30,816 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_5a5r_ju2/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:34:30,854 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:34:30,855 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:34:30,859 INFO program/MainThread: stdout[2]: 2024-03-01 21:34:30,859 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:34:30,859 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:34:30,859 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:34:30,864 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:30,865 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:34:30,869 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:34:30,869 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:34:30,872 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:34:30,872 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:34:30,875 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:34:30,875 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:34:30,888 INFO program/MainThread: stdout: 2024-03-01 21:34:30,888 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:34:30,888 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 2024-03-01 21:34:30,888 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 9cbf4b46-53f5-4585-91ab-4e4ec974b930 2024-03-01 21:34:30,888 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV 2024-03-01 21:34:30,888 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 9cbf4b46-53f5-4585-91ab-4e4ec974b930 2024-03-01 21:34:30,888 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs d6ae2863-c43f-46f4-bbe0-829661a7287d 2024-03-01 21:34:30,888 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A 2024-03-01 21:34:30,889 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 2024-03-01 21:34:30,889 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs f06bae0f-1a8d-47af-8dd6-5eda595bad3a 2024-03-01 21:34:30,889 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 001d6871-7f7e-4faa-b3db-0d38d51862ad 2024-03-01 21:34:30,889 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M 2024-03-01 21:34:30,889 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 2024-03-01 21:34:30,889 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz 2024-03-01 21:34:30,889 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 7c06da32-0cf6-491c-8dc6-aea0db5bc01d 2024-03-01 21:34:30,889 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 4e06ab77-a0b4-49fa-9450-023a0765029e 2024-03-01 21:34:30,889 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 9b26da9d-c3e0-4abb-bd8e-e52ddbf31404 2024-03-01 21:34:30,889 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 2024-03-01 21:34:30,889 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 9b26da9d-c3e0-4abb-bd8e-e52ddbf31404 2024-03-01 21:34:30,889 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 2024-03-01 21:34:30,889 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 974cc4e3-c7bb-4a34-a8d2-b792af59ff6b 2024-03-01 21:34:30,889 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL 2024-03-01 21:34:30,889 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 974cc4e3-c7bb-4a34-a8d2-b792af59ff6b 2024-03-01 21:34:30,889 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:34:30,889 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:34:30,889 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:34:30,889 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:34:30,889 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:30,889 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 9cbf4b46-53f5-4585-91ab-4e4ec974b930 sdb 1073741824 root disk brw-rw---- LVM2_member e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 9cbf4b46-53f5-4585-91ab-4e4ec974b930 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs d6ae2863-c43f-46f4-bbe0-829661a7287d sdc 1073741824 root disk brw-rw---- LVM2_member ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A sdd 1073741824 root disk brw-rw---- LVM2_member fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 |-test_vg2-lv4 641728512 root disk brw-rw---- xfs f06bae0f-1a8d-47af-8dd6-5eda595bad3a `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 001d6871-7f7e-4faa-b3db-0d38d51862ad sde 1073741824 root disk brw-rw---- LVM2_member 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M sdf 1073741824 root disk brw-rw---- LVM2_member iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 sdg 1073741824 root disk brw-rw---- LVM2_member leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 7c06da32-0cf6-491c-8dc6-aea0db5bc01d |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 4e06ab77-a0b4-49fa-9450-023a0765029e `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 9b26da9d-c3e0-4abb-bd8e-e52ddbf31404 sdh 1073741824 root disk brw-rw---- LVM2_member l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 9b26da9d-c3e0-4abb-bd8e-e52ddbf31404 sdi 1073741824 root disk brw-rw---- LVM2_member rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 974cc4e3-c7bb-4a34-a8d2-b792af59ff6b sdj 1073741824 root disk brw-rw---- LVM2_member 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 974cc4e3-c7bb-4a34-a8d2-b792af59ff6b 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:34:30,889 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:34:30,890 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:34:30,890 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:34:30,890 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:34:30,890 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:34:30,890 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:34:30,891 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:30,906 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:30,921 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:34:30,926 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 ' '/dev/disk/by-id/scsi-360014058b944a4ca1374ca1ade370a49 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:8b944a4c-a137-4ca1-ade3-70a496b28bb4 ' '/dev/disk/by-id/wwn-0x60014058b944a4ca1374ca1ade370a49 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_8b944a4c-a137-4ca1-ade3-70a496b28bb4', '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': 'Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1', 'ID_FS_UUID_ENC': 'Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1', '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': '8b944a4c-a137-4ca1-ade3-70a496b28bb4', 'ID_SERIAL': '360014058b944a4ca1374ca1ade370a49', 'ID_SERIAL_SHORT': '60014058b944a4ca1374ca1ade370a49', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058b944a4ca', 'ID_WWN_VENDOR_EXTENSION': '0x1374ca1ade370a49', 'ID_WWN_WITH_EXTENSION': '0x60014058b944a4ca1374ca1ade370a49', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058b944a4ca1374ca1ade370a49', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:8b944a4c-a137-4ca1-ade3-70a496b28bb4', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8b944a4c-a137-4ca1-ade3-70a496b28bb4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508446944'} ; 2024-03-01 21:34:30,926 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:34:30,927 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:34:30,964 INFO program/MainThread: stdout[3]: 2024-03-01 21:34:30,964 INFO program/MainThread: stderr[3]: 2024-03-01 21:34:30,965 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:34:30,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:34:30,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:30,978 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:34:30,983 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:34:30,984 INFO blivet/MainThread: sda is a disk 2024-03-01 21:34:30,984 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:34:30,984 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:34:30,987 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:34:30,991 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:34:30,991 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:34:30,994 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:34:30,995 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:34:30,995 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:34:30,995 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc868c1fc50) -- 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 = 60014058b944a4ca1374ca1ade370a49 2024-03-01 21:34:30,999 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:34:31,002 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:31,003 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:34:31,006 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:31,006 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:34:31,009 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:31,009 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:34:31,013 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:31,013 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:34:31,016 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:34:31,016 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:34:31,016 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:34:31,046 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=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:34:31,046 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV. WARNING: Couldn't find device with uuid ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A. WARNING: VG test_vg1 is missing PV e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A (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:34:31,046 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:34:31,047 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:34:31,052 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 ; label: None ; device: /dev/sda ; serial: 360014058b944a4ca1374ca1ade370a49 ; exists: True ; vg_name: test_vg1 ; vg_uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; pe_start: 8 MiB ; 2024-03-01 21:34:31,052 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:34:31,055 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:34:31,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; incomplete: True ; hidden: False ; 2024-03-01 21:34:31,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:31,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:31,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:31,067 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:34:31,100 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=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:34:31,100 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV. WARNING: Couldn't find device with uuid ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A. WARNING: VG test_vg1 is missing PV e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A (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:34:31,100 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:34:31,101 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:34:31,101 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:34:31,108 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:34:31,112 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:34:31,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:34:31,115 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:34:31,116 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:34:31,146 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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:34:31,146 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV. WARNING: Couldn't find device with uuid ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A. WARNING: VG test_vg1 is missing PV e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A (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:34:31,146 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:34:31,152 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:34:31,152 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:34:31,155 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:34:31,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; incomplete: True ; hidden: False ; 2024-03-01 21:34:31,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:34:31,162 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:34:31,162 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:31,166 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014052f021274521149ef8ce978772 ' '/dev/disk/by-id/wwn-0x60014052f021274521149ef8ce978772 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:2f021274-5211-49ef-8ce9-78772bd8e147 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_2f021274-5211-49ef-8ce9-78772bd8e147 ' '/dev/disk/by-id/lvm-pv-uuid-e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV', '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': 'e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV', 'ID_FS_UUID_ENC': 'e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV', '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': '2f021274-5211-49ef-8ce9-78772bd8e147', 'ID_SERIAL': '360014052f021274521149ef8ce978772', 'ID_SERIAL_SHORT': '60014052f021274521149ef8ce978772', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f0212745', 'ID_WWN_VENDOR_EXTENSION': '0x21149ef8ce978772', 'ID_WWN_WITH_EXTENSION': '0x60014052f021274521149ef8ce978772', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f021274521149ef8ce978772', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:2f021274-5211-49ef-8ce9-78772bd8e147', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f021274-5211-49ef-8ce9-78772bd8e147', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508449162'} ; 2024-03-01 21:34:31,166 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:34:31,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:34:31,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:31,176 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:34:31,176 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:34:31,176 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:34:31,177 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:34:31,180 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:34:31,183 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:34:31,183 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:34:31,186 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:34:31,186 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:34:31,187 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:34:31,187 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc86828f2e8) -- 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 = 60014052f021274521149ef8ce978772 2024-03-01 21:34:31,190 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:34:31,194 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:31,194 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:34:31,197 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:31,197 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:34:31,201 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:31,201 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:34:31,204 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:31,204 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:34:31,207 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:34:31,207 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:34:31,207 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:34:31,236 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=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:34:31,236 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A. WARNING: VG test_vg1 is missing PV ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A (last written to /dev/sdc). 2024-03-01 21:34:31,236 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:34:31,237 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:34:31,241 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV ; label: None ; device: /dev/sdb ; serial: 360014052f021274521149ef8ce978772 ; exists: True ; vg_name: test_vg1 ; vg_uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:34:31,241 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:34:31,245 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:34:31,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; incomplete: True ; hidden: False ; 2024-03-01 21:34:31,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:34:31,254 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:34:31,257 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:34:31,260 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:34:31,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; incomplete: True ; hidden: False ; 2024-03-01 21:34:31,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:31,267 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:34:31,297 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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:34:31,297 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A. WARNING: VG test_vg1 is missing PV ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A (last written to /dev/sdc). 2024-03-01 21:34:31,297 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:34:31,298 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:34:31,298 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:31,303 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405da67c301c03f4d0c840aa33de ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:da67c301-c03f-4d0c-840a-a33de1a4f1a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_da67c301-c03f-4d0c-840a-a33de1a4f1a4 ' '/dev/disk/by-id/scsi-36001405da67c301c03f4d0c840aa33de', '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': 'da67c301-c03f-4d0c-840a-a33de1a4f1a4', 'ID_SERIAL': '36001405da67c301c03f4d0c840aa33de', 'ID_SERIAL_SHORT': '6001405da67c301c03f4d0c840aa33de', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405da67c301c', 'ID_WWN_VENDOR_EXTENSION': '0x03f4d0c840aa33de', 'ID_WWN_WITH_EXTENSION': '0x6001405da67c301c03f4d0c840aa33de', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405da67c301c03f4d0c840aa33de', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:da67c301-c03f-4d0c-840a-a33de1a4f1a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'da67c301-c03f-4d0c-840a-a33de1a4f1a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509284691'} ; 2024-03-01 21:34:31,303 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:34:31,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:34:31,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:31,313 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:34:31,314 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:34:31,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:34:31,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:34:31,317 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:34:31,320 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:34:31,321 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:34:31,324 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:34:31,324 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:34:31,325 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:34:31,325 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc86828f8d0) -- 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 = 6001405da67c301c03f4d0c840aa33de 2024-03-01 21:34:31,328 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:34:31,328 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:34:31,331 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499 ' '/dev/disk/by-id/scsi-36001405b6d35afe44fa4ab195e90ff4a ' '/dev/disk/by-id/wwn-0x6001405b6d35afe44fa4ab195e90ff4a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499', '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': 'b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499', 'ID_SERIAL': '36001405b6d35afe44fa4ab195e90ff4a', 'ID_SERIAL_SHORT': '6001405b6d35afe44fa4ab195e90ff4a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6d35afe4', 'ID_WWN_VENDOR_EXTENSION': '0x4fa4ab195e90ff4a', 'ID_WWN_WITH_EXTENSION': '0x6001405b6d35afe44fa4ab195e90ff4a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6d35afe44fa4ab195e90ff4a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509283672'} ; 2024-03-01 21:34:31,332 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:34:31,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:34:31,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:31,341 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:34:31,342 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:34:31,342 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:34:31,342 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:34:31,346 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:34:31,349 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:34:31,349 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:34:31,352 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:34:31,352 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:34:31,353 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:34:31,353 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc86829ccc0) -- 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 = 6001405b6d35afe44fa4ab195e90ff4a 2024-03-01 21:34:31,356 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:34:31,356 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:34:31,360 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:49851f9e-26cb-452a-bfa1-0ddc7bc49238 ' '/dev/disk/by-id/lvm-pv-uuid-ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A ' '/dev/disk/by-id/scsi-3600140549851f9e26cb452abfa10ddc7 ' '/dev/disk/by-id/wwn-0x600140549851f9e26cb452abfa10ddc7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_49851f9e-26cb-452a-bfa1-0ddc7bc49238', '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': 'ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A', 'ID_FS_UUID_ENC': 'ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A', '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': '49851f9e-26cb-452a-bfa1-0ddc7bc49238', 'ID_SERIAL': '3600140549851f9e26cb452abfa10ddc7', 'ID_SERIAL_SHORT': '600140549851f9e26cb452abfa10ddc7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140549851f9e2', 'ID_WWN_VENDOR_EXTENSION': '0x6cb452abfa10ddc7', 'ID_WWN_WITH_EXTENSION': '0x600140549851f9e26cb452abfa10ddc7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140549851f9e26cb452abfa10ddc7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:49851f9e-26cb-452a-bfa1-0ddc7bc49238', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '49851f9e-26cb-452a-bfa1-0ddc7bc49238', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508481657'} ; 2024-03-01 21:34:31,360 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:34:31,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:34:31,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:31,369 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:34:31,370 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:34:31,370 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:34:31,370 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:34:31,373 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:34:31,376 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:34:31,377 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:34:31,380 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:34:31,380 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:34:31,381 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:34:31,381 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8682a62b0) -- 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 = 600140549851f9e26cb452abfa10ddc7 2024-03-01 21:34:31,384 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:34:31,387 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:31,388 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:34:31,391 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:31,391 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:34:31,394 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:31,394 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:34:31,397 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:31,398 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:34:31,400 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:34:31,401 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:34:31,401 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:34:31,430 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=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:34:31,430 INFO program/MainThread: stderr[9]: 2024-03-01 21:34:31,430 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:34:31,431 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:34:31,435 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A ; label: None ; device: /dev/sdc ; serial: 3600140549851f9e26cb452abfa10ddc7 ; exists: True ; vg_name: test_vg1 ; vg_uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:34:31,435 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:34:31,439 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:34:31,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; incomplete: True ; hidden: False ; 2024-03-01 21:34:31,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:31,448 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:34:31,452 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:34:31,454 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:34:31,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; incomplete: True ; hidden: False ; 2024-03-01 21:34:31,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:31,461 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:34:31,491 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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:34:31,491 INFO program/MainThread: stderr[10]: 2024-03-01 21:34:31,491 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:34:31,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:31,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:31,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk ; incomplete: False ; hidden: False ; 2024-03-01 21:34:31,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:31,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:34:31,509 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:34:31,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:34:31,513 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:34:31,517 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:34:31,517 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:34:31,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:34:31,521 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:34:31,521 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:34:31,526 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:34:31,529 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:34:31,529 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:34:31,532 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:34:31,536 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:34:31,536 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:34:31,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:34:31,540 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:34:31,540 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:34:31,540 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:34:31,543 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:34:31,544 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:34:31,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:34:31,547 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:34:31,551 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByV4ZZSNX7PZivbVN3d2hMaWeagdN920tSk ' '/dev/disk/by-uuid/d6ae2863-c43f-46f4-bbe0-829661a7287d', '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-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByV4ZZSNX7PZivbVN3d2hMaWeagdN920tSk', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd6ae2863-c43f-46f4-bbe0-829661a7287d', 'ID_FS_UUID_ENC': 'd6ae2863-c43f-46f4-bbe0-829661a7287d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '897375459'} ; 2024-03-01 21:34:31,551 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:34:31,551 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:31,556 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:34:31,556 INFO program/MainThread: stderr[11]: 2024-03-01 21:34:31,556 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:34:31,556 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:31,560 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:34:31,560 INFO program/MainThread: stderr[12]: 2024-03-01 21:34:31,560 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:34:31,560 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:31,564 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:34:31,564 INFO program/MainThread: stderr[13]: 2024-03-01 21:34:31,564 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:34:31,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:31,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:34:31,575 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:31,576 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:34:31,576 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:31,577 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:34:31,573 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc8682a6f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7fc868321a58) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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:34:31,577 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:31,582 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:34:31,582 INFO program/MainThread: stderr[14]: 2024-03-01 21:34:31,582 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:34:31,587 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:34:31,591 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:31,591 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:34:31,595 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:31,595 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:34:31,598 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:31,598 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:34:31,602 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:31,602 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:34:31,604 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:34:31,604 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:34:31,607 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:31,608 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:34:31,611 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:34:31,611 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:31,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:31,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:31,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj ; incomplete: False ; hidden: False ; 2024-03-01 21:34:31,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:31,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:34:31,628 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:34:31,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:34:31,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:34:31,635 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:34:31,635 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:34:31,638 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:34:31,639 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:34:31,639 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:34:31,642 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:34:31,646 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:34:31,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:34:31,649 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:34:31,653 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:34:31,653 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:34:31,656 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:34:31,657 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:34:31,657 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:34:31,657 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:34:31,660 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:34:31,661 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:34:31,664 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:34:31,664 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:34:31,668 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/9cbf4b46-53f5-4585-91ab-4e4ec974b930 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByVFRusk0650VPnp5uumeXYujJIKghkTKHj ' '/dev/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-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByVFRusk0650VPnp5uumeXYujJIKghkTKHj', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9cbf4b46-53f5-4585-91ab-4e4ec974b930', 'ID_FS_UUID_ENC': '9cbf4b46-53f5-4585-91ab-4e4ec974b930', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '897042091'} ; 2024-03-01 21:34:31,668 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:34:31,668 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:31,673 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:34:31,673 INFO program/MainThread: stderr[15]: 2024-03-01 21:34:31,673 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:34:31,673 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:31,677 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:34:31,677 INFO program/MainThread: stderr[16]: 2024-03-01 21:34:31,677 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:34:31,677 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:31,681 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:34:31,681 INFO program/MainThread: stderr[17]: 2024-03-01 21:34:31,681 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:34:31,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:31,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:34:31,692 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:31,693 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:31,694 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:31,694 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:31,690 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc868eb0550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7fc868321a58) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:31,695 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:31,699 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:34:31,700 INFO program/MainThread: stderr[18]: 2024-03-01 21:34:31,700 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:34:31,704 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:34:31,708 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:31,708 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:34:31,712 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:31,712 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:34:31,715 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:31,716 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:34:31,719 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:31,719 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:34:31,720 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:34:31,723 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:31,723 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:34:31,726 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:34:31,727 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:31,727 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:31,730 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e34ef7f1-02a1-49ad-8be9-41ea40f39191 ' '/dev/disk/by-id/scsi-36001405e34ef7f102a149ad8be941ea4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e34ef7f1-02a1-49ad-8be9-41ea40f39191 ' '/dev/disk/by-id/lvm-pv-uuid-fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 ' '/dev/disk/by-id/wwn-0x6001405e34ef7f102a149ad8be941ea4', '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': 'fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8', 'ID_FS_UUID_ENC': 'fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8', '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': 'e34ef7f1-02a1-49ad-8be9-41ea40f39191', 'ID_SERIAL': '36001405e34ef7f102a149ad8be941ea4', 'ID_SERIAL_SHORT': '6001405e34ef7f102a149ad8be941ea4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e34ef7f10', 'ID_WWN_VENDOR_EXTENSION': '0x2a149ad8be941ea4', 'ID_WWN_WITH_EXTENSION': '0x6001405e34ef7f102a149ad8be941ea4', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e34ef7f102a149ad8be941ea4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e34ef7f1-02a1-49ad-8be9-41ea40f39191', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e34ef7f1-02a1-49ad-8be9-41ea40f39191', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508632343'} ; 2024-03-01 21:34:31,730 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:34:31,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:34:31,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:31,741 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:34:31,741 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:34:31,741 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:34:31,742 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:34:31,745 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:34:31,748 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:34:31,748 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:34:31,751 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:34:31,752 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:34:31,752 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:34:31,752 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8682be048) -- 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 = 6001405e34ef7f102a149ad8be941ea4 2024-03-01 21:34:31,755 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:34:31,759 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:31,759 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:34:31,762 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:31,762 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:34:31,765 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:31,766 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:34:31,769 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:31,769 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:34:31,772 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:34:31,772 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:34:31,772 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/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:31,802 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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:34:31,802 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M. WARNING: Couldn't find device with uuid iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4. WARNING: VG test_vg2 is missing PV 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M (last written to /dev/sde). WARNING: VG test_vg2 is missing PV iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 (last written to /dev/sdf). 2024-03-01 21:34:31,802 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:34:31,803 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:34:31,807 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 ; label: None ; device: /dev/sdd ; serial: 36001405e34ef7f102a149ad8be941ea4 ; exists: True ; vg_name: test_vg2 ; vg_uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:34:31,808 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:34:31,811 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:34:31,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; incomplete: True ; hidden: False ; 2024-03-01 21:34:31,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:31,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:31,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:31,823 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/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:31,860 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 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=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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:34:31,860 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M. WARNING: Couldn't find device with uuid iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4. WARNING: VG test_vg2 is missing PV 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M (last written to /dev/sde). WARNING: VG test_vg2 is missing PV iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 (last written to /dev/sdf). 2024-03-01 21:34:31,860 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:34:31,861 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:34:31,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:34:31,866 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:34:31,870 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:34:31,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:34:31,873 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:34:31,874 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/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:31,905 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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=c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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:34:31,905 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M. WARNING: Couldn't find device with uuid iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4. WARNING: VG test_vg2 is missing PV 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M (last written to /dev/sde). WARNING: VG test_vg2 is missing PV iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 (last written to /dev/sdf). 2024-03-01 21:34:31,905 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:34:31,910 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:34:31,911 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:34:31,914 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:34:31,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; incomplete: True ; hidden: False ; 2024-03-01 21:34:31,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:34:31,920 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:34:31,920 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:31,924 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M ' '/dev/disk/by-id/scsi-36001405c387f58c65a64d1eb3f39b6b5 ' '/dev/disk/by-id/wwn-0x6001405c387f58c65a64d1eb3f39b6b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', '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': '6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M', 'ID_FS_UUID_ENC': '6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M', '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': 'c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', 'ID_SERIAL': '36001405c387f58c65a64d1eb3f39b6b5', 'ID_SERIAL_SHORT': '6001405c387f58c65a64d1eb3f39b6b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c387f58c6', 'ID_WWN_VENDOR_EXTENSION': '0x5a64d1eb3f39b6b5', 'ID_WWN_WITH_EXTENSION': '0x6001405c387f58c65a64d1eb3f39b6b5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c387f58c65a64d1eb3f39b6b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508626719'} ; 2024-03-01 21:34:31,924 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:34:31,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:34:31,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:31,935 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:34:31,935 INFO blivet/MainThread: sde is a disk 2024-03-01 21:34:31,935 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:34:31,936 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:34:31,939 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:34:31,942 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:34:31,942 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:34:31,945 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:34:31,946 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:34:31,946 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:34:31,946 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8682bd780) -- 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 = 6001405c387f58c65a64d1eb3f39b6b5 2024-03-01 21:34:31,950 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:34:31,953 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:31,953 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:34:31,956 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:31,957 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:34:31,960 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:31,960 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:34:31,963 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:31,963 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:34:31,966 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:34:31,966 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:34:31,966 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/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:31,997 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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:34:31,997 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4. WARNING: VG test_vg2 is missing PV iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 (last written to /dev/sdf). 2024-03-01 21:34:31,997 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:34:31,998 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:34:32,002 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M ; label: None ; device: /dev/sde ; serial: 36001405c387f58c65a64d1eb3f39b6b5 ; exists: True ; vg_name: test_vg2 ; vg_uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:34:32,003 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:34:32,006 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:34:32,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; incomplete: True ; hidden: False ; 2024-03-01 21:34:32,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:34:32,016 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:34:32,019 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:34:32,022 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:34:32,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; incomplete: True ; hidden: False ; 2024-03-01 21:34:32,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:32,028 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/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:32,061 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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=c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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:34:32,061 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4. WARNING: VG test_vg2 is missing PV iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 (last written to /dev/sdf). 2024-03-01 21:34:32,061 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:34:32,062 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:34:32,062 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:32,067 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0 ' '/dev/disk/by-id/wwn-0x60014051491fb4bed034eeea6b4c1a1c ' '/dev/disk/by-id/scsi-360014051491fb4bed034eeea6b4c1a1c ' '/dev/disk/by-id/lvm-pv-uuid-iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0', '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': 'iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4', 'ID_FS_UUID_ENC': 'iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4', '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': '1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0', 'ID_SERIAL': '360014051491fb4bed034eeea6b4c1a1c', 'ID_SERIAL_SHORT': '60014051491fb4bed034eeea6b4c1a1c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051491fb4be', 'ID_WWN_VENDOR_EXTENSION': '0xd034eeea6b4c1a1c', 'ID_WWN_WITH_EXTENSION': '0x60014051491fb4bed034eeea6b4c1a1c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051491fb4bed034eeea6b4c1a1c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508789882'} ; 2024-03-01 21:34:32,067 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:34:32,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:34:32,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:32,078 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:34:32,079 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:34:32,079 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:34:32,079 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:34:32,082 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:34:32,085 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:34:32,086 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:34:32,089 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:34:32,089 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:34:32,090 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:34:32,090 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8682bd908) -- 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 = 60014051491fb4bed034eeea6b4c1a1c 2024-03-01 21:34:32,093 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:34:32,097 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:32,097 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:34:32,100 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:32,100 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:34:32,103 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:32,103 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:34:32,107 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:32,107 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:34:32,110 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:34:32,110 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:34:32,110 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/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:32,142 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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:34:32,142 INFO program/MainThread: stderr[24]: 2024-03-01 21:34:32,143 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:34:32,143 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:34:32,147 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 ; label: None ; device: /dev/sdf ; serial: 360014051491fb4bed034eeea6b4c1a1c ; exists: True ; vg_name: test_vg2 ; vg_uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:34:32,148 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:34:32,151 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:34:32,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; incomplete: True ; hidden: False ; 2024-03-01 21:34:32,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:32,161 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:34:32,164 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:34:32,167 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:34:32,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; incomplete: True ; hidden: False ; 2024-03-01 21:34:32,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:32,173 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/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:32,204 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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=c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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:34:32,204 INFO program/MainThread: stderr[25]: 2024-03-01 21:34:32,204 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:34:32,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:32,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:32,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd ; incomplete: False ; hidden: False ; 2024-03-01 21:34:32,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:32,219 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:34:32,222 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:34:32,222 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:34:32,226 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:34:32,229 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:34:32,230 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:34:32,233 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:34:32,233 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:34:32,234 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:34:32,237 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:34:32,241 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:34:32,241 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:34:32,244 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:34:32,247 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:34:32,248 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:34:32,251 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:34:32,251 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:34:32,252 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:34:32,252 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:34:32,255 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:34:32,255 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:34:32,258 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:34:32,258 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:34:32,262 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/001d6871-7f7e-4faa-b3db-0d38d51862ad ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rw33gd5Nc1lwD2T4B7yWnTZp6FezJOveMd', '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-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rw33gd5Nc1lwD2T4B7yWnTZp6FezJOveMd', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '001d6871-7f7e-4faa-b3db-0d38d51862ad', 'ID_FS_UUID_ENC': '001d6871-7f7e-4faa-b3db-0d38d51862ad', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '896063849'} ; 2024-03-01 21:34:32,262 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:34:32,262 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:32,267 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:34:32,267 INFO program/MainThread: stderr[26]: 2024-03-01 21:34:32,267 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:34:32,267 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:32,271 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:34:32,271 INFO program/MainThread: stderr[27]: 2024-03-01 21:34:32,271 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:34:32,272 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:32,275 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:34:32,275 INFO program/MainThread: stderr[28]: 2024-03-01 21:34:32,275 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:34:32,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:32,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:34:32,286 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:32,287 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:34:32,287 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:32,288 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:34:32,284 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc8682c5c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7fc8682bd4a8) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:32,289 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:32,293 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:34:32,293 INFO program/MainThread: stderr[29]: 2024-03-01 21:34:32,293 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:34:32,298 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:34:32,302 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:32,302 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:34:32,306 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:32,306 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:34:32,309 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:32,309 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:34:32,313 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:32,313 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:34:32,313 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:34:32,316 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:32,316 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:34:32,320 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:34:32,320 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:32,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:32,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:32,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF ; incomplete: False ; hidden: False ; 2024-03-01 21:34:32,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:32,345 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:34:32,348 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:34:32,348 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:34:32,352 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:34:32,355 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:34:32,355 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:34:32,359 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:34:32,359 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:34:32,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:34:32,363 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:34:32,366 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:34:32,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:34:32,369 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:34:32,373 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:34:32,373 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:34:32,376 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:34:32,377 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:34:32,377 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:34:32,377 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:34:32,380 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:34:32,381 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:34:32,384 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:34:32,384 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:34:32,388 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rwc53aePBsi4AaVKnhfGPE3pZyhG3MXEmF ' '/dev/disk/by-uuid/f06bae0f-1a8d-47af-8dd6-5eda595bad3a ' '/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-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rwc53aePBsi4AaVKnhfGPE3pZyhG3MXEmF', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f06bae0f-1a8d-47af-8dd6-5eda595bad3a', 'ID_FS_UUID_ENC': 'f06bae0f-1a8d-47af-8dd6-5eda595bad3a', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '895742876'} ; 2024-03-01 21:34:32,388 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:34:32,388 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:32,393 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:34:32,393 INFO program/MainThread: stderr[30]: 2024-03-01 21:34:32,393 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:34:32,393 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:32,397 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:34:32,397 INFO program/MainThread: stderr[31]: 2024-03-01 21:34:32,397 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:34:32,397 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:32,401 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:34:32,401 INFO program/MainThread: stderr[32]: 2024-03-01 21:34:32,401 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:34:32,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:32,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:34:32,412 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:32,413 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:32,413 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:32,414 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:32,410 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc876b3bac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7fc8682bd4a8) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:32,415 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:32,419 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:34:32,419 INFO program/MainThread: stderr[33]: 2024-03-01 21:34:32,419 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:34:32,424 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:34:32,427 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:32,428 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:34:32,431 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:32,431 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:34:32,435 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:32,435 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:34:32,439 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:32,439 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:34:32,439 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:34:32,442 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:32,442 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:34:32,445 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:34:32,446 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:32,446 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:32,449 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:d5b7ccd2-343f-4c74-a76f-a6022b31a2c3 ' '/dev/disk/by-id/wwn-0x6001405d5b7ccd2343f4c74a76fa6022 ' '/dev/disk/by-id/lvm-pv-uuid-leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz ' '/dev/disk/by-id/scsi-36001405d5b7ccd2343f4c74a76fa6022 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_d5b7ccd2-343f-4c74-a76f-a6022b31a2c3', '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': 'leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz', 'ID_FS_UUID_ENC': 'leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz', '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': 'd5b7ccd2-343f-4c74-a76f-a6022b31a2c3', 'ID_SERIAL': '36001405d5b7ccd2343f4c74a76fa6022', 'ID_SERIAL_SHORT': '6001405d5b7ccd2343f4c74a76fa6022', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d5b7ccd23', 'ID_WWN_VENDOR_EXTENSION': '0x43f4c74a76fa6022', 'ID_WWN_WITH_EXTENSION': '0x6001405d5b7ccd2343f4c74a76fa6022', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d5b7ccd2343f4c74a76fa6022', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:d5b7ccd2-343f-4c74-a76f-a6022b31a2c3', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd5b7ccd2-343f-4c74-a76f-a6022b31a2c3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508855427'} ; 2024-03-01 21:34:32,450 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:34:32,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:34:32,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:32,460 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:34:32,461 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:34:32,461 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:34:32,461 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:34:32,464 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:34:32,467 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:34:32,467 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:34:32,471 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:34:32,471 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:34:32,471 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:34:32,471 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8682a6240) -- 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 = 6001405d5b7ccd2343f4c74a76fa6022 2024-03-01 21:34:32,475 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:34:32,478 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:32,478 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:34:32,482 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:32,482 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:34:32,485 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:32,485 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:34:32,488 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:32,488 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:34:32,491 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:34:32,491 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:34:32,492 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/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:32,523 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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:34:32,523 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3. WARNING: Couldn't find device with uuid rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3. WARNING: Couldn't find device with uuid 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL. WARNING: VG test_vg3 is missing PV l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL (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:34:32,523 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:34:32,524 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:34:32,528 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz ; label: None ; device: /dev/sdg ; serial: 36001405d5b7ccd2343f4c74a76fa6022 ; exists: True ; vg_name: test_vg3 ; vg_uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:34:32,529 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:34:32,532 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:34:32,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:32,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:32,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:32,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:32,544 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/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:32,580 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 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=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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:34:32,580 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3. WARNING: Couldn't find device with uuid rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3. WARNING: Couldn't find device with uuid 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL. WARNING: VG test_vg3 is missing PV l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL (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:34:32,580 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:34:32,581 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:34:32,581 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:34:32,586 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:34:32,590 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:34:32,590 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:34:32,594 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:34:32,594 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/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:32,627 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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=c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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=bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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:34:32,627 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3. WARNING: Couldn't find device with uuid rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3. WARNING: Couldn't find device with uuid 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL. WARNING: VG test_vg3 is missing PV l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL (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:34:32,627 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:34:32,632 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:34:32,633 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:34:32,636 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:34:32,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:32,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:34:32,643 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:34:32,643 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:32,646 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c342b4ea-1bc2-456c-b483-14c7f6a07628 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c342b4ea-1bc2-456c-b483-14c7f6a07628 ' '/dev/disk/by-id/lvm-pv-uuid-l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 ' '/dev/disk/by-id/scsi-36001405c342b4ea1bc2456cb48314c7f ' '/dev/disk/by-id/wwn-0x6001405c342b4ea1bc2456cb48314c7f', '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': 'l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3', 'ID_FS_UUID_ENC': 'l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3', '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': 'c342b4ea-1bc2-456c-b483-14c7f6a07628', 'ID_SERIAL': '36001405c342b4ea1bc2456cb48314c7f', 'ID_SERIAL_SHORT': '6001405c342b4ea1bc2456cb48314c7f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c342b4ea1', 'ID_WWN_VENDOR_EXTENSION': '0xbc2456cb48314c7f', 'ID_WWN_WITH_EXTENSION': '0x6001405c342b4ea1bc2456cb48314c7f', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c342b4ea1bc2456cb48314c7f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c342b4ea-1bc2-456c-b483-14c7f6a07628', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c342b4ea-1bc2-456c-b483-14c7f6a07628', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508949888'} ; 2024-03-01 21:34:32,646 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:34:32,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:34:32,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:32,657 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:34:32,658 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:34:32,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:34:32,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:34:32,661 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:34:32,664 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:34:32,665 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:34:32,668 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:34:32,668 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:34:32,669 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:34:32,669 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8682a6748) -- 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 = 6001405c342b4ea1bc2456cb48314c7f 2024-03-01 21:34:32,672 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:34:32,675 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:32,675 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:34:32,679 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:32,679 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:34:32,682 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:32,682 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:34:32,685 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:32,685 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:34:32,688 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:34:32,688 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:34:32,688 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/sdg$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:32,721 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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:34:32,721 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3. WARNING: Couldn't find device with uuid 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL. WARNING: VG test_vg3 is missing PV rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL (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:34:32,721 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:34:32,722 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:34:32,726 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 ; label: None ; device: /dev/sdh ; serial: 36001405c342b4ea1bc2456cb48314c7f ; exists: True ; vg_name: test_vg3 ; vg_uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; pe_start: 8 MiB ; 2024-03-01 21:34:32,727 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:34:32,730 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:34:32,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:32,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:34:32,740 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:34:32,743 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:34:32,746 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:34:32,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:32,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:32,752 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/sdg$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:32,787 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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=c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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=bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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:34:32,787 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3. WARNING: Couldn't find device with uuid 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL. WARNING: VG test_vg3 is missing PV rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL (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:34:32,788 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:34:32,788 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:34:32,788 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:32,793 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e93e751b-fc97-44b4-836f-9b527618e957 ' '/dev/disk/by-id/lvm-pv-uuid-rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e93e751b-fc97-44b4-836f-9b527618e957 ' '/dev/disk/by-id/scsi-36001405e93e751bfc9744b4836f9b527 ' '/dev/disk/by-id/wwn-0x6001405e93e751bfc9744b4836f9b527', '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': 'rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3', 'ID_FS_UUID_ENC': 'rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3', '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': 'e93e751b-fc97-44b4-836f-9b527618e957', 'ID_SERIAL': '36001405e93e751bfc9744b4836f9b527', 'ID_SERIAL_SHORT': '6001405e93e751bfc9744b4836f9b527', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e93e751bf', 'ID_WWN_VENDOR_EXTENSION': '0xc9744b4836f9b527', 'ID_WWN_WITH_EXTENSION': '0x6001405e93e751bfc9744b4836f9b527', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e93e751bfc9744b4836f9b527', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e93e751b-fc97-44b4-836f-9b527618e957', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e93e751b-fc97-44b4-836f-9b527618e957', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509080226'} ; 2024-03-01 21:34:32,793 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:34:32,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:34:32,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:32,804 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:34:32,805 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:34:32,805 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:34:32,805 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:34:32,808 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:34:32,812 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:34:32,812 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:34:32,815 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:34:32,815 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:34:32,816 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:34:32,816 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8682bdbe0) -- 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 = 6001405e93e751bfc9744b4836f9b527 2024-03-01 21:34:32,820 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:34:32,823 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:32,823 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:34:32,826 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:32,826 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:34:32,829 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:32,830 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:34:32,833 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:32,833 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:34:32,836 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:34:32,836 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:34:32,836 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/sdg$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:32,871 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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:34:32,871 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL. WARNING: VG test_vg3 is missing PV 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL (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:34:32,872 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:34:32,872 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:34:32,877 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 ; label: None ; device: /dev/sdi ; serial: 36001405e93e751bfc9744b4836f9b527 ; exists: True ; vg_name: test_vg3 ; vg_uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; pe_start: 8 MiB ; 2024-03-01 21:34:32,877 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:34:32,880 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:34:32,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:32,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:32,890 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:34:32,893 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:34:32,896 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:34:32,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:32,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:32,903 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/sdg$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:32,937 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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=c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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=bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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:34:32,937 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL. WARNING: VG test_vg3 is missing PV 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL (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:34:32,937 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:34:32,938 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:34:32,938 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:32,943 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:dd6fa0ba-6113-408a-90a3-e72db5e8cf9e ' '/dev/disk/by-id/wwn-0x6001405dd6fa0ba6113408a90a3e72db ' '/dev/disk/by-id/lvm-pv-uuid-3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_dd6fa0ba-6113-408a-90a3-e72db5e8cf9e ' '/dev/disk/by-id/scsi-36001405dd6fa0ba6113408a90a3e72db', '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': '3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL', 'ID_FS_UUID_ENC': '3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL', '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': 'dd6fa0ba-6113-408a-90a3-e72db5e8cf9e', 'ID_SERIAL': '36001405dd6fa0ba6113408a90a3e72db', 'ID_SERIAL_SHORT': '6001405dd6fa0ba6113408a90a3e72db', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405dd6fa0ba6', 'ID_WWN_VENDOR_EXTENSION': '0x113408a90a3e72db', 'ID_WWN_WITH_EXTENSION': '0x6001405dd6fa0ba6113408a90a3e72db', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405dd6fa0ba6113408a90a3e72db', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:dd6fa0ba-6113-408a-90a3-e72db5e8cf9e', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'dd6fa0ba-6113-408a-90a3-e72db5e8cf9e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509128332'} ; 2024-03-01 21:34:32,943 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:34:32,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:34:32,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:32,955 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:34:32,955 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:34:32,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:34:32,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:34:32,959 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:34:32,962 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:34:32,962 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:34:32,965 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:34:32,966 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:34:32,966 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:34:32,966 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8682cbba8) -- 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 = 6001405dd6fa0ba6113408a90a3e72db 2024-03-01 21:34:32,970 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:34:32,973 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:32,973 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:34:32,976 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:32,977 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:34:32,980 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:32,980 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:34:32,983 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:32,983 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:34:32,986 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:34:32,986 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:34:32,986 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/sdg$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:33,023 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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:34:33,024 INFO program/MainThread: stderr[41]: 2024-03-01 21:34:33,024 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:34:33,024 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:34:33,029 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL ; label: None ; device: /dev/sdj ; serial: 36001405dd6fa0ba6113408a90a3e72db ; exists: True ; vg_name: test_vg3 ; vg_uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:34:33,029 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:34:33,032 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:34:33,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:33,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:33,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:34:33,045 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:34:33,048 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:34:33,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:33,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:33,055 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/sdg$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:33,088 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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=c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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=bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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:34:33,088 INFO program/MainThread: stderr[42]: 2024-03-01 21:34:33,089 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:34:33,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:33,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:33,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX ; incomplete: False ; hidden: False ; 2024-03-01 21:34:33,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:33,103 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:34:33,107 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:34:33,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:34:33,110 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:34:33,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:34:33,114 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:34:33,118 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:34:33,118 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:34:33,119 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:34:33,122 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:34:33,126 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:34:33,126 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:34:33,129 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:34:33,133 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:34:33,133 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:34:33,136 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:34:33,137 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:34:33,137 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:34:33,137 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:34:33,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:34:33,141 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:34:33,144 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:34:33,144 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:34:33,148 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdAaJUrPDidrxbqWbNXniHVegTfh1woCbX ' '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/974cc4e3-c7bb-4a34-a8d2-b792af59ff6b', '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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdAaJUrPDidrxbqWbNXniHVegTfh1woCbX', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '974cc4e3-c7bb-4a34-a8d2-b792af59ff6b', 'ID_FS_UUID_ENC': '974cc4e3-c7bb-4a34-a8d2-b792af59ff6b', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '894769351'} ; 2024-03-01 21:34:33,148 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:34:33,148 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:33,153 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:34:33,153 INFO program/MainThread: stderr[43]: 2024-03-01 21:34:33,153 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:34:33,153 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:33,157 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:34:33,157 INFO program/MainThread: stderr[44]: 2024-03-01 21:34:33,157 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:34:33,157 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:33,161 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:34:33,161 INFO program/MainThread: stderr[45]: 2024-03-01 21:34:33,161 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:34:33,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:33,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:34:33,173 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:33,174 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:34:33,174 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:33,175 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:34:33,170 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc8682cb6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7fc86828f588) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:33,175 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:33,180 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:34:33,180 INFO program/MainThread: stderr[46]: 2024-03-01 21:34:33,180 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:34:33,185 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:34:33,188 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:33,189 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:34:33,192 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:33,193 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:34:33,196 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:33,196 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:34:33,199 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:33,200 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:34:33,200 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:34:33,203 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:33,203 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:34:33,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:34:33,207 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:33,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:33,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:33,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb ; incomplete: False ; hidden: False ; 2024-03-01 21:34:33,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:33,219 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:34:33,223 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:34:33,223 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:34:33,227 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:34:33,230 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:34:33,230 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:34:33,234 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:34:33,234 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:34:33,235 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:34:33,238 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:34:33,241 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:34:33,242 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:34:33,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:34:33,248 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:34:33,248 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:34:33,252 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:34:33,252 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:34:33,253 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:34:33,253 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:34:33,256 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:34:33,256 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:34:33,259 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:34:33,260 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:34:33,263 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdGX6pBXD0a3z0GAxK1iWe69gFcqZjw9Jb ' '/dev/disk/by-uuid/9b26da9d-c3e0-4abb-bd8e-e52ddbf31404 ' '/dev/test_vg3/lv6 /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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdGX6pBXD0a3z0GAxK1iWe69gFcqZjw9Jb', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9b26da9d-c3e0-4abb-bd8e-e52ddbf31404', 'ID_FS_UUID_ENC': '9b26da9d-c3e0-4abb-bd8e-e52ddbf31404', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '894420316'} ; 2024-03-01 21:34:33,263 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:34:33,264 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:33,268 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:34:33,269 INFO program/MainThread: stderr[47]: 2024-03-01 21:34:33,269 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:34:33,269 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:33,273 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:34:33,273 INFO program/MainThread: stderr[48]: 2024-03-01 21:34:33,273 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:34:33,273 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:33,277 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:34:33,277 INFO program/MainThread: stderr[49]: 2024-03-01 21:34:33,277 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:34:33,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:33,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:34:33,289 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:33,290 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:34:33,290 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:33,291 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:34:33,286 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc868b6ee10) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7fc86828f588) -- name = test_vg3 status = True 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:33,292 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:33,296 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:34:33,297 INFO program/MainThread: stderr[50]: 2024-03-01 21:34:33,297 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:34:33,301 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:34:33,305 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:33,305 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:34:33,308 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:33,308 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:34:33,312 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:33,312 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:34:33,315 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:33,315 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:34:33,316 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:34:33,319 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:33,319 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:34:33,323 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:34:33,323 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:33,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:33,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:33,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk ; incomplete: False ; hidden: False ; 2024-03-01 21:34:33,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:33,336 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:34:33,339 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:34:33,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:34:33,343 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:34:33,346 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:34:33,346 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:34:33,350 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:34:33,350 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:34:33,351 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:34:33,354 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:34:33,358 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:34:33,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:34:33,361 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:34:33,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:34:33,365 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:34:33,368 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:34:33,368 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:34:33,369 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:34:33,369 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:34:33,372 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:34:33,372 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:34:33,375 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:34:33,376 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:34:33,379 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/4e06ab77-a0b4-49fa-9450-023a0765029e ' '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbAjpZI8l4rp7N6xls7ZpaE2p2uFjYfzk', '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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbAjpZI8l4rp7N6xls7ZpaE2p2uFjYfzk', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4e06ab77-a0b4-49fa-9450-023a0765029e', 'ID_FS_UUID_ENC': '4e06ab77-a0b4-49fa-9450-023a0765029e', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '894078484'} ; 2024-03-01 21:34:33,379 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:34:33,380 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:33,384 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:34:33,384 INFO program/MainThread: stderr[51]: 2024-03-01 21:34:33,384 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:34:33,385 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:33,388 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:34:33,389 INFO program/MainThread: stderr[52]: 2024-03-01 21:34:33,389 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:34:33,389 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:33,392 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:34:33,392 INFO program/MainThread: stderr[53]: 2024-03-01 21:34:33,393 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:34:33,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:33,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:34:33,405 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:33,406 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:34:33,406 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:33,407 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:34:33,402 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc868c26710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7fc86828f588) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:33,408 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:33,413 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:34:33,413 INFO program/MainThread: stderr[54]: 2024-03-01 21:34:33,413 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:34:33,417 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:34:33,421 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:33,422 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:34:33,425 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:33,425 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:34:33,429 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:33,429 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:34:33,432 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:33,432 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:34:33,433 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:34:33,436 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:33,436 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:34:33,440 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:34:33,440 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:33,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:33,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:33,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD ; incomplete: False ; hidden: False ; 2024-03-01 21:34:33,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:33,453 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:34:33,456 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:34:33,457 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:34:33,460 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:34:33,463 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:34:33,464 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:34:33,467 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:34:33,468 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:34:33,468 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:34:33,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:34:33,475 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:34:33,475 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:34:33,478 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:34:33,482 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:34:33,482 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:34:33,485 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:34:33,486 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:34:33,486 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:34:33,486 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:34:33,489 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:34:33,490 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:34:33,493 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:34:33,493 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:34:33,497 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/7c06da32-0cf6-491c-8dc6-aea0db5bc01d ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbbGMM9OBGjgTRHKna8Ef3jusbuSHKnBD ' '/dev/mapper/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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbbGMM9OBGjgTRHKna8Ef3jusbuSHKnBD', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7c06da32-0cf6-491c-8dc6-aea0db5bc01d', 'ID_FS_UUID_ENC': '7c06da32-0cf6-491c-8dc6-aea0db5bc01d', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '893650516'} ; 2024-03-01 21:34:33,497 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:34:33,497 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:33,502 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:34:33,502 INFO program/MainThread: stderr[55]: 2024-03-01 21:34:33,502 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:34:33,502 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:33,506 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:34:33,506 INFO program/MainThread: stderr[56]: 2024-03-01 21:34:33,506 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:34:33,506 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:33,510 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:34:33,510 INFO program/MainThread: stderr[57]: 2024-03-01 21:34:33,510 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:34:33,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:33,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:34:33,523 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:33,524 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:33,524 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:33,525 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:33,520 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc8682617b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7fc86828f588) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:33,526 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:33,531 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:34:33,531 INFO program/MainThread: stderr[58]: 2024-03-01 21:34:33,531 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:34:33,536 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:34:33,540 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:33,540 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:34:33,543 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:33,543 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:34:33,547 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:33,547 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:34:33,550 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:33,551 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:34:33,551 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:34:33,554 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:33,555 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:34:33,558 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:34:33,558 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:33,558 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:33,562 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': '29680104'} ; 2024-03-01 21:34:33,562 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:34:33,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:34:33,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:33,573 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:34:33,573 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:34:33,573 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:34:33,573 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:34:33,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:34:33,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:34:33,577 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:34:33,580 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:34:33,580 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:34:33,583 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:34:33,584 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:34:33,584 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:34:33,584 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc868264048) -- 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:34:33,587 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:34:33,591 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:33,591 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:34:33,594 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:33,594 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:34:33,598 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:33,598 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:34:33,601 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:33,601 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:34:33,604 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:34:33,607 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:34:33,610 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:34:33,615 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 0x7fc868293a48> 2024-03-01 21:34:36,566 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:34:36,571 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:34:36,571 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:34:36,575 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': '29683331'} ; 2024-03-01 21:34:36,575 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:34:36,575 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:34:36,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:36,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:36,586 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:34:36,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:36,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:36,593 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:36,605 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:36,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:34:36,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:34:36,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:34:36,632 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:34:36,632 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:34:36,635 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:34:36,639 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:34:36,639 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:34:36,642 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:34:36,642 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:34:36,643 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:34:36,646 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:34:36,649 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:34:36,652 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:34:36,655 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:34:36,658 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:34:36,658 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:34:36,659 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:34:36,659 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:34:36,659 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fc868277f28) -- 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 0x7fc86827c9e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:34:36,664 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:34:36,667 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:36,667 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:34:36,670 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:36,670 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:34:36,673 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:36,673 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:34:36,677 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:36,677 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:34:36,677 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:34:36,680 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:36,680 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:34:36,683 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:34:36,683 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:36,686 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/7c06da32-0cf6-491c-8dc6-aea0db5bc01d ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbbGMM9OBGjgTRHKna8Ef3jusbuSHKnBD ' '/dev/test_vg3/lv8 /dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbbGMM9OBGjgTRHKna8Ef3jusbuSHKnBD', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7c06da32-0cf6-491c-8dc6-aea0db5bc01d', 'ID_FS_UUID_ENC': '7c06da32-0cf6-491c-8dc6-aea0db5bc01d', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '893650516'} ; 2024-03-01 21:34:36,686 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:34:36,687 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:36,691 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:34:36,692 INFO program/MainThread: stderr[59]: 2024-03-01 21:34:36,692 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:34:36,692 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:36,695 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:34:36,696 INFO program/MainThread: stderr[60]: 2024-03-01 21:34:36,696 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:34:36,696 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:36,699 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:34:36,699 INFO program/MainThread: stderr[61]: 2024-03-01 21:34:36,699 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:34:36,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:36,708 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:34:36,712 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:36,713 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:36,713 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:36,714 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:36,708 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc8682617b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7fc86828f588) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:36,715 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:36,719 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:34:36,719 INFO program/MainThread: stderr[62]: 2024-03-01 21:34:36,720 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:34:36,724 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:34:36,724 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:34:36,728 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/4e06ab77-a0b4-49fa-9450-023a0765029e ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbAjpZI8l4rp7N6xls7ZpaE2p2uFjYfzk ' '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', '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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbAjpZI8l4rp7N6xls7ZpaE2p2uFjYfzk', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4e06ab77-a0b4-49fa-9450-023a0765029e', 'ID_FS_UUID_ENC': '4e06ab77-a0b4-49fa-9450-023a0765029e', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '894078484'} ; 2024-03-01 21:34:36,728 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:34:36,728 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:36,732 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:34:36,732 INFO program/MainThread: stderr[63]: 2024-03-01 21:34:36,732 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:34:36,733 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:36,736 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:34:36,736 INFO program/MainThread: stderr[64]: 2024-03-01 21:34:36,736 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:34:36,737 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:36,740 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:34:36,740 INFO program/MainThread: stderr[65]: 2024-03-01 21:34:36,740 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:34:36,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:36,749 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:34:36,752 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:36,754 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:36,754 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:36,755 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:36,749 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc868c26710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7fc86828f588) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:36,756 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:36,760 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:34:36,761 INFO program/MainThread: stderr[66]: 2024-03-01 21:34:36,761 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:34:36,765 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:34:36,765 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:34:36,768 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/9b26da9d-c3e0-4abb-bd8e-e52ddbf31404 ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdGX6pBXD0a3z0GAxK1iWe69gFcqZjw9Jb', '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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdGX6pBXD0a3z0GAxK1iWe69gFcqZjw9Jb', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9b26da9d-c3e0-4abb-bd8e-e52ddbf31404', 'ID_FS_UUID_ENC': '9b26da9d-c3e0-4abb-bd8e-e52ddbf31404', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '894420316'} ; 2024-03-01 21:34:36,768 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:34:36,769 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:36,773 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:34:36,773 INFO program/MainThread: stderr[67]: 2024-03-01 21:34:36,773 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:34:36,773 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:36,777 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:34:36,777 INFO program/MainThread: stderr[68]: 2024-03-01 21:34:36,777 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:34:36,777 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:36,781 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:34:36,781 INFO program/MainThread: stderr[69]: 2024-03-01 21:34:36,781 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:34:36,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:36,789 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:34:36,793 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:36,794 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:36,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:36,796 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:36,790 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc868b6ee10) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7fc86828f588) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:36,796 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:36,801 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:34:36,801 INFO program/MainThread: stderr[70]: 2024-03-01 21:34:36,801 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:34:36,805 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:34:36,805 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:34:36,809 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/974cc4e3-c7bb-4a34-a8d2-b792af59ff6b ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdAaJUrPDidrxbqWbNXniHVegTfh1woCbX', '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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdAaJUrPDidrxbqWbNXniHVegTfh1woCbX', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '974cc4e3-c7bb-4a34-a8d2-b792af59ff6b', 'ID_FS_UUID_ENC': '974cc4e3-c7bb-4a34-a8d2-b792af59ff6b', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '894769351'} ; 2024-03-01 21:34:36,809 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:34:36,809 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:36,813 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:34:36,813 INFO program/MainThread: stderr[71]: 2024-03-01 21:34:36,814 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:34:36,814 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:36,817 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:34:36,818 INFO program/MainThread: stderr[72]: 2024-03-01 21:34:36,818 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:34:36,818 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:36,821 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:34:36,822 INFO program/MainThread: stderr[73]: 2024-03-01 21:34:36,822 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:34:36,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:36,830 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:34:36,834 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:36,835 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:36,835 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:36,836 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:36,830 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc8682cb6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7fc86828f588) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:36,837 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:36,841 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:34:36,842 INFO program/MainThread: stderr[74]: 2024-03-01 21:34:36,842 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:34:36,846 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:34:36,846 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:34:36,849 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rwc53aePBsi4AaVKnhfGPE3pZyhG3MXEmF ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/f06bae0f-1a8d-47af-8dd6-5eda595bad3a ' '/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-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rwc53aePBsi4AaVKnhfGPE3pZyhG3MXEmF', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f06bae0f-1a8d-47af-8dd6-5eda595bad3a', 'ID_FS_UUID_ENC': 'f06bae0f-1a8d-47af-8dd6-5eda595bad3a', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '895742876'} ; 2024-03-01 21:34:36,849 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:34:36,850 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:36,854 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:34:36,854 INFO program/MainThread: stderr[75]: 2024-03-01 21:34:36,854 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:34:36,854 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:36,858 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:34:36,858 INFO program/MainThread: stderr[76]: 2024-03-01 21:34:36,858 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:34:36,858 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:36,861 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:34:36,862 INFO program/MainThread: stderr[77]: 2024-03-01 21:34:36,862 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:34:36,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:36,870 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:34:36,873 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:36,874 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:36,874 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:36,875 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:36,870 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc876b3bac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7fc8682bd4a8) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:36,875 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:36,880 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:34:36,880 INFO program/MainThread: stderr[78]: 2024-03-01 21:34:36,880 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:34:36,884 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:34:36,884 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:34:36,887 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rw33gd5Nc1lwD2T4B7yWnTZp6FezJOveMd ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/001d6871-7f7e-4faa-b3db-0d38d51862ad ' '/dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rw33gd5Nc1lwD2T4B7yWnTZp6FezJOveMd', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '001d6871-7f7e-4faa-b3db-0d38d51862ad', 'ID_FS_UUID_ENC': '001d6871-7f7e-4faa-b3db-0d38d51862ad', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '896063849'} ; 2024-03-01 21:34:36,888 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:34:36,888 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:36,892 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:34:36,892 INFO program/MainThread: stderr[79]: 2024-03-01 21:34:36,892 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:34:36,892 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:36,896 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:34:36,896 INFO program/MainThread: stderr[80]: 2024-03-01 21:34:36,896 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:34:36,897 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:36,900 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:34:36,900 INFO program/MainThread: stderr[81]: 2024-03-01 21:34:36,900 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:34:36,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:36,908 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:34:36,912 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:36,912 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:36,913 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:36,914 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:36,909 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc8682c5c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7fc8682bd4a8) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:36,914 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:36,918 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:34:36,919 INFO program/MainThread: stderr[82]: 2024-03-01 21:34:36,919 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:34:36,923 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:34:36,923 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:34:36,926 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/9cbf4b46-53f5-4585-91ab-4e4ec974b930 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByVFRusk0650VPnp5uumeXYujJIKghkTKHj ' '/dev/disk/by-id/dm-name-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-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByVFRusk0650VPnp5uumeXYujJIKghkTKHj', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9cbf4b46-53f5-4585-91ab-4e4ec974b930', 'ID_FS_UUID_ENC': '9cbf4b46-53f5-4585-91ab-4e4ec974b930', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '897042091'} ; 2024-03-01 21:34:36,926 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:34:36,927 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:36,931 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:34:36,931 INFO program/MainThread: stderr[83]: 2024-03-01 21:34:36,931 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:34:36,931 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:36,935 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:34:36,935 INFO program/MainThread: stderr[84]: 2024-03-01 21:34:36,935 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:34:36,935 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:36,939 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:34:36,939 INFO program/MainThread: stderr[85]: 2024-03-01 21:34:36,939 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:34:36,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:36,947 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:34:36,950 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:36,951 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:36,951 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:36,952 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:36,947 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc868eb0550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7fc868321a58) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:36,952 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:36,957 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:34:36,957 INFO program/MainThread: stderr[86]: 2024-03-01 21:34:36,957 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:34:36,961 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:34:36,961 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:34:36,964 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d6ae2863-c43f-46f4-bbe0-829661a7287d ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByV4ZZSNX7PZivbVN3d2hMaWeagdN920tSk', '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-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByV4ZZSNX7PZivbVN3d2hMaWeagdN920tSk', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd6ae2863-c43f-46f4-bbe0-829661a7287d', 'ID_FS_UUID_ENC': 'd6ae2863-c43f-46f4-bbe0-829661a7287d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '897375459'} ; 2024-03-01 21:34:36,964 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:34:36,965 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:36,969 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:34:36,969 INFO program/MainThread: stderr[87]: 2024-03-01 21:34:36,969 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:34:36,969 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:36,973 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:34:36,973 INFO program/MainThread: stderr[88]: 2024-03-01 21:34:36,973 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:34:36,973 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:36,976 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:34:36,977 INFO program/MainThread: stderr[89]: 2024-03-01 21:34:36,977 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:34:36,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:36,985 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:34:36,988 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:36,988 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:36,989 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:36,990 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:36,985 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc8682a6f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7fc868321a58) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:36,990 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:36,994 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:34:36,995 INFO program/MainThread: stderr[90]: 2024-03-01 21:34:36,995 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:34:36,999 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:34:36,999 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:34:36,999 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:37,011 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:37,028 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:34:37,029 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:34:37,033 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:34:37,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:37,039 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:34:37,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:34:37,042 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:34:37,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:34:37,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:37,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:34:37,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:34:37,054 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:34:37,057 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:34:37,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:37,063 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:34:37,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:34:37,066 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:34:37,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:34:37,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:37,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:34:37,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:34:37,078 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:34:37,081 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:34:37,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:37,086 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:34:37,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:34:37,090 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:34:37,092 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:34:37,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:37,098 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:34:37,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:34:37,101 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:34:42,330 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_bay_yk68/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:34:42,369 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:34:42,370 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:34:42,373 INFO program/MainThread: stdout[2]: 2024-03-01 21:34:42,374 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:34:42,374 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:34:42,374 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:34:42,379 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:42,379 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:34:42,383 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:34:42,383 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:34:42,386 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:34:42,386 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:34:42,389 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:34:42,390 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:34:42,402 INFO program/MainThread: stdout: 2024-03-01 21:34:42,402 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:34:42,402 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 2024-03-01 21:34:42,402 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 9cbf4b46-53f5-4585-91ab-4e4ec974b930 2024-03-01 21:34:42,402 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV 2024-03-01 21:34:42,402 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 9cbf4b46-53f5-4585-91ab-4e4ec974b930 2024-03-01 21:34:42,402 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs d6ae2863-c43f-46f4-bbe0-829661a7287d 2024-03-01 21:34:42,402 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A 2024-03-01 21:34:42,402 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 2024-03-01 21:34:42,402 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs f06bae0f-1a8d-47af-8dd6-5eda595bad3a 2024-03-01 21:34:42,402 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 001d6871-7f7e-4faa-b3db-0d38d51862ad 2024-03-01 21:34:42,402 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M 2024-03-01 21:34:42,402 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 2024-03-01 21:34:42,402 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz 2024-03-01 21:34:42,402 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 7c06da32-0cf6-491c-8dc6-aea0db5bc01d 2024-03-01 21:34:42,402 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 4e06ab77-a0b4-49fa-9450-023a0765029e 2024-03-01 21:34:42,402 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 9b26da9d-c3e0-4abb-bd8e-e52ddbf31404 2024-03-01 21:34:42,402 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 2024-03-01 21:34:42,403 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 9b26da9d-c3e0-4abb-bd8e-e52ddbf31404 2024-03-01 21:34:42,403 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 2024-03-01 21:34:42,403 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 974cc4e3-c7bb-4a34-a8d2-b792af59ff6b 2024-03-01 21:34:42,403 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL 2024-03-01 21:34:42,403 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 974cc4e3-c7bb-4a34-a8d2-b792af59ff6b 2024-03-01 21:34:42,403 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:34:42,403 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:34:42,403 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:34:42,403 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:34:42,403 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:42,403 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 9cbf4b46-53f5-4585-91ab-4e4ec974b930 sdb 1073741824 root disk brw-rw---- LVM2_member e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 9cbf4b46-53f5-4585-91ab-4e4ec974b930 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs d6ae2863-c43f-46f4-bbe0-829661a7287d sdc 1073741824 root disk brw-rw---- LVM2_member ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A sdd 1073741824 root disk brw-rw---- LVM2_member fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 |-test_vg2-lv4 641728512 root disk brw-rw---- xfs f06bae0f-1a8d-47af-8dd6-5eda595bad3a `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 001d6871-7f7e-4faa-b3db-0d38d51862ad sde 1073741824 root disk brw-rw---- LVM2_member 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M sdf 1073741824 root disk brw-rw---- LVM2_member iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 sdg 1073741824 root disk brw-rw---- LVM2_member leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 7c06da32-0cf6-491c-8dc6-aea0db5bc01d |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 4e06ab77-a0b4-49fa-9450-023a0765029e `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 9b26da9d-c3e0-4abb-bd8e-e52ddbf31404 sdh 1073741824 root disk brw-rw---- LVM2_member l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 9b26da9d-c3e0-4abb-bd8e-e52ddbf31404 sdi 1073741824 root disk brw-rw---- LVM2_member rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 974cc4e3-c7bb-4a34-a8d2-b792af59ff6b sdj 1073741824 root disk brw-rw---- LVM2_member 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 974cc4e3-c7bb-4a34-a8d2-b792af59ff6b 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:34:42,403 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:34:42,403 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:34:42,404 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:34:42,404 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:34:42,404 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:34:42,404 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:34:42,404 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:42,417 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:42,432 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:34:42,437 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058b944a4ca1374ca1ade370a49 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:8b944a4c-a137-4ca1-ade3-70a496b28bb4 ' '/dev/disk/by-id/scsi-360014058b944a4ca1374ca1ade370a49 ' '/dev/disk/by-id/lvm-pv-uuid-Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_8b944a4c-a137-4ca1-ade3-70a496b28bb4', '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': 'Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1', 'ID_FS_UUID_ENC': 'Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1', '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': '8b944a4c-a137-4ca1-ade3-70a496b28bb4', 'ID_SERIAL': '360014058b944a4ca1374ca1ade370a49', 'ID_SERIAL_SHORT': '60014058b944a4ca1374ca1ade370a49', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058b944a4ca', 'ID_WWN_VENDOR_EXTENSION': '0x1374ca1ade370a49', 'ID_WWN_WITH_EXTENSION': '0x60014058b944a4ca1374ca1ade370a49', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058b944a4ca1374ca1ade370a49', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:8b944a4c-a137-4ca1-ade3-70a496b28bb4', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8b944a4c-a137-4ca1-ade3-70a496b28bb4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508446944'} ; 2024-03-01 21:34:42,437 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:34:42,438 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:34:42,473 INFO program/MainThread: stdout[3]: 2024-03-01 21:34:42,474 INFO program/MainThread: stderr[3]: 2024-03-01 21:34:42,474 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:34:42,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:34:42,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:42,488 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:34:42,492 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:34:42,493 INFO blivet/MainThread: sda is a disk 2024-03-01 21:34:42,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:34:42,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:34:42,497 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:34:42,500 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:34:42,501 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:34:42,504 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:34:42,504 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:34:42,505 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:34:42,505 INFO blivet/MainThread: got device: DiskDevice instance (0x7f754692bc88) -- 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 = 60014058b944a4ca1374ca1ade370a49 2024-03-01 21:34:42,509 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:34:42,512 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:42,512 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:34:42,516 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:42,516 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:34:42,519 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:42,519 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:34:42,522 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:42,523 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:34:42,526 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:34:42,526 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:34:42,526 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:34:42,557 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=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:34:42,557 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV. WARNING: Couldn't find device with uuid ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A. WARNING: VG test_vg1 is missing PV e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A (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:34:42,557 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:34:42,558 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:34:42,562 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 ; label: None ; device: /dev/sda ; serial: 360014058b944a4ca1374ca1ade370a49 ; exists: True ; vg_name: test_vg1 ; vg_uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; pe_start: 8 MiB ; 2024-03-01 21:34:42,563 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:34:42,566 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:34:42,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; incomplete: True ; hidden: False ; 2024-03-01 21:34:42,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:42,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:42,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:42,578 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:34:42,606 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=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:34:42,606 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV. WARNING: Couldn't find device with uuid ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A. WARNING: VG test_vg1 is missing PV e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A (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:34:42,606 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:34:42,607 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:34:42,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:34:42,614 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:34:42,618 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:34:42,618 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:34:42,621 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:34:42,622 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:34:42,657 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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:34:42,657 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV. WARNING: Couldn't find device with uuid ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A. WARNING: VG test_vg1 is missing PV e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A (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:34:42,658 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:34:42,663 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:34:42,663 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:34:42,666 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:34:42,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; incomplete: True ; hidden: False ; 2024-03-01 21:34:42,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:34:42,673 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:34:42,673 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:42,677 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:2f021274-5211-49ef-8ce9-78772bd8e147 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_2f021274-5211-49ef-8ce9-78772bd8e147 ' '/dev/disk/by-id/wwn-0x60014052f021274521149ef8ce978772 ' '/dev/disk/by-id/scsi-360014052f021274521149ef8ce978772 ' '/dev/disk/by-id/lvm-pv-uuid-e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV', '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': 'e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV', 'ID_FS_UUID_ENC': 'e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV', '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': '2f021274-5211-49ef-8ce9-78772bd8e147', 'ID_SERIAL': '360014052f021274521149ef8ce978772', 'ID_SERIAL_SHORT': '60014052f021274521149ef8ce978772', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f0212745', 'ID_WWN_VENDOR_EXTENSION': '0x21149ef8ce978772', 'ID_WWN_WITH_EXTENSION': '0x60014052f021274521149ef8ce978772', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f021274521149ef8ce978772', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:2f021274-5211-49ef-8ce9-78772bd8e147', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f021274-5211-49ef-8ce9-78772bd8e147', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508449162'} ; 2024-03-01 21:34:42,677 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:34:42,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:34:42,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:42,687 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:34:42,687 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:34:42,688 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:34:42,688 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:34:42,691 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:34:42,694 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:34:42,694 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:34:42,697 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:34:42,698 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:34:42,698 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:34:42,698 INFO blivet/MainThread: got device: DiskDevice instance (0x7f754579a320) -- 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 = 60014052f021274521149ef8ce978772 2024-03-01 21:34:42,702 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:34:42,705 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:42,705 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:34:42,709 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:42,709 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:34:42,712 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:42,712 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:34:42,715 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:42,716 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:34:42,718 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:34:42,719 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:34:42,719 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:34:42,751 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=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:34:42,751 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A. WARNING: VG test_vg1 is missing PV ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A (last written to /dev/sdc). 2024-03-01 21:34:42,752 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:34:42,752 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:34:42,756 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV ; label: None ; device: /dev/sdb ; serial: 360014052f021274521149ef8ce978772 ; exists: True ; vg_name: test_vg1 ; vg_uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:34:42,757 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:34:42,760 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:34:42,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; incomplete: True ; hidden: False ; 2024-03-01 21:34:42,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:34:42,769 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:34:42,772 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:34:42,776 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:34:42,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; incomplete: True ; hidden: False ; 2024-03-01 21:34:42,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:42,782 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:34:42,810 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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:34:42,810 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A. WARNING: VG test_vg1 is missing PV ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A (last written to /dev/sdc). 2024-03-01 21:34:42,810 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:34:42,811 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:34:42,811 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:42,816 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405da67c301c03f4d0c840aa33de ' '/dev/disk/by-id/wwn-0x6001405da67c301c03f4d0c840aa33de ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:da67c301-c03f-4d0c-840a-a33de1a4f1a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_da67c301-c03f-4d0c-840a-a33de1a4f1a4', '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': 'da67c301-c03f-4d0c-840a-a33de1a4f1a4', 'ID_SERIAL': '36001405da67c301c03f4d0c840aa33de', 'ID_SERIAL_SHORT': '6001405da67c301c03f4d0c840aa33de', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405da67c301c', 'ID_WWN_VENDOR_EXTENSION': '0x03f4d0c840aa33de', 'ID_WWN_WITH_EXTENSION': '0x6001405da67c301c03f4d0c840aa33de', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405da67c301c03f4d0c840aa33de', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:da67c301-c03f-4d0c-840a-a33de1a4f1a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'da67c301-c03f-4d0c-840a-a33de1a4f1a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509284691'} ; 2024-03-01 21:34:42,816 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:34:42,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:34:42,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:42,826 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:34:42,827 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:34:42,827 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:34:42,827 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:34:42,830 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:34:42,833 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:34:42,834 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:34:42,837 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:34:42,837 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:34:42,838 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:34:42,838 INFO blivet/MainThread: got device: DiskDevice instance (0x7f754579ac88) -- 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 = 6001405da67c301c03f4d0c840aa33de 2024-03-01 21:34:42,841 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:34:42,841 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:34:42,844 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499 ' '/dev/disk/by-id/wwn-0x6001405b6d35afe44fa4ab195e90ff4a ' '/dev/disk/by-id/scsi-36001405b6d35afe44fa4ab195e90ff4a', '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': 'b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499', 'ID_SERIAL': '36001405b6d35afe44fa4ab195e90ff4a', 'ID_SERIAL_SHORT': '6001405b6d35afe44fa4ab195e90ff4a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6d35afe4', 'ID_WWN_VENDOR_EXTENSION': '0x4fa4ab195e90ff4a', 'ID_WWN_WITH_EXTENSION': '0x6001405b6d35afe44fa4ab195e90ff4a', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6d35afe44fa4ab195e90ff4a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6d35afe-44fa-4ab1-95e9-0ff4ae7ef499', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509283672'} ; 2024-03-01 21:34:42,844 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:34:42,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:34:42,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:42,854 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:34:42,855 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:34:42,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:34:42,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:34:42,858 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:34:42,861 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:34:42,862 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:34:42,865 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:34:42,865 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:34:42,865 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:34:42,866 INFO blivet/MainThread: got device: DiskDevice instance (0x7f75457a7cc0) -- 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 = 6001405b6d35afe44fa4ab195e90ff4a 2024-03-01 21:34:42,869 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:34:42,869 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:34:42,872 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140549851f9e26cb452abfa10ddc7 ' '/dev/disk/by-id/lvm-pv-uuid-ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:49851f9e-26cb-452a-bfa1-0ddc7bc49238 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_49851f9e-26cb-452a-bfa1-0ddc7bc49238 ' '/dev/disk/by-id/scsi-3600140549851f9e26cb452abfa10ddc7', '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': 'ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A', 'ID_FS_UUID_ENC': 'ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A', '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': '49851f9e-26cb-452a-bfa1-0ddc7bc49238', 'ID_SERIAL': '3600140549851f9e26cb452abfa10ddc7', 'ID_SERIAL_SHORT': '600140549851f9e26cb452abfa10ddc7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140549851f9e2', 'ID_WWN_VENDOR_EXTENSION': '0x6cb452abfa10ddc7', 'ID_WWN_WITH_EXTENSION': '0x600140549851f9e26cb452abfa10ddc7', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140549851f9e26cb452abfa10ddc7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:49851f9e-26cb-452a-bfa1-0ddc7bc49238', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '49851f9e-26cb-452a-bfa1-0ddc7bc49238', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508481657'} ; 2024-03-01 21:34:42,872 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:34:42,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:34:42,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:42,882 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:34:42,883 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:34:42,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:34:42,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:34:42,886 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:34:42,889 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:34:42,889 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:34:42,892 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:34:42,893 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:34:42,893 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:34:42,893 INFO blivet/MainThread: got device: DiskDevice instance (0x7f75457af2b0) -- 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 = 600140549851f9e26cb452abfa10ddc7 2024-03-01 21:34:42,896 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:34:42,900 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:42,900 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:34:42,903 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:42,904 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:34:42,907 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:42,907 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:34:42,910 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:42,910 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:34:42,913 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:34:42,913 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:34:42,913 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:34:42,943 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=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:34:42,943 INFO program/MainThread: stderr[9]: 2024-03-01 21:34:42,943 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:34:42,944 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:34:42,948 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A ; label: None ; device: /dev/sdc ; serial: 3600140549851f9e26cb452abfa10ddc7 ; exists: True ; vg_name: test_vg1 ; vg_uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:34:42,948 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:34:42,952 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:34:42,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; incomplete: True ; hidden: False ; 2024-03-01 21:34:42,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:42,961 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:34:42,964 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:34:42,967 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:34:42,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV ; incomplete: True ; hidden: False ; 2024-03-01 21:34:42,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:42,974 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:34:43,004 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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:34:43,004 INFO program/MainThread: stderr[10]: 2024-03-01 21:34:43,004 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:34:43,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:43,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:43,019 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:34:43,023 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:34:43,023 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:34:43,026 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:34:43,030 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:34:43,030 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:34:43,034 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:34:43,034 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:34:43,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:34:43,039 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:34:43,043 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:34:43,043 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:34:43,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:34:43,050 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:34:43,050 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:34:43,053 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:34:43,054 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:34:43,054 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:34:43,054 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:34:43,057 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:34:43,058 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:34:43,061 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:34:43,061 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:34:43,065 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d6ae2863-c43f-46f4-bbe0-829661a7287d ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByV4ZZSNX7PZivbVN3d2hMaWeagdN920tSk ' '/dev/test_vg1/lv1 /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-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByV4ZZSNX7PZivbVN3d2hMaWeagdN920tSk', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd6ae2863-c43f-46f4-bbe0-829661a7287d', 'ID_FS_UUID_ENC': 'd6ae2863-c43f-46f4-bbe0-829661a7287d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '897375459'} ; 2024-03-01 21:34:43,065 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:34:43,065 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:43,070 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:34:43,070 INFO program/MainThread: stderr[11]: 2024-03-01 21:34:43,070 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:34:43,070 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:43,074 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:34:43,074 INFO program/MainThread: stderr[12]: 2024-03-01 21:34:43,074 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:34:43,074 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:43,078 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:34:43,078 INFO program/MainThread: stderr[13]: 2024-03-01 21:34:43,078 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:34:43,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:34:43,089 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:43,090 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:34:43,090 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:43,091 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:34:43,086 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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:34:43,091 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:43,096 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:34:43,096 INFO program/MainThread: stderr[14]: 2024-03-01 21:34:43,096 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:34:43,100 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:34:43,104 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:43,105 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:34:43,108 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:43,108 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:34:43,111 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,112 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:34:43,115 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,115 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:34:43,117 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:34:43,117 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:34:43,121 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:43,121 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:34:43,124 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:34:43,124 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:43,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:43,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:43,138 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:34:43,141 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:34:43,141 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:34:43,145 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:34:43,148 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:34:43,148 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:34:43,152 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:34:43,152 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:34:43,153 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:34:43,156 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:34:43,159 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:34:43,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:34:43,163 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:34:43,166 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:34:43,167 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:34:43,170 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:34:43,170 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:34:43,171 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:34:43,171 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:34:43,174 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:34:43,174 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:34:43,177 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:34:43,178 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:34:43,181 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByVFRusk0650VPnp5uumeXYujJIKghkTKHj ' '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-uuid/9cbf4b46-53f5-4585-91ab-4e4ec974b930 ' '/dev/disk/by-id/dm-name-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-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByVFRusk0650VPnp5uumeXYujJIKghkTKHj', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9cbf4b46-53f5-4585-91ab-4e4ec974b930', 'ID_FS_UUID_ENC': '9cbf4b46-53f5-4585-91ab-4e4ec974b930', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '897042091'} ; 2024-03-01 21:34:43,181 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:34:43,182 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:43,186 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:34:43,187 INFO program/MainThread: stderr[15]: 2024-03-01 21:34:43,187 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:34:43,187 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:43,191 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:34:43,191 INFO program/MainThread: stderr[16]: 2024-03-01 21:34:43,191 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:34:43,191 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:43,194 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:34:43,195 INFO program/MainThread: stderr[17]: 2024-03-01 21:34:43,195 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:34:43,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:34:43,206 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:43,207 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:43,207 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:43,208 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:43,203 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:43,208 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:43,213 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:34:43,213 INFO program/MainThread: stderr[18]: 2024-03-01 21:34:43,213 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:34:43,217 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:34:43,221 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:43,221 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:34:43,225 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:43,225 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:34:43,228 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,228 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:34:43,232 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,232 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:34:43,233 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:34:43,236 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:43,236 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:34:43,239 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:34:43,239 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:43,240 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:43,243 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e34ef7f102a149ad8be941ea4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e34ef7f1-02a1-49ad-8be9-41ea40f39191 ' '/dev/disk/by-id/lvm-pv-uuid-fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e34ef7f1-02a1-49ad-8be9-41ea40f39191 ' '/dev/disk/by-id/scsi-36001405e34ef7f102a149ad8be941ea4', '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': 'fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8', 'ID_FS_UUID_ENC': 'fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8', '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': 'e34ef7f1-02a1-49ad-8be9-41ea40f39191', 'ID_SERIAL': '36001405e34ef7f102a149ad8be941ea4', 'ID_SERIAL_SHORT': '6001405e34ef7f102a149ad8be941ea4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e34ef7f10', 'ID_WWN_VENDOR_EXTENSION': '0x2a149ad8be941ea4', 'ID_WWN_WITH_EXTENSION': '0x6001405e34ef7f102a149ad8be941ea4', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e34ef7f102a149ad8be941ea4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e34ef7f1-02a1-49ad-8be9-41ea40f39191', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e34ef7f1-02a1-49ad-8be9-41ea40f39191', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508632343'} ; 2024-03-01 21:34:43,243 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:34:43,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:43,254 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:34:43,254 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:34:43,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:34:43,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:34:43,258 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:34:43,261 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:34:43,261 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:34:43,264 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:34:43,265 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:34:43,265 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:34:43,265 INFO blivet/MainThread: got device: DiskDevice instance (0x7f75457c9048) -- 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 = 6001405e34ef7f102a149ad8be941ea4 2024-03-01 21:34:43,268 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:34:43,272 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:43,272 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:34:43,275 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:43,275 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:34:43,279 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,279 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:34:43,282 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,282 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:34:43,285 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:34:43,285 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:34:43,285 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/sdd$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:43,315 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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:34:43,315 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M. WARNING: Couldn't find device with uuid iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4. WARNING: VG test_vg2 is missing PV 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M (last written to /dev/sde). WARNING: VG test_vg2 is missing PV iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 (last written to /dev/sdf). 2024-03-01 21:34:43,315 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:34:43,316 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:34:43,320 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 ; label: None ; device: /dev/sdd ; serial: 36001405e34ef7f102a149ad8be941ea4 ; exists: True ; vg_name: test_vg2 ; vg_uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:34:43,321 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:34:43,324 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:34:43,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; incomplete: True ; hidden: False ; 2024-03-01 21:34:43,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:43,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:43,336 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/sdd$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:43,367 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 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=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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:34:43,367 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M. WARNING: Couldn't find device with uuid iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4. WARNING: VG test_vg2 is missing PV 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M (last written to /dev/sde). WARNING: VG test_vg2 is missing PV iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 (last written to /dev/sdf). 2024-03-01 21:34:43,367 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:34:43,368 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:34:43,369 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:34:43,373 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:34:43,377 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:34:43,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:34:43,380 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:34:43,381 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/sdd$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:43,414 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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=c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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:34:43,414 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M. WARNING: Couldn't find device with uuid iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4. WARNING: VG test_vg2 is missing PV 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M (last written to /dev/sde). WARNING: VG test_vg2 is missing PV iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 (last written to /dev/sdf). 2024-03-01 21:34:43,414 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:34:43,419 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:34:43,420 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:34:43,423 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:34:43,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; incomplete: True ; hidden: False ; 2024-03-01 21:34:43,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:34:43,430 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:34:43,430 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:43,433 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78 ' '/dev/disk/by-id/wwn-0x6001405c387f58c65a64d1eb3f39b6b5 ' '/dev/disk/by-id/lvm-pv-uuid-6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M ' '/dev/disk/by-id/scsi-36001405c387f58c65a64d1eb3f39b6b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', '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': '6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M', 'ID_FS_UUID_ENC': '6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M', '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': 'c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', 'ID_SERIAL': '36001405c387f58c65a64d1eb3f39b6b5', 'ID_SERIAL_SHORT': '6001405c387f58c65a64d1eb3f39b6b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c387f58c6', 'ID_WWN_VENDOR_EXTENSION': '0x5a64d1eb3f39b6b5', 'ID_WWN_WITH_EXTENSION': '0x6001405c387f58c65a64d1eb3f39b6b5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c387f58c65a64d1eb3f39b6b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c387f58c-65a6-4d1e-b3f3-9b6b51ea2a78', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508626719'} ; 2024-03-01 21:34:43,434 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:34:43,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:43,444 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:34:43,445 INFO blivet/MainThread: sde is a disk 2024-03-01 21:34:43,445 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:34:43,445 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:34:43,448 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:34:43,452 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:34:43,452 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:34:43,455 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:34:43,456 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:34:43,456 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:34:43,456 INFO blivet/MainThread: got device: DiskDevice instance (0x7f75457c8748) -- 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 = 6001405c387f58c65a64d1eb3f39b6b5 2024-03-01 21:34:43,460 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:34:43,463 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:43,463 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:34:43,466 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:43,466 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:34:43,470 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,470 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:34:43,473 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,473 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:34:43,476 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:34:43,476 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:34:43,476 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/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:43,507 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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:34:43,507 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4. WARNING: VG test_vg2 is missing PV iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 (last written to /dev/sdf). 2024-03-01 21:34:43,507 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:34:43,508 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:34:43,512 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M ; label: None ; device: /dev/sde ; serial: 36001405c387f58c65a64d1eb3f39b6b5 ; exists: True ; vg_name: test_vg2 ; vg_uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:34:43,513 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:34:43,516 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:34:43,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; incomplete: True ; hidden: False ; 2024-03-01 21:34:43,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:34:43,526 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:34:43,529 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:34:43,532 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:34:43,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; incomplete: True ; hidden: False ; 2024-03-01 21:34:43,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:43,539 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/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:43,570 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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=c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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:34:43,570 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4. WARNING: VG test_vg2 is missing PV iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 (last written to /dev/sdf). 2024-03-01 21:34:43,571 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:34:43,571 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:34:43,571 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:43,576 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014051491fb4bed034eeea6b4c1a1c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0 ' '/dev/disk/by-id/lvm-pv-uuid-iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 ' '/dev/disk/by-id/wwn-0x60014051491fb4bed034eeea6b4c1a1c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0', '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': 'iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4', 'ID_FS_UUID_ENC': 'iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4', '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': '1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0', 'ID_SERIAL': '360014051491fb4bed034eeea6b4c1a1c', 'ID_SERIAL_SHORT': '60014051491fb4bed034eeea6b4c1a1c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051491fb4be', 'ID_WWN_VENDOR_EXTENSION': '0xd034eeea6b4c1a1c', 'ID_WWN_WITH_EXTENSION': '0x60014051491fb4bed034eeea6b4c1a1c', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051491fb4bed034eeea6b4c1a1c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1491fb4b-ed03-4eee-a6b4-c1a1cf46c0c0', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508789882'} ; 2024-03-01 21:34:43,576 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:34:43,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:43,587 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:34:43,588 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:34:43,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:34:43,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:34:43,591 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:34:43,595 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:34:43,595 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:34:43,598 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:34:43,598 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:34:43,599 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:34:43,599 INFO blivet/MainThread: got device: DiskDevice instance (0x7f75457c85f8) -- 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 = 60014051491fb4bed034eeea6b4c1a1c 2024-03-01 21:34:43,602 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:34:43,606 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:43,606 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:34:43,609 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:43,609 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:34:43,613 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,613 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:34:43,616 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,616 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:34:43,619 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:34:43,619 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:34:43,619 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/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:43,649 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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:34:43,649 INFO program/MainThread: stderr[24]: 2024-03-01 21:34:43,649 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:34:43,650 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:34:43,654 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 ; label: None ; device: /dev/sdf ; serial: 360014051491fb4bed034eeea6b4c1a1c ; exists: True ; vg_name: test_vg2 ; vg_uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:34:43,654 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:34:43,658 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:34:43,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; incomplete: True ; hidden: False ; 2024-03-01 21:34:43,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:43,667 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:34:43,670 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:34:43,674 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:34:43,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw ; incomplete: True ; hidden: False ; 2024-03-01 21:34:43,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:43,680 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/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:43,712 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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=c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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:34:43,712 INFO program/MainThread: stderr[25]: 2024-03-01 21:34:43,712 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:34:43,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:43,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:43,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:34:43,730 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:34:43,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:34:43,734 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:34:43,738 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:34:43,738 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:34:43,741 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:34:43,742 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:34:43,742 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:34:43,746 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:34:43,749 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:34:43,749 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:34:43,753 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:34:43,756 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:34:43,756 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:34:43,759 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:34:43,760 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:34:43,760 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:34:43,760 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:34:43,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:34:43,764 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:34:43,767 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:34:43,767 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:34:43,771 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-uuid/001d6871-7f7e-4faa-b3db-0d38d51862ad ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rw33gd5Nc1lwD2T4B7yWnTZp6FezJOveMd ' '/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-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rw33gd5Nc1lwD2T4B7yWnTZp6FezJOveMd', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '001d6871-7f7e-4faa-b3db-0d38d51862ad', 'ID_FS_UUID_ENC': '001d6871-7f7e-4faa-b3db-0d38d51862ad', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '896063849'} ; 2024-03-01 21:34:43,771 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:34:43,771 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:43,776 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:34:43,776 INFO program/MainThread: stderr[26]: 2024-03-01 21:34:43,776 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:34:43,776 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:43,780 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:34:43,780 INFO program/MainThread: stderr[27]: 2024-03-01 21:34:43,780 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:34:43,780 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:43,784 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:34:43,784 INFO program/MainThread: stderr[28]: 2024-03-01 21:34:43,784 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:34:43,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:34:43,795 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:43,796 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:34:43,796 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:43,797 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:34:43,793 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:43,797 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:43,802 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:34:43,802 INFO program/MainThread: stderr[29]: 2024-03-01 21:34:43,802 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:34:43,807 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:34:43,811 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:43,811 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:34:43,815 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:43,815 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:34:43,818 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,819 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:34:43,822 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,822 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:34:43,822 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:34:43,826 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:43,826 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:34:43,829 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:34:43,829 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:43,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:43,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:43,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:34:43,859 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:34:43,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:34:43,862 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:34:43,866 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:34:43,866 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:34:43,870 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:34:43,870 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:34:43,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:34:43,874 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:34:43,877 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:34:43,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:34:43,880 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:34:43,884 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:34:43,884 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:34:43,887 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:34:43,888 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:34:43,888 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:34:43,889 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:34:43,892 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:34:43,892 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:34:43,895 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:34:43,896 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:34:43,899 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-uuid/f06bae0f-1a8d-47af-8dd6-5eda595bad3a ' '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rwc53aePBsi4AaVKnhfGPE3pZyhG3MXEmF', '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-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rwc53aePBsi4AaVKnhfGPE3pZyhG3MXEmF', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f06bae0f-1a8d-47af-8dd6-5eda595bad3a', 'ID_FS_UUID_ENC': 'f06bae0f-1a8d-47af-8dd6-5eda595bad3a', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '895742876'} ; 2024-03-01 21:34:43,899 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:34:43,899 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:43,904 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:34:43,904 INFO program/MainThread: stderr[30]: 2024-03-01 21:34:43,904 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:34:43,904 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:43,908 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:34:43,908 INFO program/MainThread: stderr[31]: 2024-03-01 21:34:43,908 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:34:43,908 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:43,912 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:34:43,912 INFO program/MainThread: stderr[32]: 2024-03-01 21:34:43,912 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:34:43,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:34:43,923 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:43,924 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:43,925 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:43,925 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:43,921 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:43,926 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:43,930 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:34:43,931 INFO program/MainThread: stderr[33]: 2024-03-01 21:34:43,931 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:34:43,935 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:34:43,939 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:43,939 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:34:43,942 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:43,942 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:34:43,946 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,946 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:34:43,950 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,950 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:34:43,950 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:34:43,953 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:43,954 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:34:43,957 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:34:43,957 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:43,957 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:43,961 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d5b7ccd2343f4c74a76fa6022 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_d5b7ccd2-343f-4c74-a76f-a6022b31a2c3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:d5b7ccd2-343f-4c74-a76f-a6022b31a2c3 ' '/dev/disk/by-id/wwn-0x6001405d5b7ccd2343f4c74a76fa6022 ' '/dev/disk/by-id/lvm-pv-uuid-leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz', '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': 'leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz', 'ID_FS_UUID_ENC': 'leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz', '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': 'd5b7ccd2-343f-4c74-a76f-a6022b31a2c3', 'ID_SERIAL': '36001405d5b7ccd2343f4c74a76fa6022', 'ID_SERIAL_SHORT': '6001405d5b7ccd2343f4c74a76fa6022', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d5b7ccd23', 'ID_WWN_VENDOR_EXTENSION': '0x43f4c74a76fa6022', 'ID_WWN_WITH_EXTENSION': '0x6001405d5b7ccd2343f4c74a76fa6022', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d5b7ccd2343f4c74a76fa6022', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:d5b7ccd2-343f-4c74-a76f-a6022b31a2c3', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd5b7ccd2-343f-4c74-a76f-a6022b31a2c3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508855427'} ; 2024-03-01 21:34:43,961 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:34:43,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:34:43,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:43,972 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:34:43,972 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:34:43,972 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:34:43,973 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:34:43,976 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:34:43,979 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:34:43,979 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:34:43,982 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:34:43,983 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:34:43,983 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:34:43,983 INFO blivet/MainThread: got device: DiskDevice instance (0x7f75457af048) -- 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 = 6001405d5b7ccd2343f4c74a76fa6022 2024-03-01 21:34:43,986 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:34:43,990 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:43,990 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:34:43,993 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:43,993 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:34:43,996 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:43,997 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:34:44,000 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:44,000 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:34:44,003 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:34:44,003 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:34:44,003 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/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:44,036 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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:34:44,036 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3. WARNING: Couldn't find device with uuid rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3. WARNING: Couldn't find device with uuid 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL. WARNING: VG test_vg3 is missing PV l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL (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:34:44,037 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:34:44,037 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:34:44,042 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz ; label: None ; device: /dev/sdg ; serial: 36001405d5b7ccd2343f4c74a76fa6022 ; exists: True ; vg_name: test_vg3 ; vg_uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:34:44,042 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:34:44,045 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:34:44,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:44,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:44,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:44,058 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/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:44,090 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 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=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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:34:44,091 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3. WARNING: Couldn't find device with uuid rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3. WARNING: Couldn't find device with uuid 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL. WARNING: VG test_vg3 is missing PV l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL (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:34:44,091 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:34:44,091 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:34:44,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:34:44,097 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:34:44,100 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:34:44,101 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:34:44,104 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:34:44,104 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/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:44,137 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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=c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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=bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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:34:44,137 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3. WARNING: Couldn't find device with uuid rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3. WARNING: Couldn't find device with uuid 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL. WARNING: VG test_vg3 is missing PV l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL (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:34:44,137 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:34:44,143 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:34:44,143 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:34:44,146 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:34:44,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:44,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:34:44,153 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:34:44,153 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:44,157 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:c342b4ea-1bc2-456c-b483-14c7f6a07628 ' '/dev/disk/by-id/lvm-pv-uuid-l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_c342b4ea-1bc2-456c-b483-14c7f6a07628 ' '/dev/disk/by-id/wwn-0x6001405c342b4ea1bc2456cb48314c7f ' '/dev/disk/by-id/scsi-36001405c342b4ea1bc2456cb48314c7f', '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': 'l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3', 'ID_FS_UUID_ENC': 'l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3', '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': 'c342b4ea-1bc2-456c-b483-14c7f6a07628', 'ID_SERIAL': '36001405c342b4ea1bc2456cb48314c7f', 'ID_SERIAL_SHORT': '6001405c342b4ea1bc2456cb48314c7f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c342b4ea1', 'ID_WWN_VENDOR_EXTENSION': '0xbc2456cb48314c7f', 'ID_WWN_WITH_EXTENSION': '0x6001405c342b4ea1bc2456cb48314c7f', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c342b4ea1bc2456cb48314c7f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:c342b4ea-1bc2-456c-b483-14c7f6a07628', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c342b4ea-1bc2-456c-b483-14c7f6a07628', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '508949888'} ; 2024-03-01 21:34:44,157 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:34:44,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:44,168 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:34:44,168 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:34:44,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:34:44,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:34:44,172 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:34:44,175 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:34:44,176 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:34:44,179 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:34:44,179 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:34:44,180 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:34:44,180 INFO blivet/MainThread: got device: DiskDevice instance (0x7f75457af710) -- 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 = 6001405c342b4ea1bc2456cb48314c7f 2024-03-01 21:34:44,183 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:34:44,186 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:44,186 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:34:44,190 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:44,190 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:34:44,193 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:44,193 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:34:44,197 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:44,197 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:34:44,200 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:34:44,200 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:34:44,200 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/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:44,233 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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:34:44,234 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3. WARNING: Couldn't find device with uuid 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL. WARNING: VG test_vg3 is missing PV rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL (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:34:44,234 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:34:44,234 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:34:44,238 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 ; label: None ; device: /dev/sdh ; serial: 36001405c342b4ea1bc2456cb48314c7f ; exists: True ; vg_name: test_vg3 ; vg_uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; pe_start: 8 MiB ; 2024-03-01 21:34:44,239 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:34:44,242 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:34:44,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:44,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:34:44,252 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:34:44,255 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:34:44,258 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:34:44,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:44,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:44,264 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/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:44,296 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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=c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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=bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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:34:44,296 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3. WARNING: Couldn't find device with uuid 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL. WARNING: VG test_vg3 is missing PV rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL (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:34:44,296 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:34:44,297 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:34:44,297 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:44,302 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e93e751b-fc97-44b4-836f-9b527618e957 ' '/dev/disk/by-id/scsi-36001405e93e751bfc9744b4836f9b527 ' '/dev/disk/by-id/wwn-0x6001405e93e751bfc9744b4836f9b527 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e93e751b-fc97-44b4-836f-9b527618e957', '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': 'rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3', 'ID_FS_UUID_ENC': 'rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3', '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': 'e93e751b-fc97-44b4-836f-9b527618e957', 'ID_SERIAL': '36001405e93e751bfc9744b4836f9b527', 'ID_SERIAL_SHORT': '6001405e93e751bfc9744b4836f9b527', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e93e751bf', 'ID_WWN_VENDOR_EXTENSION': '0xc9744b4836f9b527', 'ID_WWN_WITH_EXTENSION': '0x6001405e93e751bfc9744b4836f9b527', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e93e751bfc9744b4836f9b527', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e93e751b-fc97-44b4-836f-9b527618e957', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e93e751b-fc97-44b4-836f-9b527618e957', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509080226'} ; 2024-03-01 21:34:44,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:34:44,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:44,314 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:34:44,314 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:34:44,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:34:44,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:34:44,318 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:34:44,321 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:34:44,322 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:34:44,326 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:34:44,327 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:34:44,327 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:34:44,327 INFO blivet/MainThread: got device: DiskDevice instance (0x7f75457a7128) -- 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 = 6001405e93e751bfc9744b4836f9b527 2024-03-01 21:34:44,331 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:34:44,335 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:44,335 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:34:44,338 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:44,338 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:34:44,341 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:44,341 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:34:44,345 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:44,345 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:34:44,348 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:34:44,348 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:34:44,348 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/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:44,381 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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:34:44,381 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL. WARNING: VG test_vg3 is missing PV 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL (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:34:44,382 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:34:44,382 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:34:44,386 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 ; label: None ; device: /dev/sdi ; serial: 36001405e93e751bfc9744b4836f9b527 ; exists: True ; vg_name: test_vg3 ; vg_uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; pe_start: 8 MiB ; 2024-03-01 21:34:44,387 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:34:44,390 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:34:44,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:44,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:44,400 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:34:44,403 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:34:44,406 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:34:44,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:44,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:44,412 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/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:44,445 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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=c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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=bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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:34:44,445 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL. WARNING: VG test_vg3 is missing PV 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL (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:34:44,445 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:34:44,446 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:34:44,446 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:44,451 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:dd6fa0ba-6113-408a-90a3-e72db5e8cf9e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_dd6fa0ba-6113-408a-90a3-e72db5e8cf9e ' '/dev/disk/by-id/lvm-pv-uuid-3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL ' '/dev/disk/by-id/wwn-0x6001405dd6fa0ba6113408a90a3e72db ' '/dev/disk/by-id/scsi-36001405dd6fa0ba6113408a90a3e72db', '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': '3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL', 'ID_FS_UUID_ENC': '3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL', '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': 'dd6fa0ba-6113-408a-90a3-e72db5e8cf9e', 'ID_SERIAL': '36001405dd6fa0ba6113408a90a3e72db', 'ID_SERIAL_SHORT': '6001405dd6fa0ba6113408a90a3e72db', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405dd6fa0ba6', 'ID_WWN_VENDOR_EXTENSION': '0x113408a90a3e72db', 'ID_WWN_WITH_EXTENSION': '0x6001405dd6fa0ba6113408a90a3e72db', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405dd6fa0ba6113408a90a3e72db', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:dd6fa0ba-6113-408a-90a3-e72db5e8cf9e', 'SCSI_IDENT_PORT_NAME': 'naa.50014057123d46bb,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'dd6fa0ba-6113-408a-90a3-e72db5e8cf9e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057123d46bb', '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': '509128332'} ; 2024-03-01 21:34:44,451 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:34:44,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:44,463 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:34:44,464 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:34:44,464 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:34:44,464 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:34:44,467 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:34:44,470 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:34:44,470 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:34:44,473 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:34:44,474 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:34:44,474 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:34:44,474 INFO blivet/MainThread: got device: DiskDevice instance (0x7f75457d66d8) -- 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 = 6001405dd6fa0ba6113408a90a3e72db 2024-03-01 21:34:44,478 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:34:44,481 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:44,481 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:34:44,485 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:44,485 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:34:44,488 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:44,488 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:34:44,492 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:44,492 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:34:44,495 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:34:44,495 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:34:44,495 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/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:44,528 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Z98bLu-xUG3-Vfoo-4Yzi-3wCv-OJd5-WFPBr1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=e7Tw7L-8k5e-7z6Z-16Xf-aLmH-hnZU-ulwnAV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ejjju7-VeOS-fIyv-yduu-Bc12-CElx-76ZX7A LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fs1cR1-Gtxx-I7PS-zV9i-FaEU-egZm-FwD8V8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=6hVjQ1-qJhG-35p0-mSbh-OLAX-EEq3-4unO7M LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=iKDURi-2PgQ-RI29-pC07-Uozz-CRl0-6edyn4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw LVM2_VG_SIZE=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=leeDjK-4doZ-Exz1-4F71-bCJ4-4aHS-BDK5Jz LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=l2eKqw-AyLJ-y60r-tCBx-Vwmh-vW2Q-iQe2H3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=rSeVqX-SJmu-A94m-jgAa-G23s-o3KD-SzgIF3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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=3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd 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:34:44,528 INFO program/MainThread: stderr[41]: 2024-03-01 21:34:44,528 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:34:44,529 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:34:44,533 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3U20Cl-Z6Cg-MPAa-foQW-Swci-jKpT-hfRHTL ; label: None ; device: /dev/sdj ; serial: 36001405dd6fa0ba6113408a90a3e72db ; exists: True ; vg_name: test_vg3 ; vg_uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:34:44,534 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:34:44,537 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:34:44,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:44,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:44,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:34:44,550 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:34:44,553 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:34:44,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd ; incomplete: True ; hidden: False ; 2024-03-01 21:34:44,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:44,560 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/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:44,593 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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=33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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=c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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=bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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=bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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:34:44,593 INFO program/MainThread: stderr[42]: 2024-03-01 21:34:44,593 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:34:44,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:44,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:44,608 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:34:44,612 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:34:44,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:34:44,616 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:34:44,619 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:34:44,619 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:34:44,623 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:34:44,623 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:34:44,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:34:44,627 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:34:44,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:34:44,631 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:34:44,635 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:34:44,638 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:34:44,638 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:34:44,642 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:34:44,642 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:34:44,643 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:34:44,643 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:34:44,646 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:34:44,646 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:34:44,649 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:34:44,650 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:34:44,653 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/974cc4e3-c7bb-4a34-a8d2-b792af59ff6b ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdAaJUrPDidrxbqWbNXniHVegTfh1woCbX', '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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdAaJUrPDidrxbqWbNXniHVegTfh1woCbX', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '974cc4e3-c7bb-4a34-a8d2-b792af59ff6b', 'ID_FS_UUID_ENC': '974cc4e3-c7bb-4a34-a8d2-b792af59ff6b', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '894769351'} ; 2024-03-01 21:34:44,654 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:34:44,654 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:44,658 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:34:44,659 INFO program/MainThread: stderr[43]: 2024-03-01 21:34:44,659 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:34:44,659 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:44,662 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:34:44,663 INFO program/MainThread: stderr[44]: 2024-03-01 21:34:44,663 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:34:44,663 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:44,666 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:34:44,667 INFO program/MainThread: stderr[45]: 2024-03-01 21:34:44,667 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:34:44,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:34:44,678 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:44,679 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:34:44,679 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:44,680 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:34:44,676 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:44,681 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:44,685 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:34:44,685 INFO program/MainThread: stderr[46]: 2024-03-01 21:34:44,685 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:34:44,690 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:34:44,693 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:44,693 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:34:44,697 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:44,697 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:34:44,701 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:44,701 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:34:44,704 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:44,704 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:34:44,705 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:34:44,708 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:44,708 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:34:44,711 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:34:44,711 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:44,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:44,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:44,724 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:34:44,728 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:34:44,728 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:34:44,731 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:34:44,735 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:34:44,735 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:34:44,739 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:34:44,739 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:34:44,739 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:34:44,743 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:34:44,746 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:34:44,746 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:34:44,750 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:34:44,753 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:34:44,753 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:34:44,757 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:34:44,757 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:34:44,757 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:34:44,757 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:34:44,761 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:34:44,761 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:34:44,764 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:34:44,765 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:34:44,768 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdGX6pBXD0a3z0GAxK1iWe69gFcqZjw9Jb ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/9b26da9d-c3e0-4abb-bd8e-e52ddbf31404 ' '/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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdGX6pBXD0a3z0GAxK1iWe69gFcqZjw9Jb', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9b26da9d-c3e0-4abb-bd8e-e52ddbf31404', 'ID_FS_UUID_ENC': '9b26da9d-c3e0-4abb-bd8e-e52ddbf31404', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '894420316'} ; 2024-03-01 21:34:44,768 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:34:44,769 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:44,773 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:34:44,773 INFO program/MainThread: stderr[47]: 2024-03-01 21:34:44,773 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:34:44,773 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:44,777 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:34:44,777 INFO program/MainThread: stderr[48]: 2024-03-01 21:34:44,777 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:34:44,777 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:44,781 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:34:44,781 INFO program/MainThread: stderr[49]: 2024-03-01 21:34:44,781 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:34:44,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:34:44,793 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:44,794 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:34:44,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:44,795 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:34:44,790 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- name = test_vg3 status = True 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:44,796 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:44,800 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:34:44,800 INFO program/MainThread: stderr[50]: 2024-03-01 21:34:44,800 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:34:44,804 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:34:44,808 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:44,808 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:34:44,812 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:44,812 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:34:44,815 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:44,815 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:34:44,819 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:44,819 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:34:44,819 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:34:44,822 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:44,823 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:34:44,826 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:34:44,826 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:44,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:44,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:44,839 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:34:44,843 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:34:44,843 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:34:44,846 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:34:44,850 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:34:44,850 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:34:44,854 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:34:44,854 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:34:44,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:34:44,858 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:34:44,862 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:34:44,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:34:44,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:34:44,869 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:34:44,869 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:34:44,872 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:34:44,873 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:34:44,873 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:34:44,873 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:34:44,876 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:34:44,876 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:34:44,880 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:34:44,880 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:34:44,884 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/4e06ab77-a0b4-49fa-9450-023a0765029e ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbAjpZI8l4rp7N6xls7ZpaE2p2uFjYfzk ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbAjpZI8l4rp7N6xls7ZpaE2p2uFjYfzk', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4e06ab77-a0b4-49fa-9450-023a0765029e', 'ID_FS_UUID_ENC': '4e06ab77-a0b4-49fa-9450-023a0765029e', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '894078484'} ; 2024-03-01 21:34:44,884 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:34:44,884 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:44,888 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:34:44,889 INFO program/MainThread: stderr[51]: 2024-03-01 21:34:44,889 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:34:44,889 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:44,892 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:34:44,893 INFO program/MainThread: stderr[52]: 2024-03-01 21:34:44,893 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:34:44,893 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:44,896 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:34:44,897 INFO program/MainThread: stderr[53]: 2024-03-01 21:34:44,897 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:34:44,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:34:44,909 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:44,910 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:34:44,910 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:44,911 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:34:44,906 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:44,912 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:44,916 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:34:44,916 INFO program/MainThread: stderr[54]: 2024-03-01 21:34:44,917 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:34:44,921 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:34:44,925 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:44,925 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:34:44,929 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:44,929 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:34:44,932 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:44,932 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:34:44,936 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:44,936 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:34:44,936 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:34:44,940 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:44,940 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:34:44,943 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:34:44,943 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:44,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:44,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD ; incomplete: False ; hidden: False ; 2024-03-01 21:34:44,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:34:44,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:34:44,960 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:34:44,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:34:44,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:34:44,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:34:44,968 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:34:44,971 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:34:44,972 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:34:44,972 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:34:44,975 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:34:44,979 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:34:44,979 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:34:44,982 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:34:44,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:34:44,986 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:34:44,989 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:34:44,990 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:34:44,990 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:34:44,991 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:34:44,994 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:34:44,994 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:34:44,997 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:34:44,998 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:34:45,001 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbbGMM9OBGjgTRHKna8Ef3jusbuSHKnBD ' '/dev/disk/by-uuid/7c06da32-0cf6-491c-8dc6-aea0db5bc01d ' '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbbGMM9OBGjgTRHKna8Ef3jusbuSHKnBD', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7c06da32-0cf6-491c-8dc6-aea0db5bc01d', 'ID_FS_UUID_ENC': '7c06da32-0cf6-491c-8dc6-aea0db5bc01d', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '893650516'} ; 2024-03-01 21:34:45,001 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:34:45,002 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:45,006 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:34:45,006 INFO program/MainThread: stderr[55]: 2024-03-01 21:34:45,006 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:34:45,006 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:45,010 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:34:45,010 INFO program/MainThread: stderr[56]: 2024-03-01 21:34:45,010 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:34:45,010 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:45,014 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:34:45,014 INFO program/MainThread: stderr[57]: 2024-03-01 21:34:45,014 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:34:45,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:45,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:34:45,027 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:45,028 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:45,028 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:45,030 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:45,024 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:45,030 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:45,035 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:34:45,035 INFO program/MainThread: stderr[58]: 2024-03-01 21:34:45,035 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:34:45,039 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:34:45,043 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:45,043 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:34:45,047 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:45,047 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:34:45,050 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:45,051 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:34:45,054 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:45,054 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:34:45,055 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:34:45,058 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:45,058 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:34:45,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:34:45,062 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:45,062 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:34:45,065 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': '29680104'} ; 2024-03-01 21:34:45,065 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:34:45,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:34:45,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:45,077 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:34:45,077 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:34:45,077 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:34:45,077 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:34:45,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:34:45,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:34:45,081 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:34:45,084 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:34:45,084 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:34:45,087 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:34:45,088 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:34:45,088 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:34:45,088 INFO blivet/MainThread: got device: DiskDevice instance (0x7f754576f048) -- 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:34:45,092 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:34:45,095 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:45,095 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:34:45,099 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:45,099 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:34:45,102 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:45,102 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:34:45,105 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:45,105 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:34:45,109 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:34:45,112 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:34:45,115 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:34:45,119 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 0x7f75469313c8> 2024-03-01 21:34:48,417 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:34:48,422 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:34:48,422 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:34:48,426 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': '29683331'} ; 2024-03-01 21:34:48,426 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:34:48,426 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:34:48,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:48,437 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:34:48,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:48,444 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:48,457 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:48,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:34:48,481 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:34:48,485 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:34:48,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:34:48,488 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:34:48,491 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:34:48,491 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:34:48,495 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:34:48,495 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:34:48,495 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:34:48,498 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:34:48,502 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:34:48,505 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:34:48,508 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:34:48,511 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:34:48,512 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:34:48,512 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:34:48,513 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:34:48,512 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f7545781ef0) -- 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 0x7f75457879e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:34:48,517 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:34:48,520 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:34:48,521 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:34:48,524 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:34:48,524 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:34:48,527 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:48,527 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:34:48,530 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:34:48,531 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:34:48,531 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:34:48,534 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:34:48,534 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:34:48,537 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:34:48,537 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:34:48,540 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/7c06da32-0cf6-491c-8dc6-aea0db5bc01d ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbbGMM9OBGjgTRHKna8Ef3jusbuSHKnBD ' '/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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbbGMM9OBGjgTRHKna8Ef3jusbuSHKnBD', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7c06da32-0cf6-491c-8dc6-aea0db5bc01d', 'ID_FS_UUID_ENC': '7c06da32-0cf6-491c-8dc6-aea0db5bc01d', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '893650516'} ; 2024-03-01 21:34:48,540 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:34:48,541 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:48,545 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:34:48,546 INFO program/MainThread: stderr[59]: 2024-03-01 21:34:48,546 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:34:48,546 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:48,550 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:34:48,550 INFO program/MainThread: stderr[60]: 2024-03-01 21:34:48,550 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:34:48,550 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:48,554 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:34:48,554 INFO program/MainThread: stderr[61]: 2024-03-01 21:34:48,554 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:34:48,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,563 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:34:48,566 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:48,568 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:48,568 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:48,569 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:48,563 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:48,570 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:34:48,575 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:34:48,575 INFO program/MainThread: stderr[62]: 2024-03-01 21:34:48,575 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:34:48,579 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:34:48,579 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:34:48,583 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/4e06ab77-a0b4-49fa-9450-023a0765029e ' '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbAjpZI8l4rp7N6xls7ZpaE2p2uFjYfzk ' '/dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdbAjpZI8l4rp7N6xls7ZpaE2p2uFjYfzk', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4e06ab77-a0b4-49fa-9450-023a0765029e', 'ID_FS_UUID_ENC': '4e06ab77-a0b4-49fa-9450-023a0765029e', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '894078484'} ; 2024-03-01 21:34:48,583 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:34:48,584 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:48,588 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:34:48,588 INFO program/MainThread: stderr[63]: 2024-03-01 21:34:48,588 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:34:48,588 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:48,592 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:34:48,592 INFO program/MainThread: stderr[64]: 2024-03-01 21:34:48,592 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:34:48,592 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:48,596 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:34:48,596 INFO program/MainThread: stderr[65]: 2024-03-01 21:34:48,596 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:34:48,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,605 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:34:48,609 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:48,610 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:48,610 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:48,612 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:48,606 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:48,612 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:34:48,617 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:34:48,617 INFO program/MainThread: stderr[66]: 2024-03-01 21:34:48,617 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:34:48,621 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:34:48,622 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:34:48,625 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/9b26da9d-c3e0-4abb-bd8e-e52ddbf31404 ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdGX6pBXD0a3z0GAxK1iWe69gFcqZjw9Jb ' '/dev/mapper/test_vg3-lv6 /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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdGX6pBXD0a3z0GAxK1iWe69gFcqZjw9Jb', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9b26da9d-c3e0-4abb-bd8e-e52ddbf31404', 'ID_FS_UUID_ENC': '9b26da9d-c3e0-4abb-bd8e-e52ddbf31404', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '894420316'} ; 2024-03-01 21:34:48,625 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:34:48,625 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:48,630 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:34:48,630 INFO program/MainThread: stderr[67]: 2024-03-01 21:34:48,630 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:34:48,630 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:48,634 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:34:48,634 INFO program/MainThread: stderr[68]: 2024-03-01 21:34:48,634 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:34:48,634 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:48,638 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:34:48,638 INFO program/MainThread: stderr[69]: 2024-03-01 21:34:48,638 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:34:48,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,647 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:34:48,650 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:48,652 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:48,652 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:48,653 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:48,647 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:48,654 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:34:48,658 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:34:48,659 INFO program/MainThread: stderr[70]: 2024-03-01 21:34:48,659 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:34:48,663 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:34:48,663 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:34:48,666 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdAaJUrPDidrxbqWbNXniHVegTfh1woCbX ' '/dev/disk/by-uuid/974cc4e3-c7bb-4a34-a8d2-b792af59ff6b', '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-bfS9xyld1DSYtoZS05lO8XPl3UWCTOtdAaJUrPDidrxbqWbNXniHVegTfh1woCbX', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '974cc4e3-c7bb-4a34-a8d2-b792af59ff6b', 'ID_FS_UUID_ENC': '974cc4e3-c7bb-4a34-a8d2-b792af59ff6b', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '894769351'} ; 2024-03-01 21:34:48,666 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:34:48,667 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:48,671 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:34:48,671 INFO program/MainThread: stderr[71]: 2024-03-01 21:34:48,671 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:34:48,671 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:48,675 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:34:48,675 INFO program/MainThread: stderr[72]: 2024-03-01 21:34:48,675 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:34:48,675 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:48,679 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:34:48,679 INFO program/MainThread: stderr[73]: 2024-03-01 21:34:48,679 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:34:48,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,688 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:34:48,691 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:48,693 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:48,693 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:48,694 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:48,688 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:48,695 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:34:48,700 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:34:48,700 INFO program/MainThread: stderr[74]: 2024-03-01 21:34:48,700 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:34:48,704 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:34:48,704 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:34:48,708 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/f06bae0f-1a8d-47af-8dd6-5eda595bad3a ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rwc53aePBsi4AaVKnhfGPE3pZyhG3MXEmF ' '/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-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rwc53aePBsi4AaVKnhfGPE3pZyhG3MXEmF', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f06bae0f-1a8d-47af-8dd6-5eda595bad3a', 'ID_FS_UUID_ENC': 'f06bae0f-1a8d-47af-8dd6-5eda595bad3a', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '895742876'} ; 2024-03-01 21:34:48,708 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:34:48,708 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:48,713 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:34:48,713 INFO program/MainThread: stderr[75]: 2024-03-01 21:34:48,713 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:34:48,713 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:48,717 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:34:48,717 INFO program/MainThread: stderr[76]: 2024-03-01 21:34:48,717 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:34:48,717 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:48,721 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:34:48,721 INFO program/MainThread: stderr[77]: 2024-03-01 21:34:48,721 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:34:48,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,730 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:34:48,733 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:48,734 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:48,734 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:48,735 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:48,730 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:48,735 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:34:48,740 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:34:48,740 INFO program/MainThread: stderr[78]: 2024-03-01 21:34:48,740 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:34:48,745 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:34:48,745 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:34:48,748 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rw33gd5Nc1lwD2T4B7yWnTZp6FezJOveMd ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-uuid/001d6871-7f7e-4faa-b3db-0d38d51862ad', '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-aA3fUSC9QVlj5h5B69ukG9cHYAA5z0Rw33gd5Nc1lwD2T4B7yWnTZp6FezJOveMd', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '001d6871-7f7e-4faa-b3db-0d38d51862ad', 'ID_FS_UUID_ENC': '001d6871-7f7e-4faa-b3db-0d38d51862ad', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '896063849'} ; 2024-03-01 21:34:48,748 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:34:48,748 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:48,753 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:34:48,753 INFO program/MainThread: stderr[79]: 2024-03-01 21:34:48,753 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:34:48,753 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:48,757 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:34:48,757 INFO program/MainThread: stderr[80]: 2024-03-01 21:34:48,757 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:34:48,757 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:48,761 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:34:48,761 INFO program/MainThread: stderr[81]: 2024-03-01 21:34:48,761 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:34:48,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,769 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:34:48,772 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:48,773 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:48,774 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:48,774 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:48,769 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:48,775 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:34:48,779 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:34:48,780 INFO program/MainThread: stderr[82]: 2024-03-01 21:34:48,780 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:34:48,784 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:34:48,784 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:34:48,787 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByVFRusk0650VPnp5uumeXYujJIKghkTKHj ' '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-uuid/9cbf4b46-53f5-4585-91ab-4e4ec974b930', '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-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByVFRusk0650VPnp5uumeXYujJIKghkTKHj', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9cbf4b46-53f5-4585-91ab-4e4ec974b930', 'ID_FS_UUID_ENC': '9cbf4b46-53f5-4585-91ab-4e4ec974b930', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '897042091'} ; 2024-03-01 21:34:48,787 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:34:48,788 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:48,792 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:34:48,792 INFO program/MainThread: stderr[83]: 2024-03-01 21:34:48,792 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:34:48,792 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:48,796 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:34:48,796 INFO program/MainThread: stderr[84]: 2024-03-01 21:34:48,796 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:34:48,796 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:48,800 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:34:48,800 INFO program/MainThread: stderr[85]: 2024-03-01 21:34:48,800 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:34:48,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,808 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:34:48,811 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:48,812 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:48,812 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:48,813 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:48,808 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:48,813 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:34:48,818 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:34:48,818 INFO program/MainThread: stderr[86]: 2024-03-01 21:34:48,818 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:34:48,822 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:34:48,823 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:34:48,826 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-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByV4ZZSNX7PZivbVN3d2hMaWeagdN920tSk ' '/dev/disk/by-uuid/d6ae2863-c43f-46f4-bbe0-829661a7287d', '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-yKwkOtT2w9pBdkCjHVkJ7Qz18U3xuByV4ZZSNX7PZivbVN3d2hMaWeagdN920tSk', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd6ae2863-c43f-46f4-bbe0-829661a7287d', 'ID_FS_UUID_ENC': 'd6ae2863-c43f-46f4-bbe0-829661a7287d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '897375459'} ; 2024-03-01 21:34:48,826 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:34:48,826 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:48,831 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:34:48,831 INFO program/MainThread: stderr[87]: 2024-03-01 21:34:48,831 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:34:48,831 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:48,835 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:34:48,835 INFO program/MainThread: stderr[88]: 2024-03-01 21:34:48,835 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:34:48,835 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:48,839 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:34:48,839 INFO program/MainThread: stderr[89]: 2024-03-01 21:34:48,839 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:34:48,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,847 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:34:48,851 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:48,851 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:48,852 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:48,852 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:48,848 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:48,853 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:34:48,857 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:34:48,858 INFO program/MainThread: stderr[90]: 2024-03-01 21:34:48,858 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:34:48,862 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:34:48,862 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:34:48,862 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:48,878 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:48,895 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:34:48,896 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:34:48,900 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:34:48,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:48,907 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:34:48,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:34:48,910 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:34:48,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:48,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:34:48,922 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:34:48,925 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:34:48,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:48,931 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:34:48,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:34:48,934 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:34:48,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:48,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:34:48,947 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:34:48,949 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:34:48,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:48,955 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:34:48,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:34:48,959 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:34:48,961 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:34:48,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:34:48,967 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:34:48,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:34:48,971 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:34:48,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:48,977 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:34:48,977 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:48,978 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:48,978 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:48,979 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:48,979 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:48,979 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:48,980 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:48,980 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:48,980 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:48,981 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:48,981 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:48,981 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:34:48,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:34:48,987 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:34:48,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:34:48,993 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:34:48,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:34:48,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:34:48,999 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:34:49,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,005 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:34:49,005 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:34:49,008 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,008 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,009 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,009 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,005 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,012 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,013 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,013 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,014 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,010 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,017 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,017 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,018 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,018 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,014 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,021 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,022 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,022 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,023 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,019 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,025 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,026 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,026 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,027 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,023 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,030 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,030 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,031 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,032 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,028 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,034 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,035 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,035 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,036 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,032 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,039 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,039 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,040 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,040 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,037 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,043 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,044 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,044 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,045 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,041 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,047 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,048 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,048 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,049 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,045 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,052 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,052 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,053 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,053 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,050 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,056 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,057 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,057 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,058 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,054 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,060 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,061 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,061 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,062 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,058 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,065 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,065 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,066 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,066 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,063 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,069 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,070 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,070 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,071 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,073 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,074 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,074 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,075 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,071 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,078 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,078 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,079 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,079 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,076 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,082 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,083 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,083 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,084 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,080 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,086 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,087 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,088 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,084 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,091 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,091 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,092 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,092 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,095 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,096 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,096 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,097 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,093 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,099 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,100 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,100 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,101 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,097 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,104 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,104 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,105 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,105 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,102 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,108 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,109 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,109 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,110 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,106 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,112 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,113 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,113 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,114 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,110 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,116 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,117 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,118 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,118 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,114 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,121 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,122 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,122 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,123 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,119 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,125 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,126 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,126 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,127 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,123 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,129 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,130 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,131 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,131 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,127 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,134 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,135 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,135 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,136 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,132 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,138 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,139 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,139 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,140 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,142 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,143 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,144 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,144 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:34:49,140 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457aff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4ZZSNX-7PZi-vbVN-3d2h-MaWe-agdN-920tSk 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,145 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:34:49,148 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:34:49,148 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:49,148 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 21:34:49,152 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:34:49,152 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:34:49,153 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 21:34:49,157 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:34:49,158 INFO program/MainThread: stderr[91]: 2024-03-01 21:34:49,158 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 21:34:49,163 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 21:34:49,163 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:34:49,163 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:34:49,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,169 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:34:49,169 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:34:49,172 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,173 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,173 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,174 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,170 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,177 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,177 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,178 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,178 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,174 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,181 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,182 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,182 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,183 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,185 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,186 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,186 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,187 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,189 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,190 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,191 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,191 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,187 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,194 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,194 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,195 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,195 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,192 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,198 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,199 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,199 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,200 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,196 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,202 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,203 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,203 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,204 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,200 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,206 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,207 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,207 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,208 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,204 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,211 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,211 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,212 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,212 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,209 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,215 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,215 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,216 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,213 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,219 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,220 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,220 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,221 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,223 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,224 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,224 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,225 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,227 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,228 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,228 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,229 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,225 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,232 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,232 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,233 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,233 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,230 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,236 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,236 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,237 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,237 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,234 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,240 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,241 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,241 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,242 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,238 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,244 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,245 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,245 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,246 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,242 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,249 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,249 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,250 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,250 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,246 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,253 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,253 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,254 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,254 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,251 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,257 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,257 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,258 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,258 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,255 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,261 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,262 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,262 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,263 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,259 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,265 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,266 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,266 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,267 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,263 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,269 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,270 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,270 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,271 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,267 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,273 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,274 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,274 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,275 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,271 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,278 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,278 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,279 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,279 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,275 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,282 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,282 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,283 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,283 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,280 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,286 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,287 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,287 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,288 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,290 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,291 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,291 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,292 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,288 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,295 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,295 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,296 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,296 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,299 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,300 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,300 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,301 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,297 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,303 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,304 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,304 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:34:49,305 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:34:49,301 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546bbc550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = FRusk0-650V-Pnp5-uume-XYuj-JIKg-hkTKHj 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 (0x7f7545828a90) -- 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 = yKwkOt-T2w9-pBdk-CjHV-kJ7Q-z18U-3xuByV size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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:34:49,305 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 21:34:49,309 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:34:49,309 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:49,309 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 21:34:49,314 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 21:34:49,314 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:34:49,318 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:34:49,318 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 21:34:49,318 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:34:49,318 DEBUG blivet.ansible/MainThread: ['sda', 'test_vg1', 'sdb', 'sdc'] 2024-03-01 21:34:49,318 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:34:49,321 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:34:49,321 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:49,324 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:34:49,327 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:34:49,330 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:34:49,330 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:34:49,330 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:34:49,330 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:34:49,330 DEBUG blivet/MainThread: removing sda 2024-03-01 21:34:49,333 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:34:49,333 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:49,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 21:34:49,337 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:34:49,337 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:34:49,337 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:34:49,337 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:34:49,340 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:34:49,340 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:49,340 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 21:34:49,343 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:34:49,343 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:34:49,343 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:34:49,343 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:34:49,346 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:34:49,346 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:49,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 21:34:49,349 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:34:49,349 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:34:49,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:49,355 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 21:34:49,355 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:49,356 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:49,356 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:49,356 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:49,357 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:49,357 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:49,357 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:49,358 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:49,358 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:49,358 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:49,359 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:49,359 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:34:49,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 21:34:49,365 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:34:49,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 21:34:49,370 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:34:49,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 21:34:49,376 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:34:49,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,382 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:34:49,382 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:34:49,384 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,385 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,385 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,386 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,382 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,389 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,390 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,390 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,391 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,387 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,393 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,394 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,394 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,395 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,391 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,398 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,398 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,399 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,399 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,396 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,402 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,403 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,403 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,404 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,400 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,406 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,407 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,407 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,408 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,404 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,411 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,411 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,412 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,412 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,409 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,415 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,416 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,416 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,417 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,413 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,419 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,420 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,420 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,421 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,417 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,424 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,424 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,425 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,425 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,422 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,428 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,429 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,429 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,430 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,426 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,432 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,433 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,433 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,434 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,430 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,437 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,437 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,438 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,438 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,435 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,441 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,442 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,442 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,443 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,439 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,446 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,446 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,447 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,447 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,443 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,450 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,451 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,451 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,452 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,448 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,455 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,455 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,456 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,456 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,452 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,459 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,460 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,460 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,461 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,457 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,463 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,464 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,464 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,465 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,461 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,468 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,468 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,469 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,469 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,466 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,472 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,473 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,473 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,474 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,470 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,476 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,477 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,477 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,478 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,474 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,481 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,481 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,482 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,482 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,479 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,485 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,486 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,486 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,487 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,483 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,489 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,490 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,490 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,491 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,487 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,494 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,494 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,495 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,495 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,492 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,498 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,499 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,499 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,500 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,496 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,502 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,503 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,503 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,504 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,500 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,507 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,507 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,508 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,509 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,505 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,511 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,512 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,512 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,513 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,509 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,515 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,516 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,516 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,517 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,513 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,520 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,520 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,521 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,521 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:34:49,518 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d0f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 33gd5N-c1lw-D2T4-B7yW-nTZp-6Fez-JOveMd 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,522 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 21:34:49,525 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:34:49,525 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:49,525 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 21:34:49,529 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 21:34:49,529 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:34:49,532 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 21:34:49,532 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 21:34:49,532 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:34:49,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,538 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:34:49,539 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:34:49,541 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,541 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,542 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,542 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,539 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,545 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,545 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,545 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,546 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,548 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,549 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,549 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,550 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,547 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,552 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,553 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,553 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,554 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,550 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,556 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,557 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,557 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,558 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,554 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,560 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,560 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,561 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,561 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,558 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,564 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,564 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,565 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,565 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,562 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,567 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,568 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,568 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,569 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,566 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,571 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,572 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,572 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,573 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,569 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,575 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,576 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,576 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,577 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,573 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,579 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,580 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,580 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,581 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,577 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,583 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,584 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,584 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,584 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,581 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,587 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,587 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,588 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,588 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,585 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,591 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,591 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,591 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,592 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,589 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,594 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,595 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,595 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,596 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,592 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,598 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,599 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,599 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,600 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,596 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,602 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,603 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,603 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,603 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,600 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,606 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,606 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,607 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,607 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,604 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,610 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,610 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,610 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,611 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,608 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,613 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,614 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,614 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,615 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,611 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,617 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,618 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,618 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,619 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,615 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,621 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,621 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,622 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,622 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,619 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,625 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,625 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,626 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,626 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,623 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,628 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,629 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,629 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,630 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,627 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,632 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,633 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,633 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,634 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,630 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,636 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,637 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,637 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,637 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,634 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,640 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,640 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,641 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,641 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,638 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,644 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,644 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,645 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,645 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,642 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,647 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,648 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,648 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,649 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,646 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,651 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,652 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,652 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,653 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,649 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,655 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,656 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,656 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,657 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,653 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,659 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,660 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,660 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:34:49,660 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:34:49,657 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7554847ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = c53aeP-Bsi4-AaVK-nhfG-PE3p-ZyhG-3MXEmF 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 (0x7f75457c84e0) -- 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 = aA3fUS-C9QV-lj5h-5B69-ukG9-cHYA-A5z0Rw size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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:34:49,661 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 21:34:49,664 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:34:49,664 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:49,664 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 21:34:49,668 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 21:34:49,668 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:34:49,671 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:34:49,671 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 21:34:49,671 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:34:49,671 DEBUG blivet.ansible/MainThread: ['sde', 'sdd', 'test_vg2', 'sdf'] 2024-03-01 21:34:49,672 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 21:34:49,674 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 21:34:49,675 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:49,678 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:34:49,681 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:34:49,684 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:34:49,684 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 21:34:49,684 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:34:49,684 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 21:34:49,684 DEBUG blivet/MainThread: removing sde 2024-03-01 21:34:49,687 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 21:34:49,687 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:49,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 21:34:49,690 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 21:34:49,690 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:34:49,690 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 21:34:49,690 DEBUG blivet/MainThread: removing sdd 2024-03-01 21:34:49,693 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 21:34:49,693 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:49,693 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 21:34:49,696 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 21:34:49,696 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:34:49,696 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 21:34:49,696 DEBUG blivet/MainThread: removing sdf 2024-03-01 21:34:49,699 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 21:34:49,699 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:49,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 21:34:49,702 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 21:34:49,702 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:34:49,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:49,709 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 21:34:49,709 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:49,709 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:49,710 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:49,710 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:49,711 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:49,711 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:49,712 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:49,712 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:49,712 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:49,713 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:49,713 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:49,714 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:34:49,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 21:34:49,720 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:34:49,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 21:34:49,725 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:34:49,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 21:34:49,731 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:34:49,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 21:34:49,736 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:34:49,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,742 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:34:49,742 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:34:49,745 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,746 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,747 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,748 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,742 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,751 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,753 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,754 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,749 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,757 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,758 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,760 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,763 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,764 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,765 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,766 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,761 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,769 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,770 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,771 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,772 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,767 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,775 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,776 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,777 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,778 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,772 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,781 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,782 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,782 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,783 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,778 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,787 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,788 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,788 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,789 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,784 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,793 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,794 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,795 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,790 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,799 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,800 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,800 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,801 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,796 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,804 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,806 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,806 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,807 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,802 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,810 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,811 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,813 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,808 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,816 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,817 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,818 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,819 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,814 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,822 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,823 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,823 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,825 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,828 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,829 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,829 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,830 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,825 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,834 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,835 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,835 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,836 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,831 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,840 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,841 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,841 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,842 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,837 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,845 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,847 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,847 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,848 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,843 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,851 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,852 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,853 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,854 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,849 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,857 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,858 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,859 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,860 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,855 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,863 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,864 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,865 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,866 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,860 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,869 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,870 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,870 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,871 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,866 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,875 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,876 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,876 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,877 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,872 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,881 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,882 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,882 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,883 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,878 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,886 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,888 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,888 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,889 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,884 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,892 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,893 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,894 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,895 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,890 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,898 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,899 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,900 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,901 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,896 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,904 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,905 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,906 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,907 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,902 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,910 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,911 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,911 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,913 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,907 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,916 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,917 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,917 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,918 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,913 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,922 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,923 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,923 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,924 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,919 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,928 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,929 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,929 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,930 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:34:49,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f75457d6588) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = AaJUrP-Didr-xbqW-bNXn-iHVe-gTfh-1woCbX 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 (0x7f754579a898) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,931 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 21:34:49,934 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:34:49,934 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:49,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 21:34:49,938 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 21:34:49,938 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:34:49,941 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 21:34:49,941 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 21:34:49,942 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:34:49,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:49,947 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:34:49,948 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:34:49,950 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,951 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,952 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,953 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,948 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,956 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,957 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,957 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,958 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,953 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,961 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,962 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,963 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,964 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,959 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,967 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,968 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,968 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,969 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,964 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,972 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,973 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,974 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,975 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,970 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,978 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,979 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,980 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,975 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,983 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,984 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,984 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,985 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,981 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,988 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,989 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,990 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,991 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,986 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,994 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,995 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,995 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:49,996 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,991 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:49,999 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,000 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,001 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,002 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:49,997 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,005 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,006 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,006 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,007 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,011 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,011 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,012 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,016 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,017 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,018 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,013 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,022 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,022 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,023 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,026 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,027 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,028 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,028 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,024 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,032 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,033 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,033 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,034 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,029 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,037 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,038 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,038 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,039 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,034 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,043 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,044 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,045 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,040 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,048 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,049 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,049 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,050 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,045 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,053 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,054 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,055 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,056 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,051 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,059 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,060 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,060 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,061 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,056 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,064 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,065 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,065 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,066 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,062 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,069 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,070 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,071 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,072 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,075 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,076 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,076 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,077 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,072 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,080 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,081 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,082 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,083 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,078 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,086 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,087 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,087 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,088 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,083 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,092 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,093 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,094 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,089 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,097 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,098 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,098 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,099 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,094 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,102 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,103 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,104 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,104 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,100 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,108 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,109 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,109 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,110 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,105 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,113 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,114 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,114 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,115 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,111 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,118 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,119 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,120 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,121 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:34:50,116 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7545828fd0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GX6pBX-D0a3-z0GA-xK1i-We69-gFcq-Zjw9Jb 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:34:50,121 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 21:34:50,125 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:34:50,125 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:50,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 21:34:50,128 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 21:34:50,128 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:34:50,132 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 21:34:50,132 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 21:34:50,132 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:34:50,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:50,138 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:34:50,138 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:34:50,141 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,142 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,142 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,143 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,138 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,146 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,147 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,147 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,148 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,143 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,151 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,152 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,153 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,149 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,156 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,157 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,157 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,158 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,153 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,161 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,162 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,162 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,163 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,158 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,166 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,167 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,167 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,168 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,163 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,171 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,171 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,172 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,173 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,168 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,176 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,176 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,177 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,178 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,173 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,181 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,181 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,183 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,178 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,185 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,186 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,187 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,188 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,190 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,191 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,192 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,192 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,188 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,195 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,196 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,197 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,197 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,200 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,201 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,202 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,202 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,205 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,206 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,207 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,207 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,203 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,210 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,211 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,211 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,212 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,208 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,215 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,216 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,217 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,213 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,220 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,221 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,221 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,222 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,218 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,225 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,226 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,226 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,227 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,223 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,230 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,231 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,231 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,232 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,227 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,235 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,236 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,236 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,237 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,232 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,240 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,240 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,241 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,242 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,237 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,245 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,245 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,246 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,247 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,242 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,250 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,250 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,251 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,252 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,247 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,255 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,255 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,256 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,257 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,252 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,260 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,260 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,261 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,262 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,257 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,264 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,265 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,266 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,266 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,269 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,270 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,271 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,271 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,267 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,274 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,275 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,275 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,276 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,272 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,279 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,280 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,280 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,281 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,284 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,285 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,285 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,286 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,282 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,289 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,290 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,290 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,291 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,287 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,294 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,295 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,295 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,296 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:34:50,292 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f7546932710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bAjpZI-8l4r-p7N6-xls7-ZpaE-2p2u-FjYfzk 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,297 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 21:34:50,300 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:34:50,300 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:50,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 21:34:50,304 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 21:34:50,304 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:34:50,307 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:34:50,307 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 21:34:50,307 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:34:50,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:34:50,313 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:34:50,313 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:34:50,316 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,316 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,317 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,317 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,313 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,320 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,321 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,321 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,322 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,318 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,325 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,325 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,326 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,326 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,322 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,329 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,330 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,330 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,331 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,327 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,334 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,334 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,335 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,335 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,331 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,338 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,339 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,339 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,340 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,336 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,342 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,343 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,343 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,344 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,340 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,347 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,347 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,348 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,348 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,344 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,351 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,352 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,352 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,353 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,349 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,356 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,356 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,357 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,357 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,353 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,360 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,361 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,361 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,362 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,358 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,364 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,365 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,365 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,366 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,362 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,369 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,369 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,370 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,370 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,366 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,373 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,374 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,374 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,375 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,371 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,377 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,378 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,378 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,379 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,375 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,382 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,382 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,383 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,383 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,380 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,386 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,387 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,387 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,388 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,384 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,391 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,391 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,392 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,392 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,388 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,395 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,396 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,396 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,397 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,393 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,400 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,400 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,401 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,401 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,397 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,404 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,405 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,405 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,406 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,402 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,408 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,409 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,409 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,410 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,406 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,413 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,413 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,414 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,414 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,410 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,417 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,418 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,418 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,419 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,415 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,421 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,422 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,423 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,423 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,419 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,426 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,426 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,427 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,427 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,424 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,430 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,431 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,431 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,432 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,428 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,435 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,435 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,436 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,436 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,432 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,439 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,440 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,440 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,441 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,437 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,444 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,444 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,445 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,445 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,441 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,448 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,449 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,449 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,450 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,446 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,452 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,453 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,453 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:34:50,454 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:34:50,450 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f754576c780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = bbGMM9-OBGj-gTRH-Kna8-Ef3j-usbu-SHKnBD 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 (0x7f754579a898) -- 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 = bfS9xy-ld1D-SYto-ZS05-lO8X-Pl3U-WCTOtd size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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:34:50,455 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 21:34:50,458 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:34:50,458 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:50,458 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 21:34:50,461 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 21:34:50,461 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:34:50,465 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 21:34:50,465 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 21:34:50,465 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:34:50,465 DEBUG blivet.ansible/MainThread: ['sdh', 'sdi', 'sdg', 'test_vg3', 'sdj'] 2024-03-01 21:34:50,465 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 21:34:50,468 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 21:34:50,469 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:50,472 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:34:50,475 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:34:50,478 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:34:50,481 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:34:50,481 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 21:34:50,481 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:34:50,481 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 21:34:50,481 DEBUG blivet/MainThread: removing sdh 2024-03-01 21:34:50,484 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 21:34:50,484 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:50,484 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 21:34:50,487 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 21:34:50,487 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:34:50,487 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 21:34:50,488 DEBUG blivet/MainThread: removing sdi 2024-03-01 21:34:50,490 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 21:34:50,490 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:50,491 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 21:34:50,493 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 21:34:50,494 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:34:50,494 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 21:34:50,494 DEBUG blivet/MainThread: removing sdg 2024-03-01 21:34:50,496 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 21:34:50,497 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:50,497 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 21:34:50,500 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 21:34:50,500 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:34:50,500 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 21:34:50,500 DEBUG blivet/MainThread: removing sdj 2024-03-01 21:34:50,503 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 21:34:50,503 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:34:50,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 21:34:50,506 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 21:34:50,506 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:34:50,507 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:50,520 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:50,536 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:50,550 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:50,569 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:34:50,570 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:50,585 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:50,605 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:34:50,605 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:50,620 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:50,639 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:34:50,640 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:50,655 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:50,674 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:34:50,674 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:50,687 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:50,706 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:34:50,707 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:50,720 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:50,739 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:34:50,740 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:50,756 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:50,775 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:34:50,776 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:50,791 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:50,810 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:34:50,811 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:34:50,811 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:34:50,811 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:34:50,811 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:34:50,812 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:34:50,813 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:34:50,813 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:34:50,813 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:34:50,813 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:34:50,813 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:34:50,813 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:34:50,813 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:34:50,813 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:34:50,813 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:34:50,813 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:34:50,813 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:34:50,815 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:34:50,818 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:34:50,821 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:34:50,824 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:34:50,824 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:34:50,827 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:34:50,827 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 0x7f7545758830> 2024-03-01 21:34:50,828 INFO blivet/MainThread: sorting actions... 2024-03-01 21:34:50,850 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:34:50,851 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:34:50,851 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:34:50,851 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:34:50,851 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:34:50,851 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:34:50,851 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:34:50,852 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:34:50,852 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:34:50,852 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:34:50,852 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:34:50,852 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:34:50,852 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:34:50,852 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:34:50,852 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:34:50,853 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:34:50,853 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:34:50,853 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:34:50,853 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:34:50,853 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:34:50,853 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:34:50,853 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:34:50,853 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:34:50,854 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:34:50,854 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:34:50,854 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:34:50,854 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:34:50,854 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:34:50,854 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:34:50,854 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:34:50,858 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:50,861 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:34:50,861 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 21:34:50,870 INFO program/MainThread: stdout: 2024-03-01 21:34:50,870 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:34:50,870 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:50,870 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:50,891 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:50,891 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:50,904 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:50,904 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:34:50,909 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 21:34:50,913 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:34:50,916 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:34:50,920 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 21:34:50,923 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:34:50,923 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:50,963 INFO program/MainThread: stdout[92]: 2024-03-01 21:34:50,964 INFO program/MainThread: stderr[92]: 2024-03-01 21:34:50,964 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 21:34:50,968 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:34:50,972 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:50,975 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:34:50,978 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:50,981 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:34:50,984 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:50,988 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:34:50,991 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:50,994 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:34:50,997 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 21:34:50,997 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:51,040 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 21:34:51,041 INFO program/MainThread: stderr[93]: 2024-03-01 21:34:51,041 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 21:34:51,042 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:34:51,049 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,057 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:34:51,057 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 21:34:51,074 INFO program/MainThread: stdout: 2024-03-01 21:34:51,074 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:34:51,074 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:51,074 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:51,118 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:51,118 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:51,131 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:51,132 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:34:51,136 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 21:34:51,139 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:34:51,143 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:34:51,147 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 21:34:51,150 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:34:51,150 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:51,187 INFO program/MainThread: stdout[94]: 2024-03-01 21:34:51,187 INFO program/MainThread: stderr[94]: 2024-03-01 21:34:51,187 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 21:34:51,192 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:34:51,195 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,199 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:34:51,202 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,205 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:34:51,209 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,212 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:34:51,215 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,218 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:34:51,221 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 21:34:51,221 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:51,272 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 21:34:51,272 INFO program/MainThread: stderr[95]: 2024-03-01 21:34:51,272 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 21:34:51,273 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:34:51,281 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,296 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:34:51,296 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 21:34:51,313 INFO program/MainThread: stdout: 2024-03-01 21:34:51,314 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:34:51,314 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:51,314 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:51,341 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:51,341 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:51,354 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:51,354 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:34:51,359 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 21:34:51,362 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:34:51,366 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:34:51,370 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 21:34:51,373 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:34:51,373 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:51,410 INFO program/MainThread: stdout[96]: 2024-03-01 21:34:51,411 INFO program/MainThread: stderr[96]: 2024-03-01 21:34:51,411 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 21:34:51,415 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:34:51,418 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,422 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:34:51,425 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,428 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:34:51,431 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,434 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:34:51,437 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,440 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:34:51,443 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 21:34:51,444 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:51,495 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 21:34:51,495 INFO program/MainThread: stderr[97]: 2024-03-01 21:34:51,495 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 21:34:51,496 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:34:51,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,516 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:34:51,516 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 21:34:51,531 INFO program/MainThread: stdout: 2024-03-01 21:34:51,531 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:34:51,531 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:51,531 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:51,563 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:51,563 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:51,576 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:51,577 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:34:51,581 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 21:34:51,585 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:34:51,588 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:34:51,592 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 21:34:51,595 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:34:51,595 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:51,634 INFO program/MainThread: stdout[98]: 2024-03-01 21:34:51,635 INFO program/MainThread: stderr[98]: 2024-03-01 21:34:51,635 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 21:34:51,639 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:34:51,643 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,646 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:34:51,649 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,652 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:34:51,655 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,658 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:34:51,661 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,664 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:34:51,667 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 21:34:51,668 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:51,714 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 21:34:51,715 INFO program/MainThread: stderr[99]: 2024-03-01 21:34:51,715 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 21:34:51,715 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:34:51,722 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 21:34:51,738 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 21:34:51,743 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:34:51,758 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,765 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:34:51,770 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,776 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:34:51,781 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,787 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:34:51,790 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,793 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:34:51,796 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 21:34:51,797 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:51,841 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 21:34:51,842 INFO program/MainThread: stderr[100]: 2024-03-01 21:34:51,842 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 21:34:51,842 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:51,905 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 21:34:51,906 INFO program/MainThread: stderr[101]: 2024-03-01 21:34:51,906 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 21:34:51,906 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:51,951 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 21:34:51,951 INFO program/MainThread: stderr[102]: 2024-03-01 21:34:51,952 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 21:34:51,952 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:34:51,960 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:51,967 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:34:51,972 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:34:51,972 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:52,038 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 21:34:52,038 INFO program/MainThread: stderr[103]: 2024-03-01 21:34:52,038 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 21:34:52,039 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 21:34:52,039 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,074 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,075 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,093 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,093 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,112 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,112 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:34:52,117 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:52,120 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:34:52,123 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:34:52,123 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:52,159 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 21:34:52,159 INFO program/MainThread: stderr[104]: 2024-03-01 21:34:52,159 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 21:34:52,159 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 21:34:52,159 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,190 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,191 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,209 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,209 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,227 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,228 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:34:52,232 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:52,235 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:34:52,238 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:34:52,238 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:52,270 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 21:34:52,271 INFO program/MainThread: stderr[105]: 2024-03-01 21:34:52,271 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 21:34:52,271 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 21:34:52,272 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,302 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,303 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,320 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,320 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,336 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,337 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:34:52,342 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:52,345 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:34:52,348 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:34:52,348 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:52,382 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 21:34:52,383 INFO program/MainThread: stderr[106]: 2024-03-01 21:34:52,383 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 21:34:52,383 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 21:34:52,383 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,417 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,418 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,436 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,436 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,452 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,453 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:34:52,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:52,461 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:34:52,461 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 21:34:52,470 INFO program/MainThread: stdout: 2024-03-01 21:34:52,470 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:34:52,470 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,470 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,488 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,488 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,501 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,502 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:34:52,506 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 21:34:52,510 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:34:52,513 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:34:52,517 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 21:34:52,520 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:34:52,520 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:52,555 INFO program/MainThread: stdout[107]: 2024-03-01 21:34:52,555 INFO program/MainThread: stderr[107]: 2024-03-01 21:34:52,555 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 21:34:52,560 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:34:52,564 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:52,567 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 21:34:52,570 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:52,573 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 21:34:52,576 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:52,579 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 21:34:52,582 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 21:34:52,583 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:52,622 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 21:34:52,623 INFO program/MainThread: stderr[108]: 2024-03-01 21:34:52,623 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 21:34:52,624 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:34:52,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:52,639 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:34:52,639 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 21:34:52,654 INFO program/MainThread: stdout: 2024-03-01 21:34:52,654 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:34:52,654 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,655 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,686 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,686 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:52,699 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:52,700 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:34:52,704 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 21:34:52,708 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:34:52,711 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:34:52,715 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 21:34:52,718 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:34:52,719 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:52,754 INFO program/MainThread: stdout[109]: 2024-03-01 21:34:52,755 INFO program/MainThread: stderr[109]: 2024-03-01 21:34:52,755 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 21:34:52,759 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:34:52,762 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:52,766 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:34:52,769 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:52,772 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:34:52,775 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:52,778 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:34:52,781 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 21:34:52,781 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:52,827 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 21:34:52,828 INFO program/MainThread: stderr[110]: 2024-03-01 21:34:52,828 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 21:34:52,829 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:34:52,836 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 21:34:52,842 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 21:34:52,848 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:34:52,857 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:52,862 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:34:52,868 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:52,872 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:34:52,878 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:52,883 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:34:52,887 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 21:34:52,887 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:52,925 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 21:34:52,925 INFO program/MainThread: stderr[111]: 2024-03-01 21:34:52,925 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 21:34:52,925 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:52,976 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 21:34:52,976 INFO program/MainThread: stderr[112]: 2024-03-01 21:34:52,976 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 21:34:52,976 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:53,020 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 21:34:53,020 INFO program/MainThread: stderr[113]: 2024-03-01 21:34:53,020 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 21:34:53,021 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:34:53,028 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,036 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:34:53,041 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:34:53,042 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:53,089 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 21:34:53,090 INFO program/MainThread: stderr[114]: 2024-03-01 21:34:53,090 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 21:34:53,090 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 21:34:53,090 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:53,127 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,128 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:53,144 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,144 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:53,158 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,158 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:34:53,163 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,166 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:34:53,169 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:34:53,169 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:53,204 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 21:34:53,204 INFO program/MainThread: stderr[115]: 2024-03-01 21:34:53,204 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 21:34:53,204 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 21:34:53,205 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:53,232 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,233 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:53,253 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,253 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:53,270 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,271 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:34:53,275 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,278 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:34:53,281 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:34:53,281 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:34:53,314 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 21:34:53,314 INFO program/MainThread: stderr[116]: 2024-03-01 21:34:53,314 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 21:34:53,314 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 21:34:53,315 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:53,347 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,348 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:53,363 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,363 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:53,380 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,380 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:34:53,385 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,388 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:34:53,389 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 21:34:53,398 INFO program/MainThread: stdout: 2024-03-01 21:34:53,398 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:34:53,398 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,398 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:53,414 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,414 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:53,429 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,430 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:34:53,434 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 21:34:53,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:34:53,441 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:34:53,445 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 21:34:53,448 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:34:53,449 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:34:53,485 INFO program/MainThread: stdout[117]: 2024-03-01 21:34:53,486 INFO program/MainThread: stderr[117]: 2024-03-01 21:34:53,486 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 21:34:53,491 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:34:53,494 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,497 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 21:34:53,500 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,504 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 21:34:53,507 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,510 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 21:34:53,513 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 21:34:53,513 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:34:53,553 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 21:34:53,553 INFO program/MainThread: stderr[118]: 2024-03-01 21:34:53,553 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 21:34:53,554 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:34:53,562 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,570 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:34:53,570 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:34:53,586 INFO program/MainThread: stdout: 2024-03-01 21:34:53,586 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:34:53,586 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,586 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:53,614 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,614 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:53,627 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:53,628 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:34:53,632 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:34:53,636 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:34:53,639 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:34:53,643 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:34:53,646 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:34:53,646 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:34:53,683 INFO program/MainThread: stdout[119]: 2024-03-01 21:34:53,683 INFO program/MainThread: stderr[119]: 2024-03-01 21:34:53,683 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 21:34:53,688 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:34:53,692 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,695 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:34:53,698 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,701 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:34:53,704 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,707 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:34:53,710 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:34:53,710 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:34:53,748 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 21:34:53,749 INFO program/MainThread: stderr[120]: 2024-03-01 21:34:53,749 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 21:34:53,749 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:34:53,757 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:34:53,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:34:53,770 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:34:53,783 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,789 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:34:53,796 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,802 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:34:53,807 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,810 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:34:53,813 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:34:53,813 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:34:53,855 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 21:34:53,856 INFO program/MainThread: stderr[121]: 2024-03-01 21:34:53,856 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 21:34:53,856 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:34:53,904 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:34:53,905 INFO program/MainThread: stderr[122]: 2024-03-01 21:34:53,905 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 21:34:53,905 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:34:53,940 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 21:34:53,941 INFO program/MainThread: stderr[123]: 2024-03-01 21:34:53,941 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 21:34:53,942 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:34:53,949 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:53,955 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:34:53,961 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:34:53,961 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:34:54,006 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:34:54,007 INFO program/MainThread: stderr[124]: 2024-03-01 21:34:54,007 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 21:34:54,007 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:34:54,007 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:54,020 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:54,020 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:54,033 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:54,033 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:54,045 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:54,045 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:34:54,050 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:54,053 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:34:54,056 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:34:54,056 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:34:54,087 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:34:54,088 INFO program/MainThread: stderr[125]: 2024-03-01 21:34:54,088 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 21:34:54,088 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:34:54,088 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:54,121 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:54,122 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:54,137 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:54,138 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:54,153 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:54,153 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:34:54,158 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:34:54,161 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:34:54,164 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:34:54,164 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:34:54,196 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:34:54,197 INFO program/MainThread: stderr[126]: 2024-03-01 21:34:54,197 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 21:34:54,197 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:34:54,197 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:54,230 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:54,230 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:54,247 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:54,247 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:34:54,263 DEBUG program/MainThread: Return code: 0 2024-03-01 21:34:54,270 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:34:54,270 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 0x7f7545758a40> to retry, use: --limit @/tmp/tests_set_revert.retry PLAY RECAP ********************************************************************* sut : ok=129 changed=5 unreachable=0 failed=1 skipped=85 rescued=0 ignored=0 Friday 01 March 2024 21:34:59 +0000 (0:00:00.603) 0:03:29.805 ********** =============================================================================== fedora.linux_system_roles.snapshot : Run snapshot command revert ------- 61.16s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Make sure blivet is available ------ 53.86s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 12.40s /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.56s /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.72s /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.74s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.79s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.77s /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.77s /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 required packages are installed --- 2.76s /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.75s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.74s /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.73s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Ensure test packages ---------------------------------------------------- 2.73s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.73s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Ensure test packages ---------------------------------------------------- 2.73s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.72s /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.72s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.72s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.72s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---