# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_set_mount.yml ************************************************** 1 plays in /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml PLAY [Mount snapshots of logical volumes across different volume groups] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:2 Friday 01 March 2024 17:21:37 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:63 Friday 01 March 2024 17:21:43 +0000 (0:00:06.010) 0:00:06.021 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:10 Friday 01 March 2024 17:21:43 +0000 (0:00:00.013) 0:00:06.035 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:15 Friday 01 March 2024 17:21:43 +0000 (0:00:00.243) 0:00:06.278 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:19 Friday 01 March 2024 17:21:43 +0000 (0:00:00.017) 0:00:06.295 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:21:43 +0000 (0:00:00.016) 0:00:06.312 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:21:43 +0000 (0:00:00.013) 0:00:06.326 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:21:43 +0000 (0:00:00.018) 0:00:06.345 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:21:43 +0000 (0:00:00.026) 0:00:06.372 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:21:43 +0000 (0:00:00.186) 0:00:06.558 ********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:21:43 +0000 (0:00:00.015) 0:00:06.574 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:21:43 +0000 (0:00:00.010) 0:00:06.584 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:21:43 +0000 (0:00:00.010) 0:00:06.594 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:21:43 +0000 (0:00:00.026) 0:00:06.621 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:21:44 +0000 (0:00:00.978) 0:00:07.599 ********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:21:44 +0000 (0:00:00.011) 0:00:07.611 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:21:44 +0000 (0:00:00.010) 0:00:07.622 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:21:45 +0000 (0:00:00.461) 0:00:08.084 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:21:45 +0000 (0:00:00.020) 0:00:08.105 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:21:45 +0000 (0:00:00.019) 0:00:08.124 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:21:45 +0000 (0:00:00.019) 0:00:08.143 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:21:45 +0000 (0:00:00.019) 0:00:08.163 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:21:46 +0000 (0:00:00.873) 0:00:09.037 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:21:48 +0000 (0:00:01.699) 0:00:10.736 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:21:48 +0000 (0:00:00.029) 0:00:10.766 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:21:48 +0000 (0:00:00.008) 0:00:10.775 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:21:48 +0000 (0:00:00.350) 0:00:11.125 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:21:48 +0000 (0:00:00.020) 0:00:11.145 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:21:48 +0000 (0:00:00.009) 0:00:11.155 ********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:21:48 +0000 (0:00:00.013) 0:00:11.168 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:21:48 +0000 (0:00:00.013) 0:00:11.181 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:21:48 +0000 (0:00:00.012) 0:00:11.194 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:21:48 +0000 (0:00:00.020) 0:00:11.215 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:21:48 +0000 (0:00:00.009) 0:00:11.225 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:21:48 +0000 (0:00:00.018) 0:00:11.243 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:21:48 +0000 (0:00:00.018) 0:00:11.262 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:21:48 +0000 (0:00:00.010) 0:00:11.272 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709313282.7860372, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:21:48 +0000 (0:00:00.194) 0:00:11.467 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:21:48 +0000 (0:00:00.010) 0:00:11.478 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:23 Friday 01 March 2024 17:21:49 +0000 (0:00:00.746) 0:00:12.224 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:5 Friday 01 March 2024 17:21:49 +0000 (0:00:00.019) 0:00:12.243 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:10 Friday 01 March 2024 17:21:49 +0000 (0:00:00.185) 0:00:12.429 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:14 Friday 01 March 2024 17:21:49 +0000 (0:00:00.015) 0:00:12.444 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:23 Friday 01 March 2024 17:21:50 +0000 (0:00:00.865) 0:00:13.310 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ], "info": [] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:31 Friday 01 March 2024 17:21:50 +0000 (0:00:00.286) 0:00:13.596 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:36 Friday 01 March 2024 17:21:50 +0000 (0:00:00.013) 0:00:13.610 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:44 Friday 01 March 2024 17:21:50 +0000 (0:00:00.014) 0:00:13.625 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:49 Friday 01 March 2024 17:21:51 +0000 (0:00:00.021) 0:00:13.647 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:58 Friday 01 March 2024 17:21:51 +0000 (0:00:00.020) 0:00:13.667 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Create LVM logical volumes under volume groups] ************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:29 Friday 01 March 2024 17:21:51 +0000 (0:00:00.021) 0:00:13.689 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:21:51 +0000 (0:00:00.027) 0:00:13.716 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:21:51 +0000 (0:00:00.020) 0:00:13.737 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:21:51 +0000 (0:00:00.022) 0:00:13.760 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:21:51 +0000 (0:00:00.037) 0:00:13.798 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:21:51 +0000 (0:00:00.014) 0:00:13.812 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:21:51 +0000 (0:00:00.019) 0:00:13.831 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:21:51 +0000 (0:00:00.035) 0:00:13.867 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:21:51 +0000 (0:00:00.013) 0:00:13.881 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:21:51 +0000 (0:00:00.027) 0:00:13.908 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:21:52 +0000 (0:00:00.874) 0:00:14.783 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "name": "lv1", "size": "15%" }, { "name": "lv2", "size": "50%" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "volumes": [ { "name": "lv3", "size": "10%" }, { "name": "lv4", "size": "20%" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "volumes": [ { "name": "lv5", "size": "30%" }, { "name": "lv6", "size": "25%" }, { "name": "lv7", "size": "10%" }, { "name": "lv8", "size": "10%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:21:52 +0000 (0:00:00.028) 0:00:14.811 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:21:52 +0000 (0:00:00.013) 0:00:14.825 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:21:53 +0000 (0:00:01.089) 0:00:15.914 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:21:53 +0000 (0:00:00.023) 0:00:15.937 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:21:53 +0000 (0:00:00.020) 0:00:15.957 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:21:53 +0000 (0:00:00.019) 0:00:15.977 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:21:53 +0000 (0:00:00.019) 0:00:15.997 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:21:54 +0000 (0:00:00.865) 0:00:16.862 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:21:55 +0000 (0:00:01.601) 0:00:18.463 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:21:55 +0000 (0:00:00.031) 0:00:18.494 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:21:55 +0000 (0:00:00.009) 0:00:18.504 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:22:07 +0000 (0:00:11.296) 0:00:29.801 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:22:07 +0000 (0:00:00.019) 0:00:29.820 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:22:07 +0000 (0:00:00.010) 0:00:29.830 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:22:07 +0000 (0:00:00.021) 0:00:29.852 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:22:07 +0000 (0:00:00.020) 0:00:29.872 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:22:07 +0000 (0:00:00.013) 0:00:29.886 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:22:07 +0000 (0:00:00.019) 0:00:29.905 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:22:07 +0000 (0:00:00.012) 0:00:29.917 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:22:07 +0000 (0:00:00.019) 0:00:29.937 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:22:07 +0000 (0:00:00.020) 0:00:29.957 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:22:07 +0000 (0:00:00.011) 0:00:29.969 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709313282.7860372, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:22:07 +0000 (0:00:00.195) 0:00:30.164 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:22:07 +0000 (0:00:00.010) 0:00:30.175 ********** ok: [sut] TASK [Run the snapshot role to create a snapshot set of LVs] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:66 Friday 01 March 2024 17:22:08 +0000 (0:00:00.819) 0:00:30.994 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:22:08 +0000 (0:00:00.024) 0:00:31.019 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:22:08 +0000 (0:00:00.017) 0:00:31.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:22:08 +0000 (0:00:00.022) 0:00:31.059 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:22:08 +0000 (0:00:00.015) 0:00:31.075 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:22:08 +0000 (0:00:00.014) 0:00:31.089 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:22:08 +0000 (0:00:00.025) 0:00:31.114 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:22:09 +0000 (0:00:00.866) 0:00:31.981 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:22:09 +0000 (0:00:00.029) 0:00:32.010 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:22:11 +0000 (0:00:01.980) 0:00:33.990 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.107 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.107 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:22:11 +0000 (0:00:00.016) 0:00:34.006 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:22:11 +0000 (0:00:00.027) 0:00:34.034 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:22:11 +0000 (0:00:00.011) 0:00:34.045 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the set of snapshots for the LVs] ********************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:73 Friday 01 March 2024 17:22:11 +0000 (0:00:00.017) 0:00:34.063 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:22:11 +0000 (0:00:00.027) 0:00:34.091 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:22:11 +0000 (0:00:00.039) 0:00:34.130 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:22:11 +0000 (0:00:00.023) 0:00:34.154 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:22:11 +0000 (0:00:00.015) 0:00:34.170 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:22:11 +0000 (0:00:00.014) 0:00:34.184 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:22:11 +0000 (0:00:00.027) 0:00:34.211 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:22:12 +0000 (0:00:00.861) 0:00:35.073 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command check] ********* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:22:12 +0000 (0:00:00.029) 0:00:35.102 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:22:13 +0000 (0:00:00.841) 0:00:35.944 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.107 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.107 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:22:13 +0000 (0:00:00.015) 0:00:35.959 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:22:13 +0000 (0:00:00.025) 0:00:35.984 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:22:13 +0000 (0:00:00.011) 0:00:35.996 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the set] *********************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:81 Friday 01 March 2024 17:22:13 +0000 (0:00:00.015) 0:00:36.011 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:22:13 +0000 (0:00:00.029) 0:00:36.040 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:22:13 +0000 (0:00:00.017) 0:00:36.058 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:22:13 +0000 (0:00:00.021) 0:00:36.079 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:22:13 +0000 (0:00:00.013) 0:00:36.093 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:22:13 +0000 (0:00:00.013) 0:00:36.107 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:22:13 +0000 (0:00:00.025) 0:00:36.132 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:22:14 +0000 (0:00:00.863) 0:00:36.996 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:22:14 +0000 (0:00:00.030) 0:00:37.026 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:22:15 +0000 (0:00:00.797) 0:00:37.824 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.107 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.107 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:22:15 +0000 (0:00:00.015) 0:00:37.839 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:22:15 +0000 (0:00:00.030) 0:00:37.870 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:22:15 +0000 (0:00:00.011) 0:00:37.881 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for mount] ************************************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:89 Friday 01 March 2024 17:22:15 +0000 (0:00:00.015) 0:00:37.896 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the mount is done] ************************************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:93 Friday 01 March 2024 17:22:15 +0000 (0:00:00.013) 0:00:37.910 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:22:15 +0000 (0:00:00.032) 0:00:37.942 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:22:15 +0000 (0:00:00.018) 0:00:37.960 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:22:15 +0000 (0:00:00.022) 0:00:37.982 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:22:15 +0000 (0:00:00.015) 0:00:37.998 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:22:15 +0000 (0:00:00.015) 0:00:38.013 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:22:15 +0000 (0:00:00.026) 0:00:38.040 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:22:16 +0000 (0:00:00.863) 0:00:38.904 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:22:16 +0000 (0:00:00.029) 0:00:38.933 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:22:16 +0000 (0:00:00.501) 0:00:39.435 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.107 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.107 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:22:16 +0000 (0:00:00.015) 0:00:39.450 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:22:16 +0000 (0:00:00.025) 0:00:39.476 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:22:16 +0000 (0:00:00.010) 0:00:39.487 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the set again to check idempotence] ******************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:101 Friday 01 March 2024 17:22:16 +0000 (0:00:00.014) 0:00:39.502 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:22:16 +0000 (0:00:00.054) 0:00:39.556 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:22:16 +0000 (0:00:00.018) 0:00:39.575 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:22:16 +0000 (0:00:00.021) 0:00:39.597 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:22:16 +0000 (0:00:00.014) 0:00:39.611 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:22:16 +0000 (0:00:00.014) 0:00:39.625 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:22:17 +0000 (0:00:00.025) 0:00:39.651 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:22:17 +0000 (0:00:00.871) 0:00:40.522 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:22:17 +0000 (0:00:00.030) 0:00:40.553 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:22:18 +0000 (0:00:00.484) 0:00:41.037 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.107 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.107 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:22:18 +0000 (0:00:00.016) 0:00:41.054 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:22:18 +0000 (0:00:00.026) 0:00:41.080 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:22:18 +0000 (0:00:00.011) 0:00:41.092 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for mount] ********************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:109 Friday 01 March 2024 17:22:18 +0000 (0:00:00.015) 0:00:41.107 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Umount the set] ********************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:113 Friday 01 March 2024 17:22:18 +0000 (0:00:00.013) 0:00:41.121 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:22:18 +0000 (0:00:00.038) 0:00:41.159 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:22:18 +0000 (0:00:00.018) 0:00:41.177 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:22:18 +0000 (0:00:00.022) 0:00:41.200 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:22:18 +0000 (0:00:00.014) 0:00:41.214 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:22:18 +0000 (0:00:00.014) 0:00:41.229 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:22:18 +0000 (0:00:00.025) 0:00:41.255 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:22:19 +0000 (0:00:00.871) 0:00:42.126 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:22:19 +0000 (0:00:00.029) 0:00:42.156 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:22:20 +0000 (0:00:00.533) 0:00:42.690 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.107 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.107 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:22:20 +0000 (0:00:00.017) 0:00:42.707 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:22:20 +0000 (0:00:00.031) 0:00:42.739 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:22:20 +0000 (0:00:00.014) 0:00:42.753 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for umount] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:120 Friday 01 March 2024 17:22:20 +0000 (0:00:00.017) 0:00:42.771 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the umount is done] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:124 Friday 01 March 2024 17:22:20 +0000 (0:00:00.016) 0:00:42.787 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:22:20 +0000 (0:00:00.046) 0:00:42.833 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:22:20 +0000 (0:00:00.023) 0:00:42.856 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:22:20 +0000 (0:00:00.024) 0:00:42.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:22:20 +0000 (0:00:00.019) 0:00:42.900 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:22:20 +0000 (0:00:00.016) 0:00:42.916 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:22:20 +0000 (0:00:00.028) 0:00:42.945 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:22:21 +0000 (0:00:00.911) 0:00:43.857 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:22:21 +0000 (0:00:00.031) 0:00:43.888 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:22:21 +0000 (0:00:00.297) 0:00:44.186 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.107 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.107 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:22:21 +0000 (0:00:00.020) 0:00:44.206 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:22:21 +0000 (0:00:00.028) 0:00:44.235 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:22:21 +0000 (0:00:00.018) 0:00:44.253 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Umount the set again to check idempotence] ******************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:132 Friday 01 March 2024 17:22:21 +0000 (0:00:00.022) 0:00:44.276 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:22:21 +0000 (0:00:00.048) 0:00:44.325 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:22:21 +0000 (0:00:00.020) 0:00:44.345 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:22:21 +0000 (0:00:00.023) 0:00:44.369 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:22:21 +0000 (0:00:00.014) 0:00:44.383 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:22:21 +0000 (0:00:00.015) 0:00:44.399 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:22:21 +0000 (0:00:00.027) 0:00:44.427 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:22:22 +0000 (0:00:00.882) 0:00:45.309 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:22:22 +0000 (0:00:00.030) 0:00:45.339 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:22:23 +0000 (0:00:00.486) 0:00:45.826 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.107 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.107 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:22:23 +0000 (0:00:00.016) 0:00:45.842 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:22:23 +0000 (0:00:00.025) 0:00:45.867 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:22:23 +0000 (0:00:00.012) 0:00:45.879 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for umount] ******************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:139 Friday 01 March 2024 17:22:23 +0000 (0:00:00.015) 0:00:45.895 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the snapshot role remove the set] ************************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:143 Friday 01 March 2024 17:22:23 +0000 (0:00:00.013) 0:00:45.909 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:22:23 +0000 (0:00:00.047) 0:00:45.956 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:22:23 +0000 (0:00:00.017) 0:00:45.974 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:22:23 +0000 (0:00:00.022) 0:00:45.996 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:22:23 +0000 (0:00:00.014) 0:00:46.010 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:22:23 +0000 (0:00:00.014) 0:00:46.025 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:22:23 +0000 (0:00:00.024) 0:00:46.049 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:22:24 +0000 (0:00:00.881) 0:00:46.931 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:22:24 +0000 (0:00:00.029) 0:00:46.960 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:22:25 +0000 (0:00:01.392) 0:00:48.352 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.107 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.107 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:22:25 +0000 (0:00:00.016) 0:00:48.368 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:22:25 +0000 (0:00:00.025) 0:00:48.394 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:22:25 +0000 (0:00:00.011) 0:00:48.406 ********** 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-failuresmhvoa864/tests/tests_set_mount.yml:150 Friday 01 March 2024 17:22:25 +0000 (0:00:00.016) 0:00:48.422 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:22:25 +0000 (0:00:00.053) 0:00:48.476 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:22:25 +0000 (0:00:00.018) 0:00:48.494 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:22:25 +0000 (0:00:00.022) 0:00:48.516 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:22:25 +0000 (0:00:00.015) 0:00:48.531 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:22:25 +0000 (0:00:00.043) 0:00:48.575 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:22:25 +0000 (0:00:00.027) 0:00:48.603 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:22:26 +0000 (0:00:00.890) 0:00:49.493 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:22:26 +0000 (0:00:00.029) 0:00:49.522 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:22:27 +0000 (0:00:00.468) 0:00:49.990 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.8.107 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.107 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:22:27 +0000 (0:00:00.014) 0:00:50.005 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:22:27 +0000 (0:00:00.025) 0:00:50.031 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:22:27 +0000 (0:00:00.011) 0:00:50.042 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:159 Friday 01 March 2024 17:22:27 +0000 (0:00:00.016) 0:00:50.059 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:7 Friday 01 March 2024 17:22:27 +0000 (0:00:00.033) 0:00:50.092 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:22:27 +0000 (0:00:00.020) 0:00:50.113 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:22:27 +0000 (0:00:00.017) 0:00:50.131 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:22:27 +0000 (0:00:00.023) 0:00:50.154 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:22:27 +0000 (0:00:00.031) 0:00:50.185 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:22:27 +0000 (0:00:00.015) 0:00:50.200 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:22:27 +0000 (0:00:00.014) 0:00:50.215 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:22:27 +0000 (0:00:00.012) 0:00:50.227 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:22:27 +0000 (0:00:00.013) 0:00:50.241 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:22:27 +0000 (0:00:00.028) 0:00:50.269 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:22:28 +0000 (0:00:00.876) 0:00:51.146 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "state": "absent", "volumes": [ { "name": "lv1", "state": "absent" }, { "name": "lv2", "state": "absent" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "state": "absent", "volumes": [ { "name": "lv3", "state": "absent" }, { "name": "lv4", "state": "absent" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "state": "absent", "volumes": [ { "name": "lv5", "state": "absent" }, { "name": "lv6", "state": "absent" }, { "name": "lv7", "state": "absent" }, { "name": "lv8", "state": "absent" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:22:28 +0000 (0:00:00.033) 0:00:51.180 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:22:28 +0000 (0:00:00.014) 0:00:51.194 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:22:32 +0000 (0:00:03.495) 0:00:54.690 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:22:32 +0000 (0:00:00.026) 0:00:54.716 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:22:32 +0000 (0:00:00.020) 0:00:54.737 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:22:32 +0000 (0:00:00.020) 0:00:54.757 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:22:32 +0000 (0:00:00.019) 0:00:54.776 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:22:33 +0000 (0:00:00.887) 0:00:55.664 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:22:34 +0000 (0:00:01.623) 0:00:57.287 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:22:34 +0000 (0:00:00.033) 0:00:57.321 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:22:34 +0000 (0:00:00.012) 0:00:57.333 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:22:43 +0000 (0:00:08.358) 0:01:05.692 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:22:43 +0000 (0:00:00.021) 0:01:05.713 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:22:43 +0000 (0:00:00.011) 0:01:05.725 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:22:43 +0000 (0:00:00.027) 0:01:05.752 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:22:43 +0000 (0:00:00.022) 0:01:05.775 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:22:43 +0000 (0:00:00.016) 0:01:05.791 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:22:43 +0000 (0:00:00.020) 0:01:05.812 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:22:43 +0000 (0:00:00.013) 0:01:05.826 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:22:43 +0000 (0:00:00.087) 0:01:05.913 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:22:43 +0000 (0:00:00.022) 0:01:05.936 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:22:43 +0000 (0:00:00.012) 0:01:05.948 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709313282.7860372, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:22:43 +0000 (0:00:00.196) 0:01:06.145 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:22:43 +0000 (0:00:00.012) 0:01:06.158 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:29 Friday 01 March 2024 17:22:44 +0000 (0:00:00.828) 0:01:06.986 ********** ok: [sut] => { "ansible_facts": { "unused_disks_before": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Verify that pools/volumes used in test are removed] ********************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:33 Friday 01 March 2024 17:22:44 +0000 (0:00:00.012) 0:01:06.999 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:5 Friday 01 March 2024 17:22:44 +0000 (0:00:00.018) 0:01:07.018 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:10 Friday 01 March 2024 17:22:44 +0000 (0:00:00.013) 0:01:07.032 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:14 Friday 01 March 2024 17:22:44 +0000 (0:00:00.013) 0:01:07.045 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:23 Friday 01 March 2024 17:22:45 +0000 (0:00:00.875) 0:01:07.920 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdi", "sdj", "sdk" ], "info": [ "Disk [/dev/sdh] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:31 Friday 01 March 2024 17:22:45 +0000 (0:00:00.210) 0:01:08.131 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdi", "sdj", "sdk" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:36 Friday 01 March 2024 17:22:45 +0000 (0:00:00.015) 0:01:08.147 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdi", "sdj", "sdk" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:44 Friday 01 March 2024 17:22:45 +0000 (0:00:00.013) 0:01:08.160 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:49 Friday 01 March 2024 17:22:45 +0000 (0:00:00.020) 0:01:08.181 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:58 Friday 01 March 2024 17:22:45 +0000 (0:00:00.020) 0:01:08.201 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Ensure dmsetup] ********************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:39 Friday 01 March 2024 17:22:45 +0000 (0:00:00.020) 0:01:08.222 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:45 Friday 01 March 2024 17:22:46 +0000 (0:00:00.866) 0:01:09.088 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nmount -f -l\ndf -H\nlvs --all\npvs --all\nvgs --all\ncat /tmp/snapshot_role.log || :\ncat /etc/lvm/devices/system.devices || :\nfor dev in $(lsblk -l -p -o NAME); do\n if [ \"$dev\" = NAME ]; then continue; fi\n echo blkid info with cache\n blkid \"$dev\" || :\n echo blkid info without cache\n blkid -p \"$dev\" || :\ndone\n# garbage collect\nblkid -g || :\necho lsblk after garbage collect\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\n# flush cache\nblkid -s none || :\necho lsblk after cache flush\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\ndmsetup table || :\ncat /tmp/blivet.log || :\n", "delta": "0:00:00.248191", "end": "2024-03-01 17:22:46.922382", "failed_when_result": true, "rc": 0, "start": "2024-03-01 17:22:46.674191" } STDERR: + exec + mount -f -l proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime,seclabel) devtmpfs on /dev type devtmpfs (rw,nosuid,seclabel,size=4096k,nr_inodes=447177,mode=755,inode64) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,seclabel,inode64) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,nodev,seclabel,size=723608k,nr_inodes=819200,mode=755,inode64) cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,seclabel,nsdelegate,memory_recursiveprot) pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime,seclabel) bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) /dev/xvda1 on / type xfs (rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota) selinuxfs on /sys/fs/selinux type selinuxfs (rw,nosuid,noexec,relatime) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13899) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime,seclabel) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime,seclabel) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime,seclabel) none on /run/credentials/systemd-sysctl.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) none on /run/credentials/systemd-tmpfiles-setup-dev.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) none on /run/credentials/systemd-tmpfiles-setup.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime) tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,seclabel,size=361800k,nr_inodes=90450,mode=700,inode64) + df -H Filesystem Size Used Avail Use% Mounted on devtmpfs 4.2M 0 4.2M 0% /dev tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 741M 19M 723M 3% /run /dev/xvda1 269G 4.8G 264G 2% / tmpfs 371M 0 371M 0% /run/user/0 + lvs --all + pvs --all + vgs --all + cat /tmp/snapshot_role.log 2024-03-01 17:20:30,394 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "xxxx", "lv": "lv1", "percent_space_required": 20}]} 2024-03-01 17:20:30,394 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'xxxx', 'lv': 'lv1', 'percent_space_required': 20}]} 2024-03-01 17:20:30,395 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 17:20:30,395 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:20:30,395 INFO snapshot-role/MainThread: Running... lvs xxxx 2024-03-01 17:20:30,422 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:20:30,422 INFO snapshot-role/MainThread: { 2024-03-01 17:20:30,422 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:20:30,422 INFO snapshot-role/MainThread: { 2024-03-01 17:20:30,423 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:20:30,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:20:30,423 INFO snapshot-role/MainThread: } 2024-03-01 17:20:30,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:20:30,423 INFO snapshot-role/MainThread: , 2024-03-01 17:20:30,423 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:20:30,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:20:30,423 INFO snapshot-role/MainThread: } 2024-03-01 17:20:30,423 INFO snapshot-role/MainThread: Running... lvs xxxx/lv1 2024-03-01 17:20:30,455 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:20:30,456 INFO snapshot-role/MainThread: { 2024-03-01 17:20:30,456 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:20:30,456 INFO snapshot-role/MainThread: { 2024-03-01 17:20:30,456 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:20:30,456 INFO snapshot-role/MainThread: ] 2024-03-01 17:20:30,456 INFO snapshot-role/MainThread: } 2024-03-01 17:20:30,456 INFO snapshot-role/MainThread: ] 2024-03-01 17:20:30,456 INFO snapshot-role/MainThread: , 2024-03-01 17:20:30,456 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:20:30,456 INFO snapshot-role/MainThread: ] 2024-03-01 17:20:30,456 INFO snapshot-role/MainThread: } 2024-03-01 17:20:30,456 INFO snapshot-role/MainThread: exit code: 20: ['source volume group in snapset does not exist: xxxx'] 2024-03-01 17:21:20,081 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}]} False 2024-03-01 17:21:20,081 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}]} 2024-03-01 17:21:20,081 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:20,081 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:20,109 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:20,109 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,109 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,109 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,109 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,109 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:20,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,109 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,109 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,109 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,109 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,109 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:21:20,137 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:20,137 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,137 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,137 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,137 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,138 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:20,138 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,138 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,138 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,138 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,138 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,138 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,138 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,138 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:21:20,138 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:20,138 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:20,163 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:20,163 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,163 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,163 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,163 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,163 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:20,163 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,163 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,163 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,164 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,164 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,164 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,164 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,164 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:21:20,195 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:20,195 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,195 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,195 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,195 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,195 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:20,195 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,195 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,195 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,196 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,196 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,196 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,196 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,196 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:21:20,196 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:20,196 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:20,222 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:20,222 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,222 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,222 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,222 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,222 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:20,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,222 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,223 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,223 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,223 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,223 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:20,251 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:20,251 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,251 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,252 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,252 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,252 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,252 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,252 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,252 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,252 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,252 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,252 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:20,252 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:20,252 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 17:21:20,252 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: {"lv_uuid":"UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1", "lv_uuid":"UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1", "pv_name":"/dev/sda"}, 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz", "lv_uuid":"UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:21:20,282 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,283 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,283 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:20,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1"}, 2024-03-01 17:21:20,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1"} 2024-03-01 17:21:20,283 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,283 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,283 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,283 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,283 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,283 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,283 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,283 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1589641216 vg_extent_size : 4194304 2024-03-01 17:21:20,283 INFO snapshot-role/MainThread: lv: lv1 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:21:20,283 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:20,312 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:20,313 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,313 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,313 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,313 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,313 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:20,313 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,313 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,313 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,313 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,313 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,313 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,313 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,313 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:20,339 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:20,340 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,340 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:20,340 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,340 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:20,340 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,340 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,340 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,340 INFO snapshot-role/MainThread: , 2024-03-01 17:21:20,340 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,340 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,340 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,340 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 322961408B test_vg1/lv1 2024-03-01 17:21:20,508 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:20,508 INFO snapshot-role/MainThread: { 2024-03-01 17:21:20,508 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:20,508 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:20,508 INFO snapshot-role/MainThread: } 2024-03-01 17:21:20,508 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:21:21,864 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}]} 2024-03-01 17:21:21,864 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}]} 2024-03-01 17:21:21,864 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 17:21:21,865 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:21:21,865 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:21,891 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:21,892 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,892 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:21,892 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,892 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:21,892 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:21,892 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:21,892 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,892 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,892 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,892 INFO snapshot-role/MainThread: , 2024-03-01 17:21:21,892 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:21,892 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,892 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,892 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:21:21,918 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:21,919 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,919 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:21,919 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,919 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:21,919 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:21,919 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,919 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,919 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,919 INFO snapshot-role/MainThread: , 2024-03-01 17:21:21,919 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:21,919 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,919 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,919 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:21:21,919 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:21,946 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:21,947 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,947 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:21,947 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,947 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:21,947 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:21,947 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:21,947 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,947 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,947 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,947 INFO snapshot-role/MainThread: , 2024-03-01 17:21:21,947 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:21,947 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,947 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,947 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:21,973 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:21,973 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,973 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:21,973 INFO snapshot-role/MainThread: { 2024-03-01 17:21:21,973 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:21,974 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:21,974 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,974 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,974 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,974 INFO snapshot-role/MainThread: , 2024-03-01 17:21:21,974 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:21,974 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:21,974 INFO snapshot-role/MainThread: } 2024-03-01 17:21:21,974 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:21:22,000 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:22,000 INFO snapshot-role/MainThread: { 2024-03-01 17:21:22,000 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:22,000 INFO snapshot-role/MainThread: { 2024-03-01 17:21:22,000 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:22,000 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:22,001 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:22,001 INFO snapshot-role/MainThread: } 2024-03-01 17:21:22,001 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:22,001 INFO snapshot-role/MainThread: , 2024-03-01 17:21:22,001 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:22,001 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:22,001 INFO snapshot-role/MainThread: } 2024-03-01 17:21:22,001 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:21:23,399 INFO snapshot-role/MainThread: extend_cmd: extend None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 50}]} 2024-03-01 17:21:23,400 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 50}]} 2024-03-01 17:21:23,400 INFO snapshot-role/MainThread: extend verify snapsset : snapset1 2024-03-01 17:21:23,400 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:23,430 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:23,430 INFO snapshot-role/MainThread: { 2024-03-01 17:21:23,430 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:23,430 INFO snapshot-role/MainThread: { 2024-03-01 17:21:23,431 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:23,431 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:23,431 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:23,431 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:23,431 INFO snapshot-role/MainThread: } 2024-03-01 17:21:23,431 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:23,431 INFO snapshot-role/MainThread: , 2024-03-01 17:21:23,431 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:23,431 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:23,431 INFO snapshot-role/MainThread: } 2024-03-01 17:21:23,431 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:23,459 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:23,459 INFO snapshot-role/MainThread: { 2024-03-01 17:21:23,459 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:23,459 INFO snapshot-role/MainThread: { 2024-03-01 17:21:23,459 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:23,460 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:23,460 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:23,460 INFO snapshot-role/MainThread: } 2024-03-01 17:21:23,460 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:23,460 INFO snapshot-role/MainThread: , 2024-03-01 17:21:23,460 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:23,460 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:23,460 INFO snapshot-role/MainThread: } 2024-03-01 17:21:23,460 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:21:23,488 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:23,488 INFO snapshot-role/MainThread: { 2024-03-01 17:21:23,488 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:23,488 INFO snapshot-role/MainThread: { 2024-03-01 17:21:23,488 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:23,488 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y", "vg_size":"3196059648", "vg_free":"1266679808", "vg_extent_size":"4194304"} 2024-03-01 17:21:23,488 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:23,488 INFO snapshot-role/MainThread: , 2024-03-01 17:21:23,488 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:23,488 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:21:23,488 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: , 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: {"lv_uuid":"UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: {"lv_uuid":"ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"322961408", "origin":"lv1", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: , 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1", "lv_uuid":"UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1", "pv_name":"/dev/sda"}, 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz", "lv_uuid":"UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz", "lv_uuid":"ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: {"pvseg_start":"206", "pvseg_size":"48", "segtype":"free", "pv_uuid":"zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: , 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1"}, 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1"}, 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-205", "segtype":"linear", "lv_uuid":"ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN"} 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: } 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: , 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: } 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1266679808 vg_extent_size : 4194304 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: lv: lv1 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:21:23,489 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:21:23,490 INFO snapshot-role/MainThread: extend_check_size : lv1_snapset1 test_vg1/lv1 current size : 322961408 required size : 805306368 2024-03-01 17:21:23,490 INFO snapshot-role/MainThread: exit code: 29: ['verify failed due to insufficient space for: test_vg1/lv1'] 2024-03-01 17:22:09,571 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} False 2024-03-01 17:22:09,572 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:22:09,572 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:22:09,572 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:22:09,601 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:09,602 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,602 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:09,602 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,602 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:09,602 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:09,602 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:09,602 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,602 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,602 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,602 INFO snapshot-role/MainThread: , 2024-03-01 17:22:09,602 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:09,602 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,602 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,602 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:22:09,629 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:09,630 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,630 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:09,630 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,630 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:09,630 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:09,630 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,630 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,630 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,630 INFO snapshot-role/MainThread: , 2024-03-01 17:22:09,630 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:09,630 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,630 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,630 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:09,655 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:09,656 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,656 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:09,656 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,656 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:09,656 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:09,656 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:09,656 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,656 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,656 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,656 INFO snapshot-role/MainThread: , 2024-03-01 17:22:09,656 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:09,656 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,656 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,656 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:22:09,684 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:09,684 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,684 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:09,684 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,684 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:09,684 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:09,685 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,685 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,685 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,685 INFO snapshot-role/MainThread: , 2024-03-01 17:22:09,685 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:09,685 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,685 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,685 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:09,715 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:09,715 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,715 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:09,715 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,715 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:09,716 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:09,716 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:09,716 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,716 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,716 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,716 INFO snapshot-role/MainThread: , 2024-03-01 17:22:09,716 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:09,716 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,716 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,716 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:22:09,745 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:09,745 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,745 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:09,745 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,745 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:09,745 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:09,745 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,745 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,745 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,746 INFO snapshot-role/MainThread: , 2024-03-01 17:22:09,746 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:09,746 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,746 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,746 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:22:09,774 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:09,774 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,774 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:09,774 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,774 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:09,774 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:09,775 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:09,775 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:09,775 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:09,775 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,775 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,775 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,775 INFO snapshot-role/MainThread: , 2024-03-01 17:22:09,775 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:09,775 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,775 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,775 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:22:09,811 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:09,811 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,811 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:09,811 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,811 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:09,811 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:09,811 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,812 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,812 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,812 INFO snapshot-role/MainThread: , 2024-03-01 17:22:09,812 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:09,812 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,812 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,812 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:22:09,812 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:22:09,812 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:22:09,840 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:09,840 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,840 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:09,840 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,840 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:09,840 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:09,840 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:09,840 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,840 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,841 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,841 INFO snapshot-role/MainThread: , 2024-03-01 17:22:09,841 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:09,841 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,841 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,841 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:22:09,869 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:09,869 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,869 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:09,870 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,870 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:09,870 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:09,870 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,870 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,870 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,870 INFO snapshot-role/MainThread: , 2024-03-01 17:22:09,870 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:09,870 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,870 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,870 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:09,903 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:09,903 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,903 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:09,903 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,904 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:09,904 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:09,904 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:09,904 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,904 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,904 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,904 INFO snapshot-role/MainThread: , 2024-03-01 17:22:09,904 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:09,904 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,904 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,904 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:22:09,931 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:09,931 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,931 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:09,931 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,931 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:09,931 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:09,931 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,932 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,932 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,932 INFO snapshot-role/MainThread: , 2024-03-01 17:22:09,932 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:09,932 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,932 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,932 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:09,960 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:09,960 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,960 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:09,960 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,960 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:09,961 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:09,961 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:09,961 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,961 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,961 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,961 INFO snapshot-role/MainThread: , 2024-03-01 17:22:09,961 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:09,961 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,961 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,961 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:22:09,996 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:09,997 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,997 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:09,997 INFO snapshot-role/MainThread: { 2024-03-01 17:22:09,997 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:09,997 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:09,997 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,997 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,997 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,997 INFO snapshot-role/MainThread: , 2024-03-01 17:22:09,997 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:09,997 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:09,997 INFO snapshot-role/MainThread: } 2024-03-01 17:22:09,997 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:22:10,026 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:10,026 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,026 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,026 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,026 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,027 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,027 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,027 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,027 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:10,027 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,027 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,027 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,027 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,027 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,027 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,027 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,027 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:22:10,053 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:10,053 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,053 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,053 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,053 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,053 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:10,054 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,054 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,054 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,054 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,054 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,054 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,054 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,054 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:22:10,054 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:22:10,054 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:22:10,080 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:10,081 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,081 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,081 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,081 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,081 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,081 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:10,081 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,081 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,081 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,081 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,081 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,081 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,081 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,081 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:22:10,108 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:22:10,108 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,108 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,108 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,108 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,108 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,108 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,109 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,109 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,109 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,109 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:10,134 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:10,134 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,134 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,134 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,134 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,135 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,135 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:10,135 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,135 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,135 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,135 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,135 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,135 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,135 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,135 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:22:10,163 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:22:10,163 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,163 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,163 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,164 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,164 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,164 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,164 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,164 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,164 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,164 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,164 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,164 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:10,190 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:10,190 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,190 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,190 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,190 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,190 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,190 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:10,191 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,191 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,191 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,191 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,191 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,191 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,191 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,191 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:22:10,220 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:22:10,220 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,220 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,220 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,220 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,220 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,220 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,220 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,220 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,220 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,221 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,221 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,221 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:22:10,249 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:10,249 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,249 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,249 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,249 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,249 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,250 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,250 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,250 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:10,250 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,250 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,250 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,250 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,250 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,250 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,250 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,250 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:22:10,279 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:22:10,279 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,280 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,280 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,280 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,280 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,280 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,280 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,280 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,280 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,280 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,280 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,280 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:22:10,280 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:22:10,280 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 17:22:10,280 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: {"lv_uuid":"Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: {"lv_uuid":"C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: {"lv_uuid":"fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: {"lv_uuid":"GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:22:10,316 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V", "lv_uuid":"C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu", "pv_name":"/dev/sdh"}, 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU", "lv_uuid":"Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC", "pv_name":"/dev/sdj"}, 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr", "lv_uuid":"Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC", "pv_name":"/dev/sdi"}, 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN", "lv_uuid":"GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3", "pv_name":"/dev/sdg"}, 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN", "lv_uuid":"fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk", "pv_name":"/dev/sdg"}, 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN", "lv_uuid":"C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu", "pv_name":"/dev/sdg"}, 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu"}, 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu"}, 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3"}, 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC"}, 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC"}, 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk"} 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,317 INFO snapshot-role/MainThread: {"lv_uuid":"wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"lv_uuid":"XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G", "lv_uuid":"XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv", "pv_name":"/dev/sdd"}, 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G", "lv_uuid":"wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8", "pv_name":"/dev/sdd"}, 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv"}, 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8"} 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"lv_uuid":"EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"lv_uuid":"oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:22:10,318 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT", "lv_uuid":"oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC", "pv_name":"/dev/sdb"}, 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT", "lv_uuid":"EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp", "pv_name":"/dev/sdb"}, 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6", "lv_uuid":"oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC", "pv_name":"/dev/sda"} 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp"}, 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC"}, 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC"} 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1052770304 vg_extent_size : 4194304 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2231369728 vg_extent_size : 4194304 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1107296256 vg_extent_size : 4194304 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:22:10,319 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:22:10,320 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:22:10,356 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:10,357 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,357 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,357 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,357 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,357 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,357 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:10,357 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,357 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,357 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,357 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,357 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,357 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,357 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,357 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:22:10,386 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:22:10,386 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,386 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,386 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,386 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,386 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,386 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,386 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,387 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,387 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,387 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,387 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,387 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 75497472B test_vg1/lv1 2024-03-01 17:22:10,535 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:10,536 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,536 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,536 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,536 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,536 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:10,575 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:10,575 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,575 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,575 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,576 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,576 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,576 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:10,576 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,576 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,576 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,576 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,576 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,576 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,576 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,576 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:22:10,605 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:22:10,605 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,606 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,606 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,606 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,606 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,606 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,606 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,606 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,606 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,606 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,606 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,606 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 50331648B test_vg2/lv3 2024-03-01 17:22:10,723 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:10,723 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,724 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,724 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,724 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,724 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,772 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:22:10,804 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:22:10,805 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,805 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,805 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,805 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,805 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,805 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,805 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,805 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,805 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,805 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,805 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,805 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96468992B test_vg2/lv4 2024-03-01 17:22:10,927 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:10,928 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,928 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,928 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,928 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,928 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:22:10,964 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:10,964 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,964 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:10,965 INFO snapshot-role/MainThread: { 2024-03-01 17:22:10,965 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:10,965 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,965 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,965 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:10,965 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:10,965 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,965 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,965 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,965 INFO snapshot-role/MainThread: , 2024-03-01 17:22:10,965 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:10,965 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:10,965 INFO snapshot-role/MainThread: } 2024-03-01 17:22:10,965 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:22:11,000 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:22:11,000 INFO snapshot-role/MainThread: { 2024-03-01 17:22:11,000 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:11,000 INFO snapshot-role/MainThread: { 2024-03-01 17:22:11,000 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:11,000 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:11,001 INFO snapshot-role/MainThread: } 2024-03-01 17:22:11,001 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:11,001 INFO snapshot-role/MainThread: , 2024-03-01 17:22:11,001 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:11,001 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:11,001 INFO snapshot-role/MainThread: } 2024-03-01 17:22:11,001 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 67108864B test_vg3/lv7 2024-03-01 17:22:11,276 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:11,277 INFO snapshot-role/MainThread: { 2024-03-01 17:22:11,277 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:11,277 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:11,277 INFO snapshot-role/MainThread: } 2024-03-01 17:22:11,277 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:22:12,661 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:22:12,661 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:22:12,661 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 17:22:12,661 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:22:12,661 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:22:12,691 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: , 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,692 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:22:12,722 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:12,722 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,722 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:12,722 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,722 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:12,723 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:12,723 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,723 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,723 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,723 INFO snapshot-role/MainThread: , 2024-03-01 17:22:12,723 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:12,723 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,723 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,723 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:12,752 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: , 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,753 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:22:12,783 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:12,783 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,783 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:12,783 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,783 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:12,783 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:12,783 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,783 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,784 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,784 INFO snapshot-role/MainThread: , 2024-03-01 17:22:12,784 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:12,784 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,784 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,784 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:12,813 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:12,813 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: , 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,814 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:22:12,841 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:12,841 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,841 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:12,841 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,841 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:12,841 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:12,841 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,841 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,842 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,842 INFO snapshot-role/MainThread: , 2024-03-01 17:22:12,842 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:12,842 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,842 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,842 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:22:12,873 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: , 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,874 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:22:12,904 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:12,905 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,905 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:12,905 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,905 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:12,905 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:12,905 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,905 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,905 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,905 INFO snapshot-role/MainThread: , 2024-03-01 17:22:12,905 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:12,905 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,905 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,905 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:22:12,905 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: , 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,940 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:22:12,972 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:12,972 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,973 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:12,973 INFO snapshot-role/MainThread: { 2024-03-01 17:22:12,973 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:12,973 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:12,973 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,973 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,973 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,973 INFO snapshot-role/MainThread: , 2024-03-01 17:22:12,973 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:12,973 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:12,973 INFO snapshot-role/MainThread: } 2024-03-01 17:22:12,973 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:22:13,001 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:13,001 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,001 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:13,001 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,001 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:13,002 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:13,002 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,002 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,002 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,002 INFO snapshot-role/MainThread: , 2024-03-01 17:22:13,002 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:13,002 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,002 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,002 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:13,028 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:13,028 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: , 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,029 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:22:13,055 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:13,055 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,055 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:13,055 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,055 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:13,055 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:13,055 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,055 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,055 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,056 INFO snapshot-role/MainThread: , 2024-03-01 17:22:13,056 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:13,056 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,056 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,056 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:22:13,081 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:13,081 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,081 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:13,081 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,081 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:13,081 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:13,082 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,082 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,082 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,082 INFO snapshot-role/MainThread: , 2024-03-01 17:22:13,082 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:13,082 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,082 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,082 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:13,114 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: , 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,115 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:22:13,147 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:13,147 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,147 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:13,147 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,148 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:13,148 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:13,148 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,148 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,148 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,148 INFO snapshot-role/MainThread: , 2024-03-01 17:22:13,148 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:13,148 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,148 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,148 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:22:13,174 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:13,174 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,174 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:13,174 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,175 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:13,175 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:13,175 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,175 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,175 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,175 INFO snapshot-role/MainThread: , 2024-03-01 17:22:13,175 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:13,175 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,175 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,175 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:22:13,202 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:13,202 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,202 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:13,202 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,202 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:13,202 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:13,203 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:13,203 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:13,203 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:13,203 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:13,203 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,203 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,203 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,203 INFO snapshot-role/MainThread: , 2024-03-01 17:22:13,203 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:13,203 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,203 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,203 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:22:13,230 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:13,230 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,230 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:13,230 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,230 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:13,230 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:13,230 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,230 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,230 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,231 INFO snapshot-role/MainThread: , 2024-03-01 17:22:13,231 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:13,231 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,231 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,231 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:22:13,259 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:13,259 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,259 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:13,259 INFO snapshot-role/MainThread: { 2024-03-01 17:22:13,260 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:13,260 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:13,260 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,260 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,260 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,260 INFO snapshot-role/MainThread: , 2024-03-01 17:22:13,260 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:13,260 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:13,260 INFO snapshot-role/MainThread: } 2024-03-01 17:22:13,260 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:22:14,589 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 None None None None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:22:14,589 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:22:14,589 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 17:22:14,589 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 17:22:14,589 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:22:14,620 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:14,620 INFO snapshot-role/MainThread: { 2024-03-01 17:22:14,621 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:14,621 INFO snapshot-role/MainThread: { 2024-03-01 17:22:14,621 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:14,621 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:14,621 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:14,621 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:14,621 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,621 INFO snapshot-role/MainThread: } 2024-03-01 17:22:14,621 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,621 INFO snapshot-role/MainThread: , 2024-03-01 17:22:14,621 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:14,621 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,621 INFO snapshot-role/MainThread: } 2024-03-01 17:22:14,621 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:22:14,650 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:14,650 INFO snapshot-role/MainThread: { 2024-03-01 17:22:14,650 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:14,650 INFO snapshot-role/MainThread: { 2024-03-01 17:22:14,650 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:14,650 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:14,650 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,650 INFO snapshot-role/MainThread: } 2024-03-01 17:22:14,650 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,651 INFO snapshot-role/MainThread: , 2024-03-01 17:22:14,651 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:14,651 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,651 INFO snapshot-role/MainThread: } 2024-03-01 17:22:14,651 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-03-01 17:22:14,674 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:14,674 INFO snapshot-role/MainThread: mount_lv : /mnt/lv3_mp 2024-03-01 17:22:14,675 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:14,702 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:14,702 INFO snapshot-role/MainThread: { 2024-03-01 17:22:14,702 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:14,702 INFO snapshot-role/MainThread: { 2024-03-01 17:22:14,702 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:14,702 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:14,703 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:14,703 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:14,703 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:14,703 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,703 INFO snapshot-role/MainThread: } 2024-03-01 17:22:14,703 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,703 INFO snapshot-role/MainThread: , 2024-03-01 17:22:14,703 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:14,703 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,703 INFO snapshot-role/MainThread: } 2024-03-01 17:22:14,703 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:22:14,731 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:14,731 INFO snapshot-role/MainThread: { 2024-03-01 17:22:14,731 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:14,731 INFO snapshot-role/MainThread: { 2024-03-01 17:22:14,731 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:14,731 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:14,731 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,732 INFO snapshot-role/MainThread: } 2024-03-01 17:22:14,732 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,732 INFO snapshot-role/MainThread: , 2024-03-01 17:22:14,732 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:14,732 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,732 INFO snapshot-role/MainThread: } 2024-03-01 17:22:14,732 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg2/lv3_snapset1 /mnt/lv3_mp 2024-03-01 17:22:14,754 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:14,754 INFO snapshot-role/MainThread: mount_lv : /mnt/lv4_mp 2024-03-01 17:22:14,754 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:14,782 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:14,782 INFO snapshot-role/MainThread: { 2024-03-01 17:22:14,782 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:14,782 INFO snapshot-role/MainThread: { 2024-03-01 17:22:14,782 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:14,782 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:14,783 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:14,783 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:14,783 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:14,783 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,783 INFO snapshot-role/MainThread: } 2024-03-01 17:22:14,783 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,783 INFO snapshot-role/MainThread: , 2024-03-01 17:22:14,783 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:14,783 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,783 INFO snapshot-role/MainThread: } 2024-03-01 17:22:14,783 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:22:14,811 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:14,811 INFO snapshot-role/MainThread: { 2024-03-01 17:22:14,811 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:14,811 INFO snapshot-role/MainThread: { 2024-03-01 17:22:14,811 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:14,811 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:14,811 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,811 INFO snapshot-role/MainThread: } 2024-03-01 17:22:14,811 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,811 INFO snapshot-role/MainThread: , 2024-03-01 17:22:14,811 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:14,811 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:14,811 INFO snapshot-role/MainThread: } 2024-03-01 17:22:14,811 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg2/lv4_snapset1 /mnt/lv4_mp 2024-03-01 17:22:15,029 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:15,029 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 17:22:15,029 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:22:15,063 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: { 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: { 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: } 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: , 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: } 2024-03-01 17:22:15,064 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:22:15,094 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:15,094 INFO snapshot-role/MainThread: { 2024-03-01 17:22:15,094 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:15,094 INFO snapshot-role/MainThread: { 2024-03-01 17:22:15,094 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:15,094 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:15,095 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:15,095 INFO snapshot-role/MainThread: } 2024-03-01 17:22:15,095 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:15,095 INFO snapshot-role/MainThread: , 2024-03-01 17:22:15,095 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:15,095 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:15,095 INFO snapshot-role/MainThread: } 2024-03-01 17:22:15,095 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv7_snapset1 /mnt/lv7_mp 2024-03-01 17:22:15,137 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:15,137 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:22:16,497 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 None None None None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:22:16,497 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:22:16,497 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 17:22:16,498 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv1_mp /dev/test_vg1/lv1_snapset1 test_vg1 lv1 snapset1 2024-03-01 17:22:16,498 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:22:16,530 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: , 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,531 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:22:16,558 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:16,559 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,559 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:16,559 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,559 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:16,559 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:16,559 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,559 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,559 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,559 INFO snapshot-role/MainThread: , 2024-03-01 17:22:16,559 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:16,559 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,559 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,559 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 17:22:16,562 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:16,562 INFO snapshot-role/MainThread: TARGET="/mnt/lv1_mp" SOURCE="/dev/mapper/test_vg1-lv1_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 17:22:16,562 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv3_mp /dev/test_vg2/lv3_snapset1 test_vg2 lv3 snapset1 2024-03-01 17:22:16,562 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:16,592 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: , 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,593 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:22:16,623 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:16,623 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,623 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:16,623 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,623 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:16,623 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:16,623 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,623 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,624 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,624 INFO snapshot-role/MainThread: , 2024-03-01 17:22:16,624 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:16,624 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,624 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,624 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv3_snapset1 -P 2024-03-01 17:22:16,626 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:16,626 INFO snapshot-role/MainThread: TARGET="/mnt/lv3_mp" SOURCE="/dev/mapper/test_vg2-lv3_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 17:22:16,626 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv4_mp /dev/test_vg2/lv4_snapset1 test_vg2 lv4 snapset1 2024-03-01 17:22:16,626 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:16,655 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:16,655 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,655 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:16,655 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,655 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:16,655 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:16,655 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:16,655 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:16,656 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:16,656 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,656 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,656 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,656 INFO snapshot-role/MainThread: , 2024-03-01 17:22:16,656 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:16,656 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,656 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,656 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:22:16,685 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:16,685 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,685 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:16,685 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,685 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:16,685 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:16,686 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,686 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,686 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,686 INFO snapshot-role/MainThread: , 2024-03-01 17:22:16,686 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:16,686 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,686 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,686 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv4_snapset1 -P 2024-03-01 17:22:16,688 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:16,688 INFO snapshot-role/MainThread: TARGET="/mnt/lv4_mp" SOURCE="/dev/mapper/test_vg2-lv4_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 17:22:16,688 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv7_mp /dev/test_vg3/lv7_snapset1 test_vg3 lv7 snapset1 2024-03-01 17:22:16,688 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:22:16,718 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: , 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,719 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:22:16,748 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:16,748 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,748 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:16,749 INFO snapshot-role/MainThread: { 2024-03-01 17:22:16,749 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:16,749 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:16,749 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,749 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,749 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,749 INFO snapshot-role/MainThread: , 2024-03-01 17:22:16,749 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:16,749 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:16,749 INFO snapshot-role/MainThread: } 2024-03-01 17:22:16,749 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7_snapset1 -P 2024-03-01 17:22:16,751 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:16,751 INFO snapshot-role/MainThread: TARGET="/mnt/lv7_mp" SOURCE="/dev/mapper/test_vg3-lv7_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 17:22:16,752 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:22:18,112 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 None None None None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:22:18,112 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:22:18,112 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 17:22:18,112 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 17:22:18,112 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:22:18,142 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:18,142 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,142 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:18,142 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,143 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:18,143 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:18,143 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:18,143 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:18,143 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,143 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,143 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,143 INFO snapshot-role/MainThread: , 2024-03-01 17:22:18,143 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:18,143 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,143 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,143 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:22:18,172 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:18,172 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,172 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:18,173 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,173 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:18,173 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:18,173 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,173 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,173 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,173 INFO snapshot-role/MainThread: , 2024-03-01 17:22:18,173 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:18,173 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,173 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,173 INFO snapshot-role/MainThread: mount_lv : /mnt/lv3_mp 2024-03-01 17:22:18,173 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:18,207 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:18,207 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,207 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:18,207 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,207 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:18,208 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:18,208 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:18,208 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:18,208 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:18,208 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,208 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,208 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,208 INFO snapshot-role/MainThread: , 2024-03-01 17:22:18,208 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:18,208 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,208 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,208 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:22:18,238 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:18,239 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,239 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:18,239 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,239 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:18,239 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:18,239 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,239 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,239 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,239 INFO snapshot-role/MainThread: , 2024-03-01 17:22:18,239 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:18,239 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,239 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,239 INFO snapshot-role/MainThread: mount_lv : /mnt/lv4_mp 2024-03-01 17:22:18,239 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:18,267 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:18,267 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,267 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:18,268 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,268 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:18,268 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:18,268 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:18,268 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:18,268 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:18,268 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,268 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,268 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,268 INFO snapshot-role/MainThread: , 2024-03-01 17:22:18,268 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:18,268 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,268 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,268 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:22:18,294 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:18,294 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,294 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:18,294 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,294 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:18,295 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:18,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,295 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,295 INFO snapshot-role/MainThread: , 2024-03-01 17:22:18,295 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:18,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,295 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,295 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 17:22:18,295 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:22:18,323 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:18,323 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,323 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:18,323 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,323 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:18,323 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:18,323 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:18,323 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:18,324 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:18,324 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:18,324 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,324 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,324 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,324 INFO snapshot-role/MainThread: , 2024-03-01 17:22:18,324 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:18,324 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,324 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,324 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:22:18,353 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:18,353 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,353 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:18,353 INFO snapshot-role/MainThread: { 2024-03-01 17:22:18,353 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:18,353 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:18,354 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,354 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,354 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,354 INFO snapshot-role/MainThread: , 2024-03-01 17:22:18,354 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:18,354 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:18,354 INFO snapshot-role/MainThread: } 2024-03-01 17:22:18,354 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:22:19,717 INFO snapshot-role/MainThread: umount_cmd: 1 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:22:19,717 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:22:19,717 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 17:22:19,717 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 17:22:19,717 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: , 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,748 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:22:19,778 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:19,778 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,778 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:19,779 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,779 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:19,779 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:19,779 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,779 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,779 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,779 INFO snapshot-role/MainThread: , 2024-03-01 17:22:19,779 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:19,779 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,779 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,779 INFO snapshot-role/MainThread: umount target /mnt/lv1_mp from device /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 17:22:19,779 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp 2024-03-01 17:22:19,790 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:19,790 INFO snapshot-role/MainThread: umount_lv : /mnt/lv3_mp 2024-03-01 17:22:19,790 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: , 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,820 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: , 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: umount target /mnt/lv3_mp from device /dev/mapper/test_vg2-lv3_snapset1 2024-03-01 17:22:19,849 INFO snapshot-role/MainThread: Running... umount /mnt/lv3_mp 2024-03-01 17:22:19,863 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:19,863 INFO snapshot-role/MainThread: umount_lv : /mnt/lv4_mp 2024-03-01 17:22:19,863 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: , 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,893 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:22:19,923 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:19,923 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,923 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:19,923 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,923 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:19,923 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:19,923 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,923 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,923 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,923 INFO snapshot-role/MainThread: , 2024-03-01 17:22:19,923 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:19,923 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,923 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,923 INFO snapshot-role/MainThread: umount target /mnt/lv4_mp from device /dev/mapper/test_vg2-lv4_snapset1 2024-03-01 17:22:19,924 INFO snapshot-role/MainThread: Running... umount /mnt/lv4_mp 2024-03-01 17:22:19,932 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:19,932 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 17:22:19,932 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: , 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,964 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:22:19,995 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:19,995 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,995 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:19,995 INFO snapshot-role/MainThread: { 2024-03-01 17:22:19,995 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:19,995 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:19,995 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,995 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,995 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,995 INFO snapshot-role/MainThread: , 2024-03-01 17:22:19,995 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:19,995 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:19,995 INFO snapshot-role/MainThread: } 2024-03-01 17:22:19,995 INFO snapshot-role/MainThread: umount target /mnt/lv7_mp from device /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 17:22:19,996 INFO snapshot-role/MainThread: Running... umount /mnt/lv7_mp 2024-03-01 17:22:20,006 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:20,007 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:22:21,460 INFO snapshot-role/MainThread: umount_cmd: 1 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:22:21,460 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:22:21,460 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 17:22:21,460 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv1_mp -P 2024-03-01 17:22:21,463 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:22:21,463 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv3_mp -P 2024-03-01 17:22:21,465 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:22:21,465 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv4_mp -P 2024-03-01 17:22:21,467 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:22:21,468 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv7_mp -P 2024-03-01 17:22:21,470 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:22:21,470 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:22:22,899 INFO snapshot-role/MainThread: umount_cmd: 1 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:22:22,899 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:22:22,899 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 17:22:22,900 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 17:22:22,900 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: { 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: { 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: } 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: , 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: } 2024-03-01 17:22:22,931 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:22:22,955 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:22,955 INFO snapshot-role/MainThread: { 2024-03-01 17:22:22,955 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:22,955 INFO snapshot-role/MainThread: { 2024-03-01 17:22:22,955 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:22,955 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:22,955 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:22,955 INFO snapshot-role/MainThread: } 2024-03-01 17:22:22,955 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:22,955 INFO snapshot-role/MainThread: , 2024-03-01 17:22:22,955 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:22,955 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:22,955 INFO snapshot-role/MainThread: } 2024-03-01 17:22:22,956 INFO snapshot-role/MainThread: umount_lv : /mnt/lv3_mp 2024-03-01 17:22:22,956 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: { 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: { 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: } 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: , 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:22,988 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:22,989 INFO snapshot-role/MainThread: } 2024-03-01 17:22:22,989 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:22:23,018 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:23,018 INFO snapshot-role/MainThread: { 2024-03-01 17:22:23,018 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:23,018 INFO snapshot-role/MainThread: { 2024-03-01 17:22:23,018 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:23,018 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:23,018 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,018 INFO snapshot-role/MainThread: } 2024-03-01 17:22:23,018 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,018 INFO snapshot-role/MainThread: , 2024-03-01 17:22:23,018 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:23,018 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,018 INFO snapshot-role/MainThread: } 2024-03-01 17:22:23,019 INFO snapshot-role/MainThread: umount_lv : /mnt/lv4_mp 2024-03-01 17:22:23,019 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:23,046 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:23,046 INFO snapshot-role/MainThread: { 2024-03-01 17:22:23,046 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:23,046 INFO snapshot-role/MainThread: { 2024-03-01 17:22:23,046 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:23,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 17:22:23,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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:23,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 17:22:23,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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:23,046 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,046 INFO snapshot-role/MainThread: } 2024-03-01 17:22:23,046 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,046 INFO snapshot-role/MainThread: , 2024-03-01 17:22:23,046 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:23,046 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,046 INFO snapshot-role/MainThread: } 2024-03-01 17:22:23,046 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:22:23,075 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:23,075 INFO snapshot-role/MainThread: { 2024-03-01 17:22:23,075 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:23,075 INFO snapshot-role/MainThread: { 2024-03-01 17:22:23,075 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:23,075 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:23,075 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,075 INFO snapshot-role/MainThread: } 2024-03-01 17:22:23,075 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,075 INFO snapshot-role/MainThread: , 2024-03-01 17:22:23,075 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:23,075 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,075 INFO snapshot-role/MainThread: } 2024-03-01 17:22:23,076 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 17:22:23,076 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: { 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: { 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: } 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: , 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,109 INFO snapshot-role/MainThread: } 2024-03-01 17:22:23,110 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:22:23,141 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:23,141 INFO snapshot-role/MainThread: { 2024-03-01 17:22:23,141 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:23,141 INFO snapshot-role/MainThread: { 2024-03-01 17:22:23,141 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:23,141 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:23,141 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,141 INFO snapshot-role/MainThread: } 2024-03-01 17:22:23,141 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,141 INFO snapshot-role/MainThread: , 2024-03-01 17:22:23,141 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:23,141 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:23,141 INFO snapshot-role/MainThread: } 2024-03-01 17:22:23,142 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:22:24,521 INFO snapshot-role/MainThread: remove_cmd: remove None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:22:24,521 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:22:24,521 INFO snapshot-role/MainThread: remove snapsset : snapset1 2024-03-01 17:22:24,522 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:22:24,552 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,552 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,553 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,553 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,553 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,553 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:24,553 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:24,553 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,553 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,553 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,553 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,553 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,553 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,553 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,553 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,553 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:22:24,582 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,582 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,583 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,583 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,583 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,583 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,583 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,583 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,583 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,583 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,583 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,583 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,583 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,583 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:22:24,612 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,612 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,612 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,612 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,612 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,613 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,613 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,613 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,613 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,613 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,613 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,613 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,613 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,613 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:24,637 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,637 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,637 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,637 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,637 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,637 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:24,637 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:24,638 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:24,638 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,638 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,638 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,638 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,638 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,638 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,638 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,638 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,638 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:22:24,672 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,672 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,672 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,672 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,672 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,672 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,672 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,672 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,672 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,672 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,672 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,672 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,672 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,672 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:22:24,699 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,699 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,699 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,699 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,699 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,699 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,699 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,699 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,699 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,699 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,699 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,699 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,699 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,699 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,730 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:22:24,762 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,762 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,762 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,762 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,762 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,762 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,762 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,762 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,762 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,762 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,762 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,762 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,762 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,762 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:22:24,794 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,794 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,794 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,794 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,794 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,794 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,794 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,794 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,794 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,794 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,794 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,794 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,794 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,794 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,828 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:22:24,860 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,860 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,860 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,860 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,860 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,860 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,860 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,860 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,860 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,860 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,860 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,860 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,860 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,860 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:22:24,891 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,891 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,891 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,891 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,891 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,891 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,891 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,891 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,891 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,891 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,891 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,891 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,891 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,891 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,925 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:22:24,955 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,956 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,956 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,956 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,956 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,956 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,956 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,956 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,956 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,956 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,956 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,956 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,956 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,956 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:22:24,985 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:24,986 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,986 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:24,986 INFO snapshot-role/MainThread: { 2024-03-01 17:22:24,986 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:24,986 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:24,986 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,986 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,986 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,986 INFO snapshot-role/MainThread: , 2024-03-01 17:22:24,986 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:24,986 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:24,986 INFO snapshot-role/MainThread: } 2024-03-01 17:22:24,986 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 17:22:25,081 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:25,082 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,082 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:25,082 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,082 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,082 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: , 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,128 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:22:25,156 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:25,157 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,157 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:25,157 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,157 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:25,157 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:25,157 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,157 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,157 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,157 INFO snapshot-role/MainThread: , 2024-03-01 17:22:25,157 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:25,157 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,157 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,157 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:22:25,187 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:25,187 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,188 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:25,188 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,188 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:25,188 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:25,188 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,188 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,188 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,188 INFO snapshot-role/MainThread: , 2024-03-01 17:22:25,188 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:25,188 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,188 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,188 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 17:22:25,262 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:25,263 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,263 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:25,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,263 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,263 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: , 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,311 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:22:25,339 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:25,339 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,339 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:25,339 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,339 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:25,339 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:25,339 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,339 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,339 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,339 INFO snapshot-role/MainThread: , 2024-03-01 17:22:25,339 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:25,339 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,339 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,339 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:22:25,368 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:25,369 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,369 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:25,369 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,369 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:25,369 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:25,369 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,369 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,369 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,369 INFO snapshot-role/MainThread: , 2024-03-01 17:22:25,369 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:25,369 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,369 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,369 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 17:22:25,446 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:25,446 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,446 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:25,446 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,446 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,446 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: , 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,496 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:22:25,531 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:25,532 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,532 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:25,532 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,532 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:25,532 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:25,532 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,532 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,532 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,532 INFO snapshot-role/MainThread: , 2024-03-01 17:22:25,532 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:25,532 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,532 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,532 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:22:25,562 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:25,563 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,563 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:25,563 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,563 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:25,563 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:25,563 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,563 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,563 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,563 INFO snapshot-role/MainThread: , 2024-03-01 17:22:25,563 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:25,563 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,563 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,563 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 17:22:25,641 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:25,641 INFO snapshot-role/MainThread: { 2024-03-01 17:22:25,641 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:25,641 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:25,641 INFO snapshot-role/MainThread: } 2024-03-01 17:22:25,641 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:22:27,082 INFO snapshot-role/MainThread: remove_cmd: remove None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:22:27,082 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:22:27,083 INFO snapshot-role/MainThread: remove verify snapsset : snapset1 2024-03-01 17:22:27,083 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:22:27,110 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:27,111 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,111 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:27,111 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,111 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:27,111 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:27,111 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:27,111 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,111 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,111 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,111 INFO snapshot-role/MainThread: , 2024-03-01 17:22:27,111 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:27,111 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,111 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,111 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:22:27,141 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:22:27,141 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,142 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:27,142 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,142 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:27,142 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,142 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,142 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,142 INFO snapshot-role/MainThread: , 2024-03-01 17:22:27,142 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:27,142 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,142 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,142 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:27,168 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:27,168 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,168 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:27,168 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,168 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:27,169 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:27,169 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:27,169 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,169 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,169 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,169 INFO snapshot-role/MainThread: , 2024-03-01 17:22:27,169 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:27,169 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,169 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,169 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:22:27,194 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:22:27,194 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,194 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:27,194 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,194 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:27,194 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,195 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,195 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,195 INFO snapshot-role/MainThread: , 2024-03-01 17:22:27,195 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:27,195 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,195 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,195 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:22:27,221 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:27,221 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,221 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:27,221 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,222 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:27,222 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:27,222 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:27,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,222 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,222 INFO snapshot-role/MainThread: , 2024-03-01 17:22:27,222 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:27,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,222 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,222 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:22:27,249 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:22:27,250 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,250 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:27,250 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,250 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:27,250 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,250 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,250 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,250 INFO snapshot-role/MainThread: , 2024-03-01 17:22:27,250 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:27,250 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,250 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,250 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:22:27,278 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:22:27,278 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,278 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:27,279 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,279 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:27,279 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:27,279 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:27,279 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:22:27,279 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:22:27,279 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,279 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,279 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,279 INFO snapshot-role/MainThread: , 2024-03-01 17:22:27,279 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:27,279 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,279 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,279 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:22:27,305 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:22:27,305 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,305 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:22:27,305 INFO snapshot-role/MainThread: { 2024-03-01 17:22:27,305 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:22:27,305 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,305 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,305 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,306 INFO snapshot-role/MainThread: , 2024-03-01 17:22:27,306 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:22:27,306 INFO snapshot-role/MainThread: ] 2024-03-01 17:22:27,306 INFO snapshot-role/MainThread: } 2024-03-01 17:22:27,306 INFO snapshot-role/MainThread: exit code: 0: [''] + cat /etc/lvm/devices/system.devices # LVM uses devices listed in this file. # Created by LVM command lvmdevices pid 24360 at Fri Mar 1 17:22:42 2024 PRODUCT_UUID=ec2a5a25-b745-94ec-a869-ed892c1ef014 VERSION=1.1.53 ++ lsblk -l -p -o NAME + for dev in $(lsblk -l -p -o NAME) + '[' NAME = NAME ']' + continue + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sda + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sda + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdb = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdb + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdb + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdc = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdc + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdc + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdd = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdd + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdd + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sde = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sde + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sde + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdf = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdf + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdf + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdg = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdg + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdg + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdh = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdh + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdh + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdi = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdi + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdi + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdj = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdj + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdj + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdk = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdk + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdk + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdl = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdl + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdl + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda /dev/xvda: PTUUID="e61ef7e0" PTTYPE="dos" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda /dev/xvda: PTUUID="e61ef7e0" PTTYPE="dos" + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda1 = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda1 /dev/xvda1: UUID="a4d9efbc-be36-4c5f-99af-596afd10159d" TYPE="xfs" PARTUUID="e61ef7e0-01" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda1 /dev/xvda1: UUID="a4d9efbc-be36-4c5f-99af-596afd10159d" FSSIZE="4226809856" FSLASTBLOCK="1048320" FSBLOCKSIZE="4096" BLOCK_SIZE="512" TYPE="xfs" USAGE="filesystem" PART_ENTRY_SCHEME="dos" PART_ENTRY_UUID="e61ef7e0-01" PART_ENTRY_TYPE="0x83" PART_ENTRY_FLAGS="0x80" PART_ENTRY_NUMBER="1" PART_ENTRY_OFFSET="2048" PART_ENTRY_SIZE="524285919" PART_ENTRY_DISK="202:0" + blkid -g + echo lsblk after garbage collect lsblk after garbage collect + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + blkid -s none + echo lsblk after cache flush lsblk after cache flush + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + dmsetup table No devices found + cat /tmp/blivet.log 2024-03-01 17:20:14,354 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_6bx346z9/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:20:17,579 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_svk97vzq/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:20:21,676 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_dwy6xoeh/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:20:21,814 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:21,814 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:20:21,949 INFO program/MainThread: stdout[2]: 2024-03-01 17:20:21,949 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:20:21,949 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:20:21,949 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:20:21,954 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:21,954 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:20:21,958 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:21,958 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:20:21,961 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:21,961 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:20:21,964 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:21,964 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:20:21,972 INFO program/MainThread: stdout: 2024-03-01 17:20:21,972 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:20:21,972 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:20:21,972 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:20:21,972 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:20:21,972 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:20:21,972 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:20:21,972 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:20:21,972 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:20:21,972 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:20:21,972 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:20:21,972 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:20:21,972 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:20:21,972 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:20:21,972 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:20:21,972 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:20:21,972 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:21,972 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:20:21,973 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:21,973 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:21,973 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:20:21,973 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:21,973 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:20:21,974 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:20:21,974 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:21,986 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:21,999 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:20:22,003 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/scsi-36001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-diskseq/2', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'ID_SERIAL': '36001405c7605f87e2dd44328235512a9', 'ID_SERIAL_SHORT': '6001405c7605f87e2dd44328235512a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7605f87e', 'ID_WWN_VENDOR_EXTENSION': '0x2dd44328235512a9', 'ID_WWN_WITH_EXTENSION': '0x6001405c7605f87e2dd44328235512a9', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7605f87e2dd44328235512a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593781552'} ; 2024-03-01 17:20:22,004 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:20:22,004 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:22,037 INFO program/MainThread: stdout[3]: 2024-03-01 17:20:22,037 INFO program/MainThread: stderr[3]: 2024-03-01 17:20:22,037 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:20:22,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,049 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:20:22,051 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:20:22,055 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:20:22,056 INFO blivet/MainThread: sda is a disk 2024-03-01 17:20:22,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:20:22,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:20:22,060 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:20:22,063 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:20:22,063 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:20:22,066 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:20:22,067 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:20:22,068 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:20:22,068 INFO blivet/MainThread: got device: DiskDevice instance (0x7f49e51dbe50) -- 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 = 6001405c7605f87e2dd44328235512a9 2024-03-01 17:20:22,071 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:20:22,071 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:20:22,074 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/wwn-0x60014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/scsi-360014050e9b6d7e32cc4ec6ad6649404', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'ID_SERIAL': '360014050e9b6d7e32cc4ec6ad6649404', 'ID_SERIAL_SHORT': '60014050e9b6d7e32cc4ec6ad6649404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050e9b6d7e3', 'ID_WWN_VENDOR_EXTENSION': '0x2cc4ec6ad6649404', 'ID_WWN_WITH_EXTENSION': '0x60014050e9b6d7e32cc4ec6ad6649404', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050e9b6d7e32cc4ec6ad6649404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593775410'} ; 2024-03-01 17:20:22,074 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:20:22,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,085 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:20:22,086 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:20:22,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:20:22,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:20:22,089 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:20:22,092 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:20:22,092 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:20:22,095 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:20:22,095 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:20:22,096 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:20:22,096 INFO blivet/MainThread: got device: DiskDevice instance (0x7f49e5117f40) -- 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 = 60014050e9b6d7e32cc4ec6ad6649404 2024-03-01 17:20:22,099 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:20:22,099 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:20:22,102 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/scsi-36001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'ID_SERIAL': '36001405b6f8c60704334deb9ca9344a0', 'ID_SERIAL_SHORT': '6001405b6f8c60704334deb9ca9344a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6f8c6070', 'ID_WWN_VENDOR_EXTENSION': '0x4334deb9ca9344a0', 'ID_WWN_WITH_EXTENSION': '0x6001405b6f8c60704334deb9ca9344a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6f8c60704334deb9ca9344a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594356889'} ; 2024-03-01 17:20:22,102 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:20:22,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,113 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:20:22,114 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:20:22,114 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:20:22,114 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:20:22,117 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:20:22,120 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:20:22,120 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:20:22,123 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:20:22,123 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:20:22,124 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:20:22,124 INFO blivet/MainThread: got device: DiskDevice instance (0x7f49e5117f70) -- 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 = 6001405b6f8c60704334deb9ca9344a0 2024-03-01 17:20:22,127 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:20:22,127 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:20:22,130 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-id/scsi-36001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'ID_SERIAL': '36001405f6c47da3798f486cbb173c192', 'ID_SERIAL_SHORT': '6001405f6c47da3798f486cbb173c192', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6c47da37', 'ID_WWN_VENDOR_EXTENSION': '0x98f486cbb173c192', 'ID_WWN_WITH_EXTENSION': '0x6001405f6c47da3798f486cbb173c192', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6c47da3798f486cbb173c192', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594413992'} ; 2024-03-01 17:20:22,130 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:20:22,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,140 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:20:22,141 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:20:22,141 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:20:22,141 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:20:22,144 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:20:22,147 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:20:22,147 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:20:22,150 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:20:22,150 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:20:22,151 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:20:22,151 INFO blivet/MainThread: got device: DiskDevice instance (0x7f49e40fbfa0) -- 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 = 6001405f6c47da3798f486cbb173c192 2024-03-01 17:20:22,154 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:20:22,154 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:20:22,157 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/wwn-0x6001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'ID_SERIAL': '36001405c384a7d0fd42402ab48647604', 'ID_SERIAL_SHORT': '6001405c384a7d0fd42402ab48647604', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c384a7d0f', 'ID_WWN_VENDOR_EXTENSION': '0xd42402ab48647604', 'ID_WWN_WITH_EXTENSION': '0x6001405c384a7d0fd42402ab48647604', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c384a7d0fd42402ab48647604', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593859156'} ; 2024-03-01 17:20:22,157 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:20:22,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,167 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:20:22,168 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:20:22,168 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:20:22,168 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:20:22,171 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:20:22,174 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:20:22,174 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:20:22,177 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:20:22,177 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:20:22,177 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:20:22,177 INFO blivet/MainThread: got device: DiskDevice instance (0x7f49e5117eb0) -- 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 = 6001405c384a7d0fd42402ab48647604 2024-03-01 17:20:22,180 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:20:22,181 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:20:22,184 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/wwn-0x6001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-36001405c8f7deaa9c9449df993f76883', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'ID_SERIAL': '36001405c8f7deaa9c9449df993f76883', 'ID_SERIAL_SHORT': '6001405c8f7deaa9c9449df993f76883', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c8f7deaa9', 'ID_WWN_VENDOR_EXTENSION': '0xc9449df993f76883', 'ID_WWN_WITH_EXTENSION': '0x6001405c8f7deaa9c9449df993f76883', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c8f7deaa9c9449df993f76883', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593816439'} ; 2024-03-01 17:20:22,184 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:20:22,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,194 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:20:22,195 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:20:22,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:20:22,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:20:22,198 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:20:22,201 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:20:22,201 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:20:22,203 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:20:22,204 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:20:22,204 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:20:22,204 INFO blivet/MainThread: got device: DiskDevice instance (0x7f49e55ce460) -- 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 = 6001405c8f7deaa9c9449df993f76883 2024-03-01 17:20:22,207 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:20:22,207 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:20:22,210 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/scsi-3600140597c41fbd71554a328e0c165f5', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'ID_SERIAL': '3600140597c41fbd71554a328e0c165f5', 'ID_SERIAL_SHORT': '600140597c41fbd71554a328e0c165f5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597c41fbd7', 'ID_WWN_VENDOR_EXTENSION': '0x1554a328e0c165f5', 'ID_WWN_WITH_EXTENSION': '0x600140597c41fbd71554a328e0c165f5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597c41fbd71554a328e0c165f5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593986117'} ; 2024-03-01 17:20:22,210 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:20:22,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,220 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:20:22,221 INFO blivet/MainThread: sde is a disk 2024-03-01 17:20:22,221 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:20:22,221 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:20:22,224 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:20:22,227 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:20:22,227 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:20:22,230 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:20:22,230 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:20:22,230 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:20:22,230 INFO blivet/MainThread: got device: DiskDevice instance (0x7f49e4087610) -- 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 = 600140597c41fbd71554a328e0c165f5 2024-03-01 17:20:22,233 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:20:22,233 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:20:22,236 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/wwn-0x6001405440d1e8b89904665bae377f82 ' '/dev/disk/by-id/scsi-36001405440d1e8b89904665bae377f82', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'ID_SERIAL': '36001405440d1e8b89904665bae377f82', 'ID_SERIAL_SHORT': '6001405440d1e8b89904665bae377f82', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405440d1e8b8', 'ID_WWN_VENDOR_EXTENSION': '0x9904665bae377f82', 'ID_WWN_WITH_EXTENSION': '0x6001405440d1e8b89904665bae377f82', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405440d1e8b89904665bae377f82', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594073378'} ; 2024-03-01 17:20:22,236 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:20:22,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,247 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:20:22,247 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:20:22,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:20:22,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:20:22,250 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:20:22,253 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:20:22,253 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:20:22,256 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:20:22,256 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:20:22,256 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:20:22,256 INFO blivet/MainThread: got device: DiskDevice instance (0x7f49e40fb790) -- 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 = 6001405440d1e8b89904665bae377f82 2024-03-01 17:20:22,259 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:20:22,260 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:20:22,262 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/scsi-36001405f5734b57e5174177899809df8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/wwn-0x6001405f5734b57e5174177899809df8 ' '/dev/disk/by-diskseq/8', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'ID_SERIAL': '36001405f5734b57e5174177899809df8', 'ID_SERIAL_SHORT': '6001405f5734b57e5174177899809df8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f5734b57e', 'ID_WWN_VENDOR_EXTENSION': '0x5174177899809df8', 'ID_WWN_WITH_EXTENSION': '0x6001405f5734b57e5174177899809df8', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f5734b57e5174177899809df8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594194969'} ; 2024-03-01 17:20:22,263 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:20:22,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,273 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:20:22,273 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:20:22,273 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:20:22,274 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:20:22,276 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:20:22,279 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:20:22,279 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:20:22,282 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:20:22,282 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:20:22,283 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:20:22,283 INFO blivet/MainThread: got device: DiskDevice instance (0x7f49e4090b80) -- 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 = 6001405f5734b57e5174177899809df8 2024-03-01 17:20:22,286 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:20:22,286 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:20:22,289 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/wwn-0x600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-3600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'ID_SERIAL': '3600140517f70eddad1f439d9dc8b6e2b', 'ID_SERIAL_SHORT': '600140517f70eddad1f439d9dc8b6e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140517f70edda', 'ID_WWN_VENDOR_EXTENSION': '0xd1f439d9dc8b6e2b', 'ID_WWN_WITH_EXTENSION': '0x600140517f70eddad1f439d9dc8b6e2b', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140517f70eddad1f439d9dc8b6e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594133983'} ; 2024-03-01 17:20:22,289 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:20:22,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,299 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:20:22,300 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:20:22,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:20:22,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:20:22,302 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:20:22,305 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:20:22,305 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:20:22,308 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:20:22,309 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:20:22,309 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:20:22,309 INFO blivet/MainThread: got device: DiskDevice instance (0x7f49e4090f10) -- 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 = 600140517f70eddad1f439d9dc8b6e2b 2024-03-01 17:20:22,312 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:20:22,312 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:20:22,315 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x6001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-36001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'ID_SERIAL': '36001405b8364ad612b246328a2bbbad4', 'ID_SERIAL_SHORT': '6001405b8364ad612b246328a2bbbad4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8364ad61', 'ID_WWN_VENDOR_EXTENSION': '0x2b246328a2bbbad4', 'ID_WWN_WITH_EXTENSION': '0x6001405b8364ad612b246328a2bbbad4', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8364ad612b246328a2bbbad4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594335610'} ; 2024-03-01 17:20:22,315 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:20:22,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,325 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:20:22,326 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:20:22,326 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:20:22,326 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:20:22,329 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:20:22,332 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:20:22,332 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:20:22,335 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:20:22,335 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:20:22,335 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:20:22,335 INFO blivet/MainThread: got device: DiskDevice instance (0x7f49e4095b50) -- 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 = 6001405b8364ad612b246328a2bbbad4 2024-03-01 17:20:22,338 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:20:22,339 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:20:22,341 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-id/scsi-360014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/wwn-0x60014059e03fec5dbf54a72af89072bc', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'ID_SERIAL': '360014059e03fec5dbf54a72af89072bc', 'ID_SERIAL_SHORT': '60014059e03fec5dbf54a72af89072bc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059e03fec5d', 'ID_WWN_VENDOR_EXTENSION': '0xbf54a72af89072bc', 'ID_WWN_WITH_EXTENSION': '0x60014059e03fec5dbf54a72af89072bc', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059e03fec5dbf54a72af89072bc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594404585'} ; 2024-03-01 17:20:22,341 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:20:22,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,352 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:20:22,352 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:20:22,353 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:20:22,353 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:20:22,355 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:20:22,358 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:20:22,358 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:20:22,361 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:20:22,361 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:20:22,362 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:20:22,362 INFO blivet/MainThread: got device: DiskDevice instance (0x7f49e4086100) -- 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 = 60014059e03fec5dbf54a72af89072bc 2024-03-01 17:20:22,365 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:20:22,365 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:20:22,368 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13108560'} ; 2024-03-01 17:20:22,368 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:20:22,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,377 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:20:22,377 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:20:22,377 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:20:22,377 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:20:22,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:20:22,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:20:22,380 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:20:22,383 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:20:22,383 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:20:22,386 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:20:22,386 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:20:22,386 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:20:22,387 INFO blivet/MainThread: got device: DiskDevice instance (0x7f49e4087ac0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:20:22,390 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:20:22,393 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:22,393 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:20:22,396 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:22,396 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:20:22,399 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:22,400 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:20:22,403 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:22,403 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:20:22,406 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:20:22,408 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:22,411 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:20:22,418 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 0x7f49e5a1c2c0> 2024-03-01 17:20:22,461 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:20:22,465 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:20:22,465 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:20:22,468 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13114063'} ; 2024-03-01 17:20:22,468 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:20:22,468 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:20:22,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,477 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:20:22,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,482 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:22,493 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:22,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:20:22,512 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:20:22,517 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:20:22,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:20:22,519 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:20:22,522 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:20:22,522 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:20:22,525 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:20:22,526 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:20:22,526 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:20:22,528 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:20:22,531 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:20:22,534 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:20:22,537 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:20:22,540 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:20:22,540 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:20:22,540 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:20:22,541 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:20:22,540 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f49e40a5700) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f49e55ae5e0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:20:22,544 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:20:22,547 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:22,547 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:20:22,550 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:22,550 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:20:22,553 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:22,553 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:20:22,556 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:22,556 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:20:22,557 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:20:22,558 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:20:22,560 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:22,561 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:20:22,564 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:20:22,564 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:20:22,564 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:22,577 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:22,589 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:20:22,590 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:20:22,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:22,601 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:20:22,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:22,611 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:20:22,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:22,622 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:20:22,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:22,632 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:20:22,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:22,642 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:20:22,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:22,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:20:22,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:22,652 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:20:22,652 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:20:25,604 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_k8b65aiw/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:20:25,637 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:25,637 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:20:25,640 INFO program/MainThread: stdout[2]: 2024-03-01 17:20:25,640 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:20:25,640 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:20:25,641 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:20:25,645 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:25,645 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:20:25,648 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:25,648 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:20:25,651 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:25,651 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:20:25,654 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:25,654 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:20:25,662 INFO program/MainThread: stdout: 2024-03-01 17:20:25,662 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:20:25,662 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:20:25,662 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:20:25,662 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:20:25,662 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:20:25,662 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:20:25,662 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:20:25,662 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:20:25,662 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:20:25,662 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:20:25,662 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:20:25,662 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:20:25,662 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:20:25,662 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:20:25,662 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:20:25,663 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:25,663 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:20:25,663 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:25,663 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:25,663 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:20:25,663 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:25,663 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:20:25,664 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:20:25,664 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:25,674 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:25,687 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:20:25,691 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-id/wwn-0x6001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-36001405c7605f87e2dd44328235512a9', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'ID_SERIAL': '36001405c7605f87e2dd44328235512a9', 'ID_SERIAL_SHORT': '6001405c7605f87e2dd44328235512a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7605f87e', 'ID_WWN_VENDOR_EXTENSION': '0x2dd44328235512a9', 'ID_WWN_WITH_EXTENSION': '0x6001405c7605f87e2dd44328235512a9', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7605f87e2dd44328235512a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593781552'} ; 2024-03-01 17:20:25,691 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:20:25,692 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:25,722 INFO program/MainThread: stdout[3]: 2024-03-01 17:20:25,722 INFO program/MainThread: stderr[3]: 2024-03-01 17:20:25,722 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:20:25,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:25,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:25,733 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:20:25,735 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:20:25,740 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:20:25,740 INFO blivet/MainThread: sda is a disk 2024-03-01 17:20:25,740 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:20:25,741 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:20:25,744 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:20:25,747 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:20:25,747 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:20:25,750 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:20:25,751 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:20:25,751 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:20:25,751 INFO blivet/MainThread: got device: DiskDevice instance (0x7f54a0f3be50) -- 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 = 6001405c7605f87e2dd44328235512a9 2024-03-01 17:20:25,754 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:20:25,755 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:20:25,758 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/scsi-360014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x60014050e9b6d7e32cc4ec6ad6649404', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'ID_SERIAL': '360014050e9b6d7e32cc4ec6ad6649404', 'ID_SERIAL_SHORT': '60014050e9b6d7e32cc4ec6ad6649404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050e9b6d7e3', 'ID_WWN_VENDOR_EXTENSION': '0x2cc4ec6ad6649404', 'ID_WWN_WITH_EXTENSION': '0x60014050e9b6d7e32cc4ec6ad6649404', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050e9b6d7e32cc4ec6ad6649404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593775410'} ; 2024-03-01 17:20:25,758 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:20:25,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:20:25,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:25,769 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:20:25,769 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:20:25,769 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:20:25,769 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:20:25,772 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:20:25,775 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:20:25,775 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:20:25,778 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:20:25,778 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:20:25,779 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:20:25,779 INFO blivet/MainThread: got device: DiskDevice instance (0x7f54a0e78f40) -- 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 = 60014050e9b6d7e32cc4ec6ad6649404 2024-03-01 17:20:25,782 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:20:25,782 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:20:25,785 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/scsi-36001405b6f8c60704334deb9ca9344a0', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'ID_SERIAL': '36001405b6f8c60704334deb9ca9344a0', 'ID_SERIAL_SHORT': '6001405b6f8c60704334deb9ca9344a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6f8c6070', 'ID_WWN_VENDOR_EXTENSION': '0x4334deb9ca9344a0', 'ID_WWN_WITH_EXTENSION': '0x6001405b6f8c60704334deb9ca9344a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6f8c60704334deb9ca9344a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594356889'} ; 2024-03-01 17:20:25,785 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:20:25,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:20:25,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:25,796 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:20:25,797 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:20:25,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:20:25,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:20:25,800 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:20:25,803 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:20:25,803 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:20:25,806 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:20:25,806 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:20:25,807 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:20:25,807 INFO blivet/MainThread: got device: DiskDevice instance (0x7f54a0e78f70) -- 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 = 6001405b6f8c60704334deb9ca9344a0 2024-03-01 17:20:25,810 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:20:25,810 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:20:25,813 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-id/wwn-0x6001405f6c47da3798f486cbb173c192', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'ID_SERIAL': '36001405f6c47da3798f486cbb173c192', 'ID_SERIAL_SHORT': '6001405f6c47da3798f486cbb173c192', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6c47da37', 'ID_WWN_VENDOR_EXTENSION': '0x98f486cbb173c192', 'ID_WWN_WITH_EXTENSION': '0x6001405f6c47da3798f486cbb173c192', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6c47da3798f486cbb173c192', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594413992'} ; 2024-03-01 17:20:25,813 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:20:25,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:20:25,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:25,823 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:20:25,824 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:20:25,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:20:25,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:20:25,827 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:20:25,830 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:20:25,830 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:20:25,833 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:20:25,833 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:20:25,833 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:20:25,833 INFO blivet/MainThread: got device: DiskDevice instance (0x7f54a065dfa0) -- 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 = 6001405f6c47da3798f486cbb173c192 2024-03-01 17:20:25,836 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:20:25,837 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:20:25,840 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c384a7d0-fd42-402a-b486-47604c166abd', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'ID_SERIAL': '36001405c384a7d0fd42402ab48647604', 'ID_SERIAL_SHORT': '6001405c384a7d0fd42402ab48647604', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c384a7d0f', 'ID_WWN_VENDOR_EXTENSION': '0xd42402ab48647604', 'ID_WWN_WITH_EXTENSION': '0x6001405c384a7d0fd42402ab48647604', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c384a7d0fd42402ab48647604', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593859156'} ; 2024-03-01 17:20:25,840 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:20:25,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:20:25,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:25,850 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:20:25,851 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:20:25,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:20:25,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:20:25,854 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:20:25,856 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:20:25,857 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:20:25,859 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:20:25,860 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:20:25,860 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:20:25,860 INFO blivet/MainThread: got device: DiskDevice instance (0x7f54a0e78eb0) -- 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 = 6001405c384a7d0fd42402ab48647604 2024-03-01 17:20:25,863 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:20:25,863 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:20:25,866 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-36001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-diskseq/5', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_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': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'ID_SERIAL': '36001405c8f7deaa9c9449df993f76883', 'ID_SERIAL_SHORT': '6001405c8f7deaa9c9449df993f76883', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c8f7deaa9', 'ID_WWN_VENDOR_EXTENSION': '0xc9449df993f76883', 'ID_WWN_WITH_EXTENSION': '0x6001405c8f7deaa9c9449df993f76883', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c8f7deaa9c9449df993f76883', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593816439'} ; 2024-03-01 17:20:25,866 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:20:25,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:20:25,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:25,877 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:20:25,877 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:20:25,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:20:25,878 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:20:25,880 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:20:25,883 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:20:25,883 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:20:25,886 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:20:25,886 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:20:25,887 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:20:25,887 INFO blivet/MainThread: got device: DiskDevice instance (0x7f54a12f9460) -- 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 = 6001405c8f7deaa9c9449df993f76883 2024-03-01 17:20:25,890 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:20:25,890 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:20:25,893 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/wwn-0x600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-id/scsi-3600140597c41fbd71554a328e0c165f5', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'ID_SERIAL': '3600140597c41fbd71554a328e0c165f5', 'ID_SERIAL_SHORT': '600140597c41fbd71554a328e0c165f5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597c41fbd7', 'ID_WWN_VENDOR_EXTENSION': '0x1554a328e0c165f5', 'ID_WWN_WITH_EXTENSION': '0x600140597c41fbd71554a328e0c165f5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597c41fbd71554a328e0c165f5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593986117'} ; 2024-03-01 17:20:25,893 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:20:25,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:20:25,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:25,903 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:20:25,904 INFO blivet/MainThread: sde is a disk 2024-03-01 17:20:25,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:20:25,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:20:25,907 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:20:25,910 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:20:25,910 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:20:25,913 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:20:25,913 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:20:25,913 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:20:25,913 INFO blivet/MainThread: got device: DiskDevice instance (0x7f54a05e6610) -- 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 = 600140597c41fbd71554a328e0c165f5 2024-03-01 17:20:25,916 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:20:25,916 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:20:25,919 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/scsi-36001405440d1e8b89904665bae377f82 ' '/dev/disk/by-id/wwn-0x6001405440d1e8b89904665bae377f82 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_440d1e8b-8990-4665-bae3-77f82b791844', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'ID_SERIAL': '36001405440d1e8b89904665bae377f82', 'ID_SERIAL_SHORT': '6001405440d1e8b89904665bae377f82', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405440d1e8b8', 'ID_WWN_VENDOR_EXTENSION': '0x9904665bae377f82', 'ID_WWN_WITH_EXTENSION': '0x6001405440d1e8b89904665bae377f82', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405440d1e8b89904665bae377f82', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594073378'} ; 2024-03-01 17:20:25,919 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:20:25,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:20:25,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:25,930 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:20:25,931 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:20:25,931 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:20:25,931 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:20:25,933 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:20:25,936 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:20:25,936 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:20:25,939 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:20:25,939 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:20:25,940 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:20:25,940 INFO blivet/MainThread: got device: DiskDevice instance (0x7f54a065d790) -- 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 = 6001405440d1e8b89904665bae377f82 2024-03-01 17:20:25,943 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:20:25,943 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:20:25,946 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/wwn-0x6001405f5734b57e5174177899809df8 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/scsi-36001405f5734b57e5174177899809df8', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'ID_SERIAL': '36001405f5734b57e5174177899809df8', 'ID_SERIAL_SHORT': '6001405f5734b57e5174177899809df8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f5734b57e', 'ID_WWN_VENDOR_EXTENSION': '0x5174177899809df8', 'ID_WWN_WITH_EXTENSION': '0x6001405f5734b57e5174177899809df8', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f5734b57e5174177899809df8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594194969'} ; 2024-03-01 17:20:25,946 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:20:25,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:20:25,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:25,956 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:20:25,957 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:20:25,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:20:25,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:20:25,959 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:20:25,962 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:20:25,962 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:20:25,965 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:20:25,966 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:20:25,966 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:20:25,966 INFO blivet/MainThread: got device: DiskDevice instance (0x7f54a05f1b80) -- 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 = 6001405f5734b57e5174177899809df8 2024-03-01 17:20:25,969 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:20:25,969 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:20:25,972 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/wwn-0x600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'ID_SERIAL': '3600140517f70eddad1f439d9dc8b6e2b', 'ID_SERIAL_SHORT': '600140517f70eddad1f439d9dc8b6e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140517f70edda', 'ID_WWN_VENDOR_EXTENSION': '0xd1f439d9dc8b6e2b', 'ID_WWN_WITH_EXTENSION': '0x600140517f70eddad1f439d9dc8b6e2b', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140517f70eddad1f439d9dc8b6e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594133983'} ; 2024-03-01 17:20:25,972 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:20:25,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:20:25,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:25,982 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:20:25,983 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:20:25,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:20:25,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:20:25,986 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:20:25,988 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:20:25,988 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:20:25,991 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:20:25,991 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:20:25,992 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:20:25,992 INFO blivet/MainThread: got device: DiskDevice instance (0x7f54a05f1f10) -- 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 = 600140517f70eddad1f439d9dc8b6e2b 2024-03-01 17:20:25,995 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:20:25,995 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:20:25,998 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-id/wwn-0x6001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-36001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'ID_SERIAL': '36001405b8364ad612b246328a2bbbad4', 'ID_SERIAL_SHORT': '6001405b8364ad612b246328a2bbbad4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8364ad61', 'ID_WWN_VENDOR_EXTENSION': '0x2b246328a2bbbad4', 'ID_WWN_WITH_EXTENSION': '0x6001405b8364ad612b246328a2bbbad4', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8364ad612b246328a2bbbad4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594335610'} ; 2024-03-01 17:20:25,998 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:20:26,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:26,008 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:20:26,008 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:20:26,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:20:26,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:20:26,012 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:20:26,014 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:20:26,014 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:20:26,017 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:20:26,017 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:20:26,018 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:20:26,018 INFO blivet/MainThread: got device: DiskDevice instance (0x7f54a05f7b50) -- 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 = 6001405b8364ad612b246328a2bbbad4 2024-03-01 17:20:26,021 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:20:26,021 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:20:26,024 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-id/scsi-360014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/wwn-0x60014059e03fec5dbf54a72af89072bc', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'ID_SERIAL': '360014059e03fec5dbf54a72af89072bc', 'ID_SERIAL_SHORT': '60014059e03fec5dbf54a72af89072bc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059e03fec5d', 'ID_WWN_VENDOR_EXTENSION': '0xbf54a72af89072bc', 'ID_WWN_WITH_EXTENSION': '0x60014059e03fec5dbf54a72af89072bc', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059e03fec5dbf54a72af89072bc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594404585'} ; 2024-03-01 17:20:26,024 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:20:26,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:26,034 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:20:26,035 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:20:26,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:20:26,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:20:26,038 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:20:26,041 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:20:26,041 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:20:26,043 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:20:26,044 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:20:26,044 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:20:26,044 INFO blivet/MainThread: got device: DiskDevice instance (0x7f54a05e8100) -- 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 = 60014059e03fec5dbf54a72af89072bc 2024-03-01 17:20:26,047 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:20:26,047 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:20:26,050 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13108560'} ; 2024-03-01 17:20:26,050 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:20:26,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:26,059 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:20:26,060 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:20:26,060 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:20:26,060 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:20:26,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:20:26,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:20:26,063 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:20:26,065 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:20:26,066 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:20:26,068 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:20:26,069 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:20:26,069 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:20:26,069 INFO blivet/MainThread: got device: DiskDevice instance (0x7f54a05e6ac0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:20:26,072 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:20:26,075 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:26,075 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:20:26,078 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:26,078 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:20:26,081 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:26,081 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:20:26,084 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:26,084 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:20:26,087 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:20:26,090 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:26,092 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:20:26,098 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 0x7f54a2607540> 2024-03-01 17:20:26,138 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:20:26,142 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:20:26,142 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:20:26,145 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13114063'} ; 2024-03-01 17:20:26,145 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:20:26,145 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:20:26,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:26,154 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:20:26,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:26,159 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:26,171 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:20:26,190 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:20:26,194 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:20:26,194 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:20:26,197 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:20:26,200 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:20:26,200 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:20:26,203 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:20:26,203 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:20:26,203 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:20:26,206 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:20:26,209 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:20:26,212 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:20:26,214 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:20:26,217 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:20:26,217 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:20:26,218 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:20:26,218 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:20:26,218 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f54a0606700) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f54a12fa4f0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:20:26,221 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:20:26,224 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:26,224 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:20:26,227 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:26,227 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:20:26,230 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:26,230 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:20:26,233 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:26,233 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:20:26,235 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:20:26,235 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:20:26,238 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:26,238 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:20:26,241 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:20:26,241 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:20:26,241 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:26,253 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,267 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:20:26,267 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:20:26,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:26,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:26,278 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:20:26,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:26,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:26,288 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:20:26,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:26,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:26,298 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:20:26,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:26,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:26,308 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:20:26,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:26,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:26,318 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:20:26,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:26,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:26,328 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:20:26,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:26,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:26,339 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:20:26,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:20:26,344 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:20:26,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:20:26,349 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:20:26,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:20:26,354 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:20:26,357 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:20:26,357 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:20:26,357 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:20:26,360 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:20:26,360 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:20:26,363 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:20:26,363 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:20:26,366 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:20:26,366 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:20:26,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:20:26,369 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:20:26,369 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:20:26,371 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:20:26,372 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:20:26,374 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:20:26,374 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:20:26,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:20:26,377 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:20:26,377 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:20:26,380 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:20:26,380 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:20:26,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:20:26,384 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:20:26,387 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:20:26,391 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:20:26,394 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:20:26,397 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:20:26,400 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:20:26,401 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:20:26,403 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:20:26,404 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:20:26,404 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:20:26,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:26,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:26,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:26,415 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:20:26,416 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:20:26,416 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:20:26,416 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 17:20:26,417 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:20:26,417 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:20:26,420 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:26,420 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:20:26,422 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:26,423 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:20:26,426 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:20:26,429 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:20:26,429 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:20:26,432 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:20:26,435 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:20:26,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:20:26,441 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:20:26,441 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:20:26,442 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:20:26,442 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:20:26,442 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:20:26,548 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 17:20:26,548 INFO program/MainThread: stderr[4]: 2024-03-01 17:20:26,548 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:20:26,548 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:20:26,549 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:20:26,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:20:26,553 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:20:26,553 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:20:26,554 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:20:26,554 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:20:26,554 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:20:26,554 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:20:26,554 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:20:26,554 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:20:26,554 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:20:26,554 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:20:26,554 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:20:26,554 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:20:26,555 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:20:26,557 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:20:26,560 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:20:26,562 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:20:26,563 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:20:26,566 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:20:26,566 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 0x7f54a17489a0> 2024-03-01 17:20:26,566 INFO blivet/MainThread: sorting actions... 2024-03-01 17:20:26,567 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:20:26,568 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:20:26,568 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:20:26,568 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:20:26,568 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:20:26,568 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:20:26,568 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:20:26,568 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:20:26,569 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:20:26,569 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:20:26,571 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:26,574 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:20:26,574 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:20:26,581 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,581 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:26,607 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,608 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:26,619 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,620 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:20:26,623 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:26,626 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:20:26,626 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:20:26,631 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,631 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:26,657 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,657 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:26,668 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,669 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:20:26,672 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:26,675 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:20:26,675 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:20:26,680 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,680 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:26,703 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,704 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:26,716 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,717 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:20:26,721 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:26,723 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:20:26,726 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:20:26,726 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:20:26,726 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:26,726 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:20:26,766 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. Creating devices file /etc/lvm/devices/system.devices 2024-03-01 17:20:26,766 INFO program/MainThread: stderr[5]: 2024-03-01 17:20:26,766 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:20:26,767 INFO program/MainThread: Running [6] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:26,777 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 17:20:26,777 INFO program/MainThread: stderr[6]: 2024-03-01 17:20:26,777 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:20:26,777 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdc ... 2024-03-01 17:20:26,806 INFO program/MainThread: stdout[7]: 2024-03-01 17:20:26,806 INFO program/MainThread: stderr[7]: 2024-03-01 17:20:26,806 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:20:26,806 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 17:20:26,807 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:26,818 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,822 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:20:26,822 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:20:26,823 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:20:26,832 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,832 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:26,853 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,853 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:20:26,857 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:26,859 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:20:26,862 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:20:26,862 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:20:26,862 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:26,862 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:20:26,890 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:20:26,890 INFO program/MainThread: stderr[8]: 2024-03-01 17:20:26,890 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:20:26,890 INFO program/MainThread: Running [9] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:26,902 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 17:20:26,902 INFO program/MainThread: stderr[9]: 2024-03-01 17:20:26,902 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:20:26,902 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdb ... 2024-03-01 17:20:26,930 INFO program/MainThread: stdout[10]: 2024-03-01 17:20:26,930 INFO program/MainThread: stderr[10]: 2024-03-01 17:20:26,930 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:20:26,931 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 17:20:26,931 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:26,942 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,946 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:20:26,946 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:20:26,947 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:20:26,956 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,956 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:26,981 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:26,981 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:20:26,984 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:26,987 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:20:26,989 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:20:26,990 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:20:26,990 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:26,990 INFO program/MainThread: Running [11] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:20:27,028 INFO program/MainThread: stdout[11]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:20:27,029 INFO program/MainThread: stderr[11]: 2024-03-01 17:20:27,029 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:20:27,029 INFO program/MainThread: Running [12] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:27,038 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 17:20:27,038 INFO program/MainThread: stderr[12]: 2024-03-01 17:20:27,038 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:20:27,038 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sda ... 2024-03-01 17:20:27,065 INFO program/MainThread: stdout[13]: 2024-03-01 17:20:27,065 INFO program/MainThread: stderr[13]: 2024-03-01 17:20:27,065 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:20:27,065 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 17:20:27,066 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:27,077 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,081 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:20:27,081 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:20:27,083 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:20:27,091 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,092 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:27,116 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,116 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:20:27,120 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:20:27,122 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:20:27,125 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:27,128 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:20:27,130 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:27,133 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:20:27,135 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:27,138 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:20:27,141 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:20:27,141 INFO program/MainThread: Running [14] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:27,185 INFO program/MainThread: stdout[14]: Volume group "test_vg1" successfully created 2024-03-01 17:20:27,186 INFO program/MainThread: stderr[14]: 2024-03-01 17:20:27,186 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:20:27,196 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:20:27,202 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:20:27,214 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:27,222 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:20:27,230 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:27,238 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:20:27,248 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:27,257 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:20:27,257 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:27,275 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,279 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:20:27,282 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:20:27,282 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:27,295 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,296 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:20:27,303 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,304 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:27,314 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,315 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:20:27,318 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:20:27,321 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:20:27,324 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:20:27,327 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:20:27,329 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:27,332 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:20:27,335 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:27,338 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:20:27,341 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:27,344 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:20:27,344 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:27,356 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,360 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:20:27,361 INFO program/MainThread: Running [15] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:27,392 INFO program/MainThread: stdout[15]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:20:27,392 INFO program/MainThread: stderr[15]: 2024-03-01 17:20:27,392 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:20:27,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:20:27,396 INFO program/MainThread: Running [16] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:27,445 INFO program/MainThread: stdout[16]: Logical volume "lv1" created. 2024-03-01 17:20:27,445 INFO program/MainThread: stderr[16]: 2024-03-01 17:20:27,445 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:20:27,452 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:27,462 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:20:27,463 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:20:27,463 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:27,494 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,498 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:20:27,498 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:20:27,499 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:20:27,507 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,508 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:27,523 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,524 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:20:27,527 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:27,530 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:20:27,533 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:20:27,533 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:20:27,803 INFO program/MainThread: stdout: 2024-03-01 17:20:27,804 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:20:27,804 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:20:27,804 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:20:27,804 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:20:27,804 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:20:27,804 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:20:27,804 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:20:27,804 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:20:27,804 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:20:27,804 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:20:27,804 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,805 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:20:27,869 INFO program/MainThread: stdout: 2024-03-01 17:20:27,869 INFO program/MainThread: writing all SBs 2024-03-01 17:20:27,869 INFO program/MainThread: new label = "" 2024-03-01 17:20:27,869 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,869 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:27,885 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,889 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:20:27,889 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:20:27,890 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:20:27,899 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,899 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:27,916 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:27,921 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:20:27,921 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 0x7f54a385dd60> 2024-03-01 17:20:27,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:27,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:20:27,927 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:20:27,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:27,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:20:27,932 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:20:32,110 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_w3cb4_xk/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:20:32,145 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:32,146 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:20:32,148 INFO program/MainThread: stdout[2]: 2024-03-01 17:20:32,148 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:20:32,148 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:20:32,149 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:20:32,153 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:32,153 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:20:32,156 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:32,157 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:20:32,159 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:32,160 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:20:32,162 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:32,162 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:20:32,171 INFO program/MainThread: stdout: 2024-03-01 17:20:32,171 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:20:32,171 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP 2024-03-01 17:20:32,171 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1 2024-03-01 17:20:32,171 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP 2024-03-01 17:20:32,171 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1 2024-03-01 17:20:32,171 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl 2024-03-01 17:20:32,171 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:20:32,171 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:20:32,171 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:20:32,171 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:20:32,171 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:20:32,171 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:20:32,171 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:20:32,171 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:20:32,171 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:20:32,171 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:20:32,171 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:20:32,171 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:32,171 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1 sdb 1073741824 root disk brw-rw---- LVM2_member laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1 sdc 1073741824 root disk brw-rw---- LVM2_member p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:20:32,171 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:32,172 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:32,172 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:20:32,172 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:32,172 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:20:32,172 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:20:32,173 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:32,184 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:32,198 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 17:20:32,202 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/lvm-pv-uuid-PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP ' '/dev/disk/by-id/wwn-0x6001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-diskseq/2', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP', 'ID_FS_UUID_ENC': 'PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP', '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': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'ID_SERIAL': '36001405c7605f87e2dd44328235512a9', 'ID_SERIAL_SHORT': '6001405c7605f87e2dd44328235512a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7605f87e', 'ID_WWN_VENDOR_EXTENSION': '0x2dd44328235512a9', 'ID_WWN_WITH_EXTENSION': '0x6001405c7605f87e2dd44328235512a9', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7605f87e2dd44328235512a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593781552'} ; 2024-03-01 17:20:32,202 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:20:32,203 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:32,238 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:20:32,238 INFO program/MainThread: stderr[3]: 2024-03-01 17:20:32,238 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:20:32,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:32,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:32,249 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:20:32,251 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:20:32,255 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:20:32,256 INFO blivet/MainThread: sda is a disk 2024-03-01 17:20:32,256 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:20:32,256 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:20:32,259 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:20:32,263 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:20:32,263 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:20:32,266 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:20:32,266 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:20:32,267 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:20:32,267 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa08e0998e0) -- 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 = 6001405c7605f87e2dd44328235512a9 2024-03-01 17:20:32,270 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:20:32,273 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:32,274 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:20:32,277 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:32,277 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:20:32,280 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:32,280 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:20:32,283 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:32,284 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:20:32,286 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:20:32,287 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:20:32,287 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:20:32,320 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:20:32,320 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP. WARNING: Couldn't find device with uuid p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl. WARNING: VG test_vg1 is missing PV laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:20:32,320 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:20:32,320 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:20:32,324 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP ; label: None ; device: /dev/sda ; serial: 36001405c7605f87e2dd44328235512a9 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; pe_start: 8 MiB ; 2024-03-01 17:20:32,325 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:20:32,328 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:20:32,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; incomplete: True ; hidden: False ; 2024-03-01 17:20:32,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:20:32,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:32,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:32,339 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:20:32,376 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:20:32,376 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP. WARNING: Couldn't find device with uuid p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl. WARNING: VG test_vg1 is missing PV laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:20:32,376 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:20:32,376 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:20:32,376 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:20:32,382 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:20:32,385 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:20:32,385 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:20:32,388 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:20:32,388 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:20:32,421 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:20:32,422 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP. WARNING: Couldn't find device with uuid p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl. WARNING: VG test_vg1 is missing PV laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:20:32,422 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:20:32,426 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:20:32,426 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:20:32,429 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:20:32,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; incomplete: True ; hidden: False ; 2024-03-01 17:20:32,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:20:32,435 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:20:32,435 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:20:32,438 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/lvm-pv-uuid-laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/wwn-0x60014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/scsi-360014050e9b6d7e32cc4ec6ad6649404', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP', 'ID_FS_UUID_ENC': 'laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP', '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': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'ID_SERIAL': '360014050e9b6d7e32cc4ec6ad6649404', 'ID_SERIAL_SHORT': '60014050e9b6d7e32cc4ec6ad6649404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050e9b6d7e3', 'ID_WWN_VENDOR_EXTENSION': '0x2cc4ec6ad6649404', 'ID_WWN_WITH_EXTENSION': '0x60014050e9b6d7e32cc4ec6ad6649404', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050e9b6d7e32cc4ec6ad6649404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593775410'} ; 2024-03-01 17:20:32,438 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:20:32,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:20:32,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:32,449 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:20:32,449 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:20:32,450 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:20:32,450 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:20:32,453 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:20:32,455 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:20:32,456 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:20:32,459 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:20:32,459 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:20:32,459 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:20:32,459 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa08cd3c250) -- 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 = 60014050e9b6d7e32cc4ec6ad6649404 2024-03-01 17:20:32,462 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:20:32,466 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:32,466 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:20:32,469 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:32,469 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:20:32,472 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:32,472 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:20:32,475 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:32,475 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:20:32,478 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:20:32,478 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:20:32,478 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 17:20:32,515 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:20:32,515 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl. WARNING: VG test_vg1 is missing PV p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl (last written to /dev/sdc). 2024-03-01 17:20:32,515 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:20:32,515 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:20:32,519 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP ; label: None ; device: /dev/sdb ; serial: 360014050e9b6d7e32cc4ec6ad6649404 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 17:20:32,519 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:20:32,522 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:20:32,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; incomplete: True ; hidden: False ; 2024-03-01 17:20:32,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:20:32,530 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:20:32,534 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:20:32,536 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:20:32,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; incomplete: True ; hidden: False ; 2024-03-01 17:20:32,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:32,542 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 17:20:32,575 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:20:32,575 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl. WARNING: VG test_vg1 is missing PV p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl (last written to /dev/sdc). 2024-03-01 17:20:32,575 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:20:32,575 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:20:32,575 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:20:32,579 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x6001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_b6f8c607-0433-4deb-9ca9-344a0d616d57', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'ID_SERIAL': '36001405b6f8c60704334deb9ca9344a0', 'ID_SERIAL_SHORT': '6001405b6f8c60704334deb9ca9344a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6f8c6070', 'ID_WWN_VENDOR_EXTENSION': '0x4334deb9ca9344a0', 'ID_WWN_WITH_EXTENSION': '0x6001405b6f8c60704334deb9ca9344a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6f8c60704334deb9ca9344a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594356889'} ; 2024-03-01 17:20:32,579 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:20:32,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:20:32,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:32,590 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:20:32,591 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:20:32,591 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:20:32,591 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:20:32,594 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:20:32,597 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:20:32,597 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:20:32,600 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:20:32,600 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:20:32,601 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:20:32,601 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa08ccb4d00) -- 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 = 6001405b6f8c60704334deb9ca9344a0 2024-03-01 17:20:32,604 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:20:32,604 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:20:32,607 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/wwn-0x6001405f6c47da3798f486cbb173c192', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'ID_SERIAL': '36001405f6c47da3798f486cbb173c192', 'ID_SERIAL_SHORT': '6001405f6c47da3798f486cbb173c192', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6c47da37', 'ID_WWN_VENDOR_EXTENSION': '0x98f486cbb173c192', 'ID_WWN_WITH_EXTENSION': '0x6001405f6c47da3798f486cbb173c192', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6c47da3798f486cbb173c192', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594413992'} ; 2024-03-01 17:20:32,607 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:20:32,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:20:32,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:32,618 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:20:32,618 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:20:32,618 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:20:32,618 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:20:32,621 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:20:32,624 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:20:32,624 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:20:32,627 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:20:32,627 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:20:32,628 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:20:32,628 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa08cd037f0) -- 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 = 6001405f6c47da3798f486cbb173c192 2024-03-01 17:20:32,631 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:20:32,631 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:20:32,634 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/lvm-pv-uuid-p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c384a7d0-fd42-402a-b486-47604c166abd', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl', 'ID_FS_UUID_ENC': 'p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl', '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': 'c384a7d0-fd42-402a-b486-47604c166abd', 'ID_SERIAL': '36001405c384a7d0fd42402ab48647604', 'ID_SERIAL_SHORT': '6001405c384a7d0fd42402ab48647604', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c384a7d0f', 'ID_WWN_VENDOR_EXTENSION': '0xd42402ab48647604', 'ID_WWN_WITH_EXTENSION': '0x6001405c384a7d0fd42402ab48647604', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c384a7d0fd42402ab48647604', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593859156'} ; 2024-03-01 17:20:32,634 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:20:32,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:20:32,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:32,644 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:20:32,645 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:20:32,645 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:20:32,645 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:20:32,648 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:20:32,651 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:20:32,651 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:20:32,654 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:20:32,654 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:20:32,654 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:20:32,654 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa08cc43580) -- 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 = 6001405c384a7d0fd42402ab48647604 2024-03-01 17:20:32,657 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:20:32,661 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:32,661 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:20:32,664 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:32,664 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:20:32,667 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:32,667 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:20:32,670 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:32,670 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:20:32,673 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:20:32,673 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:20:32,673 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 17:20:32,705 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:20:32,705 INFO program/MainThread: stderr[9]: 2024-03-01 17:20:32,705 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:20:32,705 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:20:32,709 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl ; label: None ; device: /dev/sdc ; serial: 36001405c384a7d0fd42402ab48647604 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:20:32,709 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:20:32,712 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:20:32,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; incomplete: True ; hidden: False ; 2024-03-01 17:20:32,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:32,721 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:20:32,724 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:20:32,726 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:20:32,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; incomplete: True ; hidden: False ; 2024-03-01 17:20:32,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:32,732 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 17:20:32,764 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:20:32,764 INFO program/MainThread: stderr[10]: 2024-03-01 17:20:32,764 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:20:32,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:32,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:32,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP ; incomplete: False ; hidden: False ; 2024-03-01 17:20:32,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:20:32,776 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:20:32,780 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:20:32,780 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:20:32,783 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:20:32,786 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:20:32,787 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:20:32,790 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:20:32,790 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:20:32,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:20:32,794 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:20:32,797 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:20:32,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:20:32,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:20:32,803 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:20:32,803 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:20:32,807 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:20:32,807 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:20:32,807 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:20:32,807 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:20:32,810 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:20:32,810 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:20:32,813 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:20:32,814 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:20:32,817 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-66C0VFc4S3kXH628A6ZPaXR2XBfsqf3dOERVuexJ1C0kSordg5OXBGzZxfcDQMAP ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', '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-66C0VFc4S3kXH628A6ZPaXR2XBfsqf3dOERVuexJ1C0kSordg5OXBGzZxfcDQMAP', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1', 'ID_FS_UUID_ENC': '25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '935285118'} ; 2024-03-01 17:20:32,817 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:20:32,817 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:32,820 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:20:32,820 INFO program/MainThread: stderr[11]: 2024-03-01 17:20:32,820 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:20:32,820 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:32,823 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:20:32,823 INFO program/MainThread: stderr[12]: 2024-03-01 17:20:32,823 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:20:32,823 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:32,825 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:20:32,826 INFO program/MainThread: stderr[13]: 2024-03-01 17:20:32,826 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:20:32,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:32,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:20:32,836 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:32,836 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:32,837 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:32,837 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:32,833 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa08ccb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa08cd03670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:32,838 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:32,840 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:20:32,840 INFO program/MainThread: stderr[14]: 2024-03-01 17:20:32,840 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:20:32,844 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:20:32,847 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:32,848 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:20:32,851 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:32,851 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:20:32,854 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:32,854 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:20:32,857 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:32,857 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:20:32,859 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:20:32,859 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:20:32,862 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:32,862 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:20:32,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:20:32,866 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:20:32,866 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:20:32,869 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/scsi-36001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-diskseq/5', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_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': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'ID_SERIAL': '36001405c8f7deaa9c9449df993f76883', 'ID_SERIAL_SHORT': '6001405c8f7deaa9c9449df993f76883', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c8f7deaa9', 'ID_WWN_VENDOR_EXTENSION': '0xc9449df993f76883', 'ID_WWN_WITH_EXTENSION': '0x6001405c8f7deaa9c9449df993f76883', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c8f7deaa9c9449df993f76883', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593816439'} ; 2024-03-01 17:20:32,869 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:20:32,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:20:32,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:32,880 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:20:32,881 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:20:32,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:20:32,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 17:20:32,884 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:20:32,887 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:20:32,887 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:20:32,890 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:20:32,890 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:20:32,890 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 17:20:32,891 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa08dd59e80) -- name = sdd status = True id = 59 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405c8f7deaa9c9449df993f76883 2024-03-01 17:20:32,894 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:20:32,894 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:20:32,897 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-3600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-id/wwn-0x600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_97c41fbd-7155-4a32-8e0c-165f50b26595', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'ID_SERIAL': '3600140597c41fbd71554a328e0c165f5', 'ID_SERIAL_SHORT': '600140597c41fbd71554a328e0c165f5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597c41fbd7', 'ID_WWN_VENDOR_EXTENSION': '0x1554a328e0c165f5', 'ID_WWN_WITH_EXTENSION': '0x600140597c41fbd71554a328e0c165f5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597c41fbd71554a328e0c165f5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593986117'} ; 2024-03-01 17:20:32,897 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:20:32,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:20:32,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:32,907 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:20:32,908 INFO blivet/MainThread: sde is a disk 2024-03-01 17:20:32,908 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 17:20:32,908 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 17:20:32,911 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:20:32,913 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:20:32,914 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:20:32,917 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:20:32,917 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:20:32,917 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 17:20:32,917 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa08cc43a30) -- name = sde status = True id = 64 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 600140597c41fbd71554a328e0c165f5 2024-03-01 17:20:32,920 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:20:32,921 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:20:32,923 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405440d1e8b89904665bae377f82 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/scsi-36001405440d1e8b89904665bae377f82 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'ID_SERIAL': '36001405440d1e8b89904665bae377f82', 'ID_SERIAL_SHORT': '6001405440d1e8b89904665bae377f82', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405440d1e8b8', 'ID_WWN_VENDOR_EXTENSION': '0x9904665bae377f82', 'ID_WWN_WITH_EXTENSION': '0x6001405440d1e8b89904665bae377f82', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405440d1e8b89904665bae377f82', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594073378'} ; 2024-03-01 17:20:32,924 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:20:32,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:20:32,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:32,934 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:20:32,935 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:20:32,935 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 17:20:32,935 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 17:20:32,938 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:20:32,940 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:20:32,941 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:20:32,943 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:20:32,944 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:20:32,944 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 17:20:32,944 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa08cc43910) -- name = sdf status = True id = 69 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 6001405440d1e8b89904665bae377f82 2024-03-01 17:20:32,947 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:20:32,947 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:20:32,950 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/scsi-36001405f5734b57e5174177899809df8 ' '/dev/disk/by-id/wwn-0x6001405f5734b57e5174177899809df8 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f5734b57-e517-4177-8998-09df8f76da77', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'ID_SERIAL': '36001405f5734b57e5174177899809df8', 'ID_SERIAL_SHORT': '6001405f5734b57e5174177899809df8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f5734b57e', 'ID_WWN_VENDOR_EXTENSION': '0x5174177899809df8', 'ID_WWN_WITH_EXTENSION': '0x6001405f5734b57e5174177899809df8', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f5734b57e5174177899809df8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594194969'} ; 2024-03-01 17:20:32,950 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:20:32,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:20:32,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:32,961 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:20:32,961 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:20:32,961 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 17:20:32,961 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 17:20:32,964 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:20:32,967 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:20:32,967 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:20:32,970 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:20:32,970 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:20:32,971 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 17:20:32,971 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa08cc45520) -- name = sdg status = True id = 74 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 6001405f5734b57e5174177899809df8 2024-03-01 17:20:32,974 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:20:32,974 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:20:32,977 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/wwn-0x600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/scsi-3600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-diskseq/9', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'ID_SERIAL': '3600140517f70eddad1f439d9dc8b6e2b', 'ID_SERIAL_SHORT': '600140517f70eddad1f439d9dc8b6e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140517f70edda', 'ID_WWN_VENDOR_EXTENSION': '0xd1f439d9dc8b6e2b', 'ID_WWN_WITH_EXTENSION': '0x600140517f70eddad1f439d9dc8b6e2b', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140517f70eddad1f439d9dc8b6e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594133983'} ; 2024-03-01 17:20:32,977 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:20:32,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:20:32,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:32,987 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:20:32,988 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:20:32,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 17:20:32,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 17:20:32,991 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:20:32,993 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:20:32,994 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:20:32,996 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:20:32,997 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:20:32,997 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 17:20:32,997 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa08cc45ca0) -- name = sdh status = True id = 79 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 600140517f70eddad1f439d9dc8b6e2b 2024-03-01 17:20:33,000 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:20:33,000 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:20:33,003 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-id/scsi-36001405b8364ad612b246328a2bbbad4', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'ID_SERIAL': '36001405b8364ad612b246328a2bbbad4', 'ID_SERIAL_SHORT': '6001405b8364ad612b246328a2bbbad4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8364ad61', 'ID_WWN_VENDOR_EXTENSION': '0x2b246328a2bbbad4', 'ID_WWN_WITH_EXTENSION': '0x6001405b8364ad612b246328a2bbbad4', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8364ad612b246328a2bbbad4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594335610'} ; 2024-03-01 17:20:33,003 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:20:33,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:33,014 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:20:33,015 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:20:33,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:20:33,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:20:33,018 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:20:33,020 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:20:33,021 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:20:33,023 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:20:33,024 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:20:33,024 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 17:20:33,024 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa08cc45ee0) -- name = sdi status = True id = 84 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 6001405b8364ad612b246328a2bbbad4 2024-03-01 17:20:33,027 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:20:33,027 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:20:33,030 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-id/wwn-0x60014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-diskseq/11', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'ID_SERIAL': '360014059e03fec5dbf54a72af89072bc', 'ID_SERIAL_SHORT': '60014059e03fec5dbf54a72af89072bc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059e03fec5d', 'ID_WWN_VENDOR_EXTENSION': '0xbf54a72af89072bc', 'ID_WWN_WITH_EXTENSION': '0x60014059e03fec5dbf54a72af89072bc', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059e03fec5dbf54a72af89072bc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594404585'} ; 2024-03-01 17:20:33,030 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:20:33,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:33,041 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:20:33,041 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:20:33,041 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 17:20:33,041 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 17:20:33,044 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:20:33,047 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:20:33,047 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:20:33,050 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:20:33,050 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:20:33,051 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 17:20:33,051 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa08cc62f10) -- name = sdj status = True id = 89 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 60014059e03fec5dbf54a72af89072bc 2024-03-01 17:20:33,053 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:20:33,054 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:20:33,056 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13108560'} ; 2024-03-01 17:20:33,056 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:20:33,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:33,066 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:20:33,066 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:20:33,066 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:20:33,066 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:20:33,066 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:20:33,066 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:20:33,069 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:20:33,072 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:20:33,072 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:20:33,075 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:20:33,075 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:20:33,076 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 17:20:33,076 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa08cc62fa0) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:20:33,078 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:20:33,081 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:33,081 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 17:20:33,084 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:33,084 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 17:20:33,087 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:33,088 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 17:20:33,091 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:33,091 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 17:20:33,093 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:20:33,096 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:33,099 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:20:33,105 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 0x7fa08ddb40c0> 2024-03-01 17:20:33,147 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 17:20:33,151 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:20:33,151 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:20:33,154 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13114063'} ; 2024-03-01 17:20:33,154 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:20:33,154 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:20:33,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:33,163 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:20:33,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:33,168 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:33,180 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:33,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 17:20:33,200 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 17:20:33,203 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:20:33,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:20:33,206 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:20:33,209 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:20:33,209 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:20:33,212 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:20:33,213 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:20:33,213 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:20:33,215 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:20:33,218 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:20:33,221 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:20:33,224 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:20:33,227 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:20:33,227 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:20:33,227 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 17:20:33,228 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:20:33,227 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fa08cc7a490) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fa08cc73d60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:20:33,231 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:20:33,234 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:33,234 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 17:20:33,237 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:33,237 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 17:20:33,240 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:33,240 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 17:20:33,243 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:33,243 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 17:20:33,244 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:20:33,246 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:33,247 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 17:20:33,249 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:20:33,249 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:20:33,252 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-66C0VFc4S3kXH628A6ZPaXR2XBfsqf3dOERVuexJ1C0kSordg5OXBGzZxfcDQMAP ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', '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-66C0VFc4S3kXH628A6ZPaXR2XBfsqf3dOERVuexJ1C0kSordg5OXBGzZxfcDQMAP', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1', 'ID_FS_UUID_ENC': '25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '935285118'} ; 2024-03-01 17:20:33,252 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:20:33,253 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:33,255 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:20:33,255 INFO program/MainThread: stderr[15]: 2024-03-01 17:20:33,255 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:20:33,256 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:33,258 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:20:33,258 INFO program/MainThread: stderr[16]: 2024-03-01 17:20:33,258 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:20:33,258 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:33,261 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:20:33,261 INFO program/MainThread: stderr[17]: 2024-03-01 17:20:33,261 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:20:33,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:20:33,270 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:33,270 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:33,271 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:33,271 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:33,268 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa08ccb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa08cd03670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:33,272 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:33,274 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:20:33,274 INFO program/MainThread: stderr[18]: 2024-03-01 17:20:33,274 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:20:33,278 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:20:33,278 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:20:33,278 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:33,290 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:33,304 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:20:33,305 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:20:33,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:33,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:33,317 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:20:33,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:33,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:33,327 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:20:33,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:33,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:33,337 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:20:33,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:33,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:33,347 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:20:33,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:33,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:33,357 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:20:33,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:33,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:20:33,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:33,367 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:20:36,370 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_7m9_cndt/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:20:36,404 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:36,405 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:20:36,407 INFO program/MainThread: stdout[2]: 2024-03-01 17:20:36,408 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:20:36,408 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:20:36,408 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:20:36,412 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:36,412 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:20:36,416 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:36,416 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:20:36,419 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:36,419 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:20:36,422 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:20:36,422 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:20:36,430 INFO program/MainThread: stdout: 2024-03-01 17:20:36,430 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:20:36,430 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP 2024-03-01 17:20:36,430 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1 2024-03-01 17:20:36,430 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP 2024-03-01 17:20:36,430 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1 2024-03-01 17:20:36,430 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl 2024-03-01 17:20:36,430 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:20:36,430 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:20:36,430 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:20:36,430 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:20:36,430 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:20:36,430 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:20:36,430 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:20:36,430 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:20:36,430 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:20:36,430 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:20:36,431 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:20:36,431 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:36,431 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1 sdb 1073741824 root disk brw-rw---- LVM2_member laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1 sdc 1073741824 root disk brw-rw---- LVM2_member p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:20:36,431 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:36,431 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:36,431 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:20:36,431 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:20:36,432 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:20:36,432 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:20:36,432 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:36,443 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:36,456 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 17:20:36,461 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/wwn-0x6001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-id/lvm-pv-uuid-PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_c7605f87-e2dd-4432-8235-512a973d6be1', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP', 'ID_FS_UUID_ENC': 'PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP', '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': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'ID_SERIAL': '36001405c7605f87e2dd44328235512a9', 'ID_SERIAL_SHORT': '6001405c7605f87e2dd44328235512a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7605f87e', 'ID_WWN_VENDOR_EXTENSION': '0x2dd44328235512a9', 'ID_WWN_WITH_EXTENSION': '0x6001405c7605f87e2dd44328235512a9', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7605f87e2dd44328235512a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593781552'} ; 2024-03-01 17:20:36,461 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:20:36,461 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:36,492 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:20:36,492 INFO program/MainThread: stderr[3]: 2024-03-01 17:20:36,492 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:20:36,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:36,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:36,503 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:20:36,505 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:20:36,509 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:20:36,510 INFO blivet/MainThread: sda is a disk 2024-03-01 17:20:36,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:20:36,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:20:36,514 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:20:36,517 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:20:36,517 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:20:36,520 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:20:36,521 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:20:36,521 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:20:36,521 INFO blivet/MainThread: got device: DiskDevice instance (0x7f24968e18e0) -- 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 = 6001405c7605f87e2dd44328235512a9 2024-03-01 17:20:36,525 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:20:36,528 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:36,528 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:20:36,531 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:36,532 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:20:36,535 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:36,535 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:20:36,538 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:36,538 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:20:36,542 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:20:36,542 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:20:36,542 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:20:36,577 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:20:36,577 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP. WARNING: Couldn't find device with uuid p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl. WARNING: VG test_vg1 is missing PV laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:20:36,577 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:20:36,577 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:20:36,581 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP ; label: None ; device: /dev/sda ; serial: 36001405c7605f87e2dd44328235512a9 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; pe_start: 8 MiB ; 2024-03-01 17:20:36,581 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:20:36,584 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:20:36,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; incomplete: True ; hidden: False ; 2024-03-01 17:20:36,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:20:36,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:36,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:36,596 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:20:36,630 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:20:36,630 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP. WARNING: Couldn't find device with uuid p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl. WARNING: VG test_vg1 is missing PV laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:20:36,630 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:20:36,630 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:20:36,631 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:20:36,636 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:20:36,639 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:20:36,639 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:20:36,642 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:20:36,643 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:20:36,677 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:20:36,678 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP. WARNING: Couldn't find device with uuid p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl. WARNING: VG test_vg1 is missing PV laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:20:36,678 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:20:36,682 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:20:36,683 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:20:36,685 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:20:36,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; incomplete: True ; hidden: False ; 2024-03-01 17:20:36,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:20:36,691 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:20:36,691 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:20:36,694 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/lvm-pv-uuid-laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x60014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP', 'ID_FS_UUID_ENC': 'laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP', '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': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'ID_SERIAL': '360014050e9b6d7e32cc4ec6ad6649404', 'ID_SERIAL_SHORT': '60014050e9b6d7e32cc4ec6ad6649404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050e9b6d7e3', 'ID_WWN_VENDOR_EXTENSION': '0x2cc4ec6ad6649404', 'ID_WWN_WITH_EXTENSION': '0x60014050e9b6d7e32cc4ec6ad6649404', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050e9b6d7e32cc4ec6ad6649404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593775410'} ; 2024-03-01 17:20:36,694 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:20:36,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:20:36,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:36,705 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:20:36,706 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:20:36,706 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:20:36,706 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:20:36,709 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:20:36,711 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:20:36,712 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:20:36,715 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:20:36,715 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:20:36,715 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:20:36,715 INFO blivet/MainThread: got device: DiskDevice instance (0x7f249557c250) -- 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 = 60014050e9b6d7e32cc4ec6ad6649404 2024-03-01 17:20:36,718 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:20:36,722 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:36,722 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:20:36,725 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:36,725 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:20:36,728 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:36,728 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:20:36,731 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:36,731 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:20:36,734 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:20:36,734 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:20:36,734 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 17:20:36,767 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:20:36,767 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl. WARNING: VG test_vg1 is missing PV p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl (last written to /dev/sdc). 2024-03-01 17:20:36,767 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:20:36,767 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:20:36,771 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP ; label: None ; device: /dev/sdb ; serial: 360014050e9b6d7e32cc4ec6ad6649404 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 17:20:36,771 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:20:36,774 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:20:36,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; incomplete: True ; hidden: False ; 2024-03-01 17:20:36,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:20:36,782 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:20:36,786 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:20:36,788 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:20:36,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; incomplete: True ; hidden: False ; 2024-03-01 17:20:36,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:36,794 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 17:20:36,824 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:20:36,824 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl. WARNING: VG test_vg1 is missing PV p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl (last written to /dev/sdc). 2024-03-01 17:20:36,824 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:20:36,824 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:20:36,824 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:20:36,829 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/scsi-36001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/wwn-0x6001405b6f8c60704334deb9ca9344a0', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'ID_SERIAL': '36001405b6f8c60704334deb9ca9344a0', 'ID_SERIAL_SHORT': '6001405b6f8c60704334deb9ca9344a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6f8c6070', 'ID_WWN_VENDOR_EXTENSION': '0x4334deb9ca9344a0', 'ID_WWN_WITH_EXTENSION': '0x6001405b6f8c60704334deb9ca9344a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6f8c60704334deb9ca9344a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594356889'} ; 2024-03-01 17:20:36,829 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:20:36,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:20:36,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:36,840 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:20:36,840 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:20:36,840 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:20:36,840 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:20:36,843 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:20:36,846 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:20:36,846 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:20:36,849 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:20:36,849 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:20:36,850 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:20:36,850 INFO blivet/MainThread: got device: DiskDevice instance (0x7f24954f4d00) -- 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 = 6001405b6f8c60704334deb9ca9344a0 2024-03-01 17:20:36,853 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:20:36,853 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:20:36,856 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-id/wwn-0x6001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-id/scsi-36001405f6c47da3798f486cbb173c192', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'ID_SERIAL': '36001405f6c47da3798f486cbb173c192', 'ID_SERIAL_SHORT': '6001405f6c47da3798f486cbb173c192', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6c47da37', 'ID_WWN_VENDOR_EXTENSION': '0x98f486cbb173c192', 'ID_WWN_WITH_EXTENSION': '0x6001405f6c47da3798f486cbb173c192', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6c47da3798f486cbb173c192', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594413992'} ; 2024-03-01 17:20:36,856 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:20:36,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:20:36,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:36,867 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:20:36,867 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:20:36,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:20:36,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:20:36,870 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:20:36,873 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:20:36,873 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:20:36,876 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:20:36,876 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:20:36,877 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:20:36,877 INFO blivet/MainThread: got device: DiskDevice instance (0x7f24955447f0) -- 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 = 6001405f6c47da3798f486cbb173c192 2024-03-01 17:20:36,880 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:20:36,880 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:20:36,883 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl ' '/dev/disk/by-id/scsi-36001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-id/wwn-0x6001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-diskseq/4', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl', 'ID_FS_UUID_ENC': 'p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl', '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': 'c384a7d0-fd42-402a-b486-47604c166abd', 'ID_SERIAL': '36001405c384a7d0fd42402ab48647604', 'ID_SERIAL_SHORT': '6001405c384a7d0fd42402ab48647604', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c384a7d0f', 'ID_WWN_VENDOR_EXTENSION': '0xd42402ab48647604', 'ID_WWN_WITH_EXTENSION': '0x6001405c384a7d0fd42402ab48647604', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c384a7d0fd42402ab48647604', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593859156'} ; 2024-03-01 17:20:36,883 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:20:36,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:20:36,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:36,893 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:20:36,894 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:20:36,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:20:36,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:20:36,897 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:20:36,899 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:20:36,900 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:20:36,902 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:20:36,903 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:20:36,903 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:20:36,903 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2495483580) -- 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 = 6001405c384a7d0fd42402ab48647604 2024-03-01 17:20:36,906 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:20:36,909 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:36,909 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:20:36,912 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:36,912 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:20:36,916 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:36,916 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:20:36,919 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:36,919 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:20:36,921 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:20:36,921 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:20:36,922 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:20:36,958 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PX3tqH-xkBV-eope-SVoz-BDZD-6MwR-YgIbkP LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=laKhdt-Kd1E-y9Us-ZEL3-YGuX-WnLt-f7qjYP LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:20:36,958 INFO program/MainThread: stderr[9]: 2024-03-01 17:20:36,958 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:20:36,958 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:20:36,962 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: p3shKj-kJBI-dYYW-ch97-y8zW-5hs5-4D3Qhl ; label: None ; device: /dev/sdc ; serial: 36001405c384a7d0fd42402ab48647604 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:20:36,962 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:20:36,965 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:20:36,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; incomplete: True ; hidden: False ; 2024-03-01 17:20:36,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:36,974 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:20:36,976 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:20:36,979 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:20:36,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d ; incomplete: True ; hidden: False ; 2024-03-01 17:20:36,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:36,985 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:20:37,014 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:20:37,014 INFO program/MainThread: stderr[10]: 2024-03-01 17:20:37,014 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:20:37,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:20:37,026 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:20:37,030 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:20:37,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:20:37,033 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:20:37,036 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:20:37,037 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:20:37,040 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:20:37,040 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:20:37,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:20:37,044 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:20:37,047 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:20:37,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:20:37,050 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:20:37,053 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:20:37,053 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:20:37,056 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:20:37,057 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:20:37,057 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:20:37,057 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:20:37,060 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:20:37,060 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:20:37,063 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:20:37,063 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:20:37,067 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1 ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-66C0VFc4S3kXH628A6ZPaXR2XBfsqf3dOERVuexJ1C0kSordg5OXBGzZxfcDQMAP ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', '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-66C0VFc4S3kXH628A6ZPaXR2XBfsqf3dOERVuexJ1C0kSordg5OXBGzZxfcDQMAP', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1', 'ID_FS_UUID_ENC': '25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '935285118'} ; 2024-03-01 17:20:37,067 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:20:37,067 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:37,070 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:20:37,070 INFO program/MainThread: stderr[11]: 2024-03-01 17:20:37,070 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:20:37,070 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:37,073 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:20:37,073 INFO program/MainThread: stderr[12]: 2024-03-01 17:20:37,073 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:20:37,073 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:37,075 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:20:37,076 INFO program/MainThread: stderr[13]: 2024-03-01 17:20:37,076 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:20:37,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:20:37,086 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,086 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,087 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,082 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,088 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:37,090 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:20:37,090 INFO program/MainThread: stderr[14]: 2024-03-01 17:20:37,090 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:20:37,094 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:20:37,097 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:37,097 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:20:37,100 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:37,101 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:20:37,104 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:37,104 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:20:37,107 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:37,107 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:20:37,108 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:20:37,109 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:20:37,112 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:37,112 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:20:37,115 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:20:37,115 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:20:37,116 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:20:37,119 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/scsi-36001405c8f7deaa9c9449df993f76883', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'ID_SERIAL': '36001405c8f7deaa9c9449df993f76883', 'ID_SERIAL_SHORT': '6001405c8f7deaa9c9449df993f76883', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c8f7deaa9', 'ID_WWN_VENDOR_EXTENSION': '0xc9449df993f76883', 'ID_WWN_WITH_EXTENSION': '0x6001405c8f7deaa9c9449df993f76883', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c8f7deaa9c9449df993f76883', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593816439'} ; 2024-03-01 17:20:37,119 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:20:37,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,130 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:20:37,130 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:20:37,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:20:37,131 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 17:20:37,133 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:20:37,136 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:20:37,136 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:20:37,139 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:20:37,140 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:20:37,140 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 17:20:37,140 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2496599e80) -- name = sdd status = True id = 59 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405c8f7deaa9c9449df993f76883 2024-03-01 17:20:37,143 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:20:37,143 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:20:37,146 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/wwn-0x600140597c41fbd71554a328e0c165f5', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'ID_SERIAL': '3600140597c41fbd71554a328e0c165f5', 'ID_SERIAL_SHORT': '600140597c41fbd71554a328e0c165f5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597c41fbd7', 'ID_WWN_VENDOR_EXTENSION': '0x1554a328e0c165f5', 'ID_WWN_WITH_EXTENSION': '0x600140597c41fbd71554a328e0c165f5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597c41fbd71554a328e0c165f5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593986117'} ; 2024-03-01 17:20:37,146 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:20:37,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,157 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:20:37,158 INFO blivet/MainThread: sde is a disk 2024-03-01 17:20:37,158 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 17:20:37,158 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 17:20:37,161 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:20:37,164 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:20:37,164 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:20:37,167 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:20:37,167 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:20:37,167 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 17:20:37,168 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2495483a30) -- name = sde status = True id = 64 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 600140597c41fbd71554a328e0c165f5 2024-03-01 17:20:37,171 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:20:37,171 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:20:37,174 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/wwn-0x6001405440d1e8b89904665bae377f82 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/scsi-36001405440d1e8b89904665bae377f82 ' '/dev/disk/by-diskseq/7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'ID_SERIAL': '36001405440d1e8b89904665bae377f82', 'ID_SERIAL_SHORT': '6001405440d1e8b89904665bae377f82', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405440d1e8b8', 'ID_WWN_VENDOR_EXTENSION': '0x9904665bae377f82', 'ID_WWN_WITH_EXTENSION': '0x6001405440d1e8b89904665bae377f82', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405440d1e8b89904665bae377f82', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594073378'} ; 2024-03-01 17:20:37,174 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:20:37,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,184 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:20:37,185 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:20:37,185 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 17:20:37,185 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 17:20:37,188 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:20:37,191 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:20:37,191 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:20:37,194 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:20:37,194 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:20:37,194 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 17:20:37,194 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2495483910) -- name = sdf status = True id = 69 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 6001405440d1e8b89904665bae377f82 2024-03-01 17:20:37,197 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:20:37,197 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:20:37,200 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f5734b57e5174177899809df8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/scsi-36001405f5734b57e5174177899809df8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-diskseq/8', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'ID_SERIAL': '36001405f5734b57e5174177899809df8', 'ID_SERIAL_SHORT': '6001405f5734b57e5174177899809df8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f5734b57e', 'ID_WWN_VENDOR_EXTENSION': '0x5174177899809df8', 'ID_WWN_WITH_EXTENSION': '0x6001405f5734b57e5174177899809df8', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f5734b57e5174177899809df8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594194969'} ; 2024-03-01 17:20:37,200 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:20:37,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,211 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:20:37,212 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:20:37,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 17:20:37,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 17:20:37,215 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:20:37,218 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:20:37,218 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:20:37,221 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:20:37,221 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:20:37,221 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 17:20:37,221 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2495485520) -- name = sdg status = True id = 74 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 6001405f5734b57e5174177899809df8 2024-03-01 17:20:37,224 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:20:37,225 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:20:37,227 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/scsi-3600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'ID_SERIAL': '3600140517f70eddad1f439d9dc8b6e2b', 'ID_SERIAL_SHORT': '600140517f70eddad1f439d9dc8b6e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140517f70edda', 'ID_WWN_VENDOR_EXTENSION': '0xd1f439d9dc8b6e2b', 'ID_WWN_WITH_EXTENSION': '0x600140517f70eddad1f439d9dc8b6e2b', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140517f70eddad1f439d9dc8b6e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594133983'} ; 2024-03-01 17:20:37,228 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:20:37,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,238 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:20:37,239 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:20:37,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 17:20:37,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 17:20:37,242 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:20:37,245 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:20:37,245 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:20:37,248 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:20:37,248 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:20:37,248 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 17:20:37,248 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2495485ca0) -- name = sdh status = True id = 79 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 600140517f70eddad1f439d9dc8b6e2b 2024-03-01 17:20:37,251 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:20:37,251 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:20:37,254 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x6001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-36001405b8364ad612b246328a2bbbad4', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'ID_SERIAL': '36001405b8364ad612b246328a2bbbad4', 'ID_SERIAL_SHORT': '6001405b8364ad612b246328a2bbbad4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8364ad61', 'ID_WWN_VENDOR_EXTENSION': '0x2b246328a2bbbad4', 'ID_WWN_WITH_EXTENSION': '0x6001405b8364ad612b246328a2bbbad4', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8364ad612b246328a2bbbad4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594335610'} ; 2024-03-01 17:20:37,254 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:20:37,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,265 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:20:37,266 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:20:37,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:20:37,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:20:37,269 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:20:37,272 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:20:37,272 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:20:37,275 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:20:37,275 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:20:37,275 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 17:20:37,275 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2495485ee0) -- name = sdi status = True id = 84 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 6001405b8364ad612b246328a2bbbad4 2024-03-01 17:20:37,278 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:20:37,278 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:20:37,281 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-id/scsi-360014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'ID_SERIAL': '360014059e03fec5dbf54a72af89072bc', 'ID_SERIAL_SHORT': '60014059e03fec5dbf54a72af89072bc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059e03fec5d', 'ID_WWN_VENDOR_EXTENSION': '0xbf54a72af89072bc', 'ID_WWN_WITH_EXTENSION': '0x60014059e03fec5dbf54a72af89072bc', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059e03fec5dbf54a72af89072bc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594404585'} ; 2024-03-01 17:20:37,281 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:20:37,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,292 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:20:37,292 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:20:37,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 17:20:37,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 17:20:37,295 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:20:37,298 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:20:37,298 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:20:37,301 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:20:37,301 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:20:37,302 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 17:20:37,302 INFO blivet/MainThread: got device: DiskDevice instance (0x7f24954a3f10) -- name = sdj status = True id = 89 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 60014059e03fec5dbf54a72af89072bc 2024-03-01 17:20:37,305 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:20:37,305 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:20:37,308 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13108560'} ; 2024-03-01 17:20:37,308 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:20:37,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,317 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:20:37,317 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:20:37,317 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:20:37,317 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:20:37,317 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:20:37,318 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:20:37,320 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:20:37,323 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:20:37,323 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:20:37,326 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:20:37,326 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:20:37,327 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 17:20:37,327 INFO blivet/MainThread: got device: DiskDevice instance (0x7f24954a3fa0) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:20:37,329 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:20:37,332 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:37,333 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 17:20:37,335 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:37,335 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 17:20:37,338 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:37,338 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 17:20:37,342 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:37,342 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 17:20:37,345 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:20:37,347 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:20:37,350 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:20:37,357 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 0x7f249549d040> 2024-03-01 17:20:37,395 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 17:20:37,398 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:20:37,399 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:20:37,402 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13114063'} ; 2024-03-01 17:20:37,402 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:20:37,402 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:20:37,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,411 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:20:37,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,416 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:37,427 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:37,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 17:20:37,447 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 17:20:37,450 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:20:37,450 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:20:37,453 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:20:37,456 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:20:37,456 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:20:37,459 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:20:37,459 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:20:37,459 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:20:37,462 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:20:37,465 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:20:37,467 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:20:37,470 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:20:37,473 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:20:37,473 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:20:37,473 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 17:20:37,474 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:20:37,473 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f24954ba490) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f24954b3e50> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:20:37,477 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:20:37,480 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:20:37,480 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 17:20:37,483 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:20:37,483 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 17:20:37,486 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:37,486 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 17:20:37,489 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:20:37,489 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 17:20:37,489 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:20:37,492 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:20:37,492 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 17:20:37,495 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:20:37,495 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:20:37,498 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-66C0VFc4S3kXH628A6ZPaXR2XBfsqf3dOERVuexJ1C0kSordg5OXBGzZxfcDQMAP ' '/dev/disk/by-uuid/25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1 ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', '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-66C0VFc4S3kXH628A6ZPaXR2XBfsqf3dOERVuexJ1C0kSordg5OXBGzZxfcDQMAP', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1', 'ID_FS_UUID_ENC': '25d5f7ca-eb5e-4fbd-a7e5-a3bf0afd3ea1', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '935285118'} ; 2024-03-01 17:20:37,498 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:20:37,498 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:37,501 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:20:37,501 INFO program/MainThread: stderr[15]: 2024-03-01 17:20:37,501 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:20:37,501 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:37,504 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:20:37,504 INFO program/MainThread: stderr[16]: 2024-03-01 17:20:37,504 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:20:37,504 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:37,506 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:20:37,506 INFO program/MainThread: stderr[17]: 2024-03-01 17:20:37,507 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:20:37,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:20:37,515 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,516 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,516 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,517 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,513 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,517 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:20:37,520 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:20:37,520 INFO program/MainThread: stderr[18]: 2024-03-01 17:20:37,520 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:20:37,523 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:20:37,523 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:20:37,524 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:37,536 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:37,550 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:20:37,551 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:20:37,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:37,562 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:20:37,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:37,572 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:20:37,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:37,582 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:20:37,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:37,592 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:20:37,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:37,602 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:20:37,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:20:37,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:20:37,612 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:20:37,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:37,618 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:20:37,618 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:37,618 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:37,619 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:37,619 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:37,619 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:37,620 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:37,620 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:37,620 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:37,621 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:37,621 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:37,621 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:37,622 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:20:37,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:20:37,627 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:20:37,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:20:37,632 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:20:37,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:20:37,637 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:20:37,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:20:37,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:20:37,642 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:20:37,644 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,645 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,645 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,646 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,643 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,648 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,649 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,649 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,650 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,646 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,652 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,652 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,653 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,653 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,650 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,655 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,656 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,656 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,657 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,654 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,659 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,659 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,660 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,660 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,657 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,663 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,663 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,663 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,664 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,661 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,666 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,667 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,667 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,667 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,664 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,670 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,670 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,670 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,671 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,668 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,673 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,674 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,674 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,675 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,671 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,677 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,677 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,678 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,678 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,675 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,680 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,681 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,681 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,682 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,684 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,684 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,685 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,685 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,687 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,688 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,688 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,689 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,686 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,691 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,692 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,692 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,692 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,689 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,695 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,695 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,695 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,696 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,698 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,699 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,699 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,700 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,696 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,702 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,702 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,703 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,703 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,700 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,705 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,706 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,706 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,707 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,709 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,709 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,710 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,710 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,707 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,712 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,713 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,713 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,714 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,711 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,716 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,717 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,717 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,717 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,720 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,720 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,720 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,721 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,723 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,724 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,724 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,724 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,721 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,727 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,727 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,728 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,728 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,725 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,730 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,731 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,731 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,732 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,734 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,734 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,735 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,735 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,737 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,738 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,738 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,739 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,741 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,741 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,742 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,742 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,739 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,744 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,745 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,745 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,746 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,743 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,748 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,749 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,749 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,749 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,746 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,752 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,752 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,752 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,753 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,750 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,755 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,756 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,756 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:20:37,757 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:20:37,753 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f24954f4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = OERVue-xJ1C-0kSo-rdg5-OXBG-zZxf-cDQMAP size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2495544670) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 66C0VF-c4S3-kXH6-28A6-ZPaX-R2XB-fsqf3d size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:20:37,757 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:20:37,760 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:20:37,760 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:20:37,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 17:20:37,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:20:37,763 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:20:37,764 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 17:20:37,767 INFO program/MainThread: stdout[19]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 17:20:37,767 INFO program/MainThread: stderr[19]: 2024-03-01 17:20:37,767 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:20:37,771 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:20:37,771 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:20:37,771 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:20:37,772 DEBUG blivet.ansible/MainThread: ['sdc', 'sdb', 'sda', 'test_vg1'] 2024-03-01 17:20:37,772 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:20:37,774 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:20:37,775 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:20:37,777 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:20:37,780 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:20:37,783 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:20:37,783 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:20:37,783 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:20:37,783 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:20:37,784 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:20:37,786 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:20:37,786 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:20:37,786 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:20:37,789 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:20:37,789 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:20:37,789 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:20:37,789 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:20:37,792 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:20:37,792 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:20:37,792 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 17:20:37,794 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:20:37,795 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:20:37,795 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:20:37,795 DEBUG blivet/MainThread: removing sda 2024-03-01 17:20:37,797 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:20:37,797 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:20:37,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:20:37,800 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:20:37,800 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:20:37,801 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:37,814 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:37,828 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:37,840 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:37,856 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:20:37,857 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:20:37,857 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:20:37,857 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:20:37,857 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:20:37,857 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:20:37,857 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:20:37,857 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:20:37,858 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:20:37,860 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:20:37,863 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:20:37,865 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:20:37,866 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:20:37,868 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:20:37,868 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 0x7f249547dea0> 2024-03-01 17:20:37,868 INFO blivet/MainThread: sorting actions... 2024-03-01 17:20:37,869 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:20:37,869 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:20:37,869 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:20:37,870 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:20:37,870 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:20:37,870 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:20:37,870 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:20:37,873 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:37,875 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:20:37,876 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:20:37,882 INFO program/MainThread: stdout: 2024-03-01 17:20:37,882 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:20:37,882 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:37,882 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:37,895 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:37,895 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:37,906 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:37,907 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:20:37,911 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:20:37,915 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:20:37,918 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:20:37,921 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:20:37,924 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:20:37,924 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:20:37,958 INFO program/MainThread: stdout[20]: 2024-03-01 17:20:37,958 INFO program/MainThread: stderr[20]: 2024-03-01 17:20:37,958 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:20:37,962 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:20:37,965 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:37,968 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:20:37,970 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:37,973 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:20:37,976 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:37,978 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:20:37,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:20:37,981 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:20:38,017 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 17:20:38,017 INFO program/MainThread: stderr[21]: 2024-03-01 17:20:38,017 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:20:38,018 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:20:38,025 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:20:38,030 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:20:38,041 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:20:38,046 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:38,058 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:20:38,062 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:38,065 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:20:38,068 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:38,070 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:20:38,073 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:20:38,073 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:20:38,102 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 17:20:38,103 INFO program/MainThread: stderr[22]: 2024-03-01 17:20:38,103 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:20:38,103 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:20:38,150 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:20:38,151 INFO program/MainThread: stderr[23]: 2024-03-01 17:20:38,151 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:20:38,151 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:20:38,174 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 17:20:38,175 INFO program/MainThread: stderr[24]: 2024-03-01 17:20:38,175 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:20:38,175 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:20:38,182 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:38,190 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:20:38,198 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:20:38,198 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:20:38,250 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:20:38,251 INFO program/MainThread: stderr[25]: 2024-03-01 17:20:38,251 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:20:38,251 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:20:38,251 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:38,264 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:38,265 INFO program/MainThread: Running [26] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb ... 2024-03-01 17:20:38,272 INFO program/MainThread: stdout[26]: use_devicesfile=1 2024-03-01 17:20:38,272 INFO program/MainThread: stderr[26]: 2024-03-01 17:20:38,272 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:20:38,272 INFO program/MainThread: Running [27] lvmdevices --deldev /dev/sda ... 2024-03-01 17:20:38,285 INFO program/MainThread: stdout[27]: 2024-03-01 17:20:38,285 INFO program/MainThread: stderr[27]: 2024-03-01 17:20:38,285 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:20:38,285 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:38,297 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:38,298 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:38,310 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:38,310 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:20:38,314 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:38,316 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:20:38,319 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:20:38,319 INFO program/MainThread: Running [28] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb ... 2024-03-01 17:20:38,343 INFO program/MainThread: stdout[28]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:20:38,343 INFO program/MainThread: stderr[28]: 2024-03-01 17:20:38,343 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:20:38,343 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:20:38,344 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:38,360 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:38,361 INFO program/MainThread: Running [29] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc ... 2024-03-01 17:20:38,368 INFO program/MainThread: stdout[29]: use_devicesfile=1 2024-03-01 17:20:38,368 INFO program/MainThread: stderr[29]: 2024-03-01 17:20:38,368 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:20:38,368 INFO program/MainThread: Running [30] lvmdevices --deldev /dev/sdb ... 2024-03-01 17:20:38,380 INFO program/MainThread: stdout[30]: 2024-03-01 17:20:38,380 INFO program/MainThread: stderr[30]: 2024-03-01 17:20:38,380 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:20:38,380 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:38,393 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:38,393 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:38,405 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:38,406 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:20:38,409 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:20:38,412 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:20:38,414 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:20:38,414 INFO program/MainThread: Running [31] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc ... 2024-03-01 17:20:38,442 INFO program/MainThread: stdout[31]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:20:38,442 INFO program/MainThread: stderr[31]: 2024-03-01 17:20:38,442 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:20:38,442 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:20:38,443 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:38,459 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:38,460 INFO program/MainThread: Running [32] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:20:38,467 INFO program/MainThread: stdout[32]: use_devicesfile=1 2024-03-01 17:20:38,467 INFO program/MainThread: stderr[32]: 2024-03-01 17:20:38,467 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:20:38,468 INFO program/MainThread: Running [33] lvmdevices --deldev /dev/sdc ... 2024-03-01 17:20:38,479 INFO program/MainThread: stdout[33]: 2024-03-01 17:20:38,479 INFO program/MainThread: stderr[33]: 2024-03-01 17:20:38,480 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:20:38,480 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:38,491 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:38,492 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:20:38,503 DEBUG program/MainThread: Return code: 0 2024-03-01 17:20:38,508 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:20:38,508 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f2495419ef0> 2024-03-01 17:20:54,683 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ujvkwcma/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:20:57,697 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_vwljbt3i/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:01,770 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_r9kakma1/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:01,805 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:01,806 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:21:01,809 INFO program/MainThread: stdout[2]: 2024-03-01 17:21:01,809 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:21:01,809 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:21:01,809 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:21:01,814 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:01,814 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:21:01,817 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:01,818 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:21:01,820 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:01,821 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:21:01,823 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:01,823 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:21:01,831 INFO program/MainThread: stdout: 2024-03-01 17:21:01,832 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:21:01,832 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:21:01,832 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:21:01,832 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:21:01,832 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:21:01,832 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:21:01,832 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:21:01,832 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:21:01,832 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:21:01,832 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:21:01,832 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:21:01,832 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:21:01,832 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:21:01,832 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:21:01,832 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:01,832 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:01,832 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:01,832 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:01,833 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:01,833 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:21:01,833 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:01,833 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:21:01,833 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:21:01,833 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:01,847 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:01,860 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:21:01,865 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x6001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-id/scsi-36001405c7605f87e2dd44328235512a9', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'ID_SERIAL': '36001405c7605f87e2dd44328235512a9', 'ID_SERIAL_SHORT': '6001405c7605f87e2dd44328235512a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7605f87e', 'ID_WWN_VENDOR_EXTENSION': '0x2dd44328235512a9', 'ID_WWN_WITH_EXTENSION': '0x6001405c7605f87e2dd44328235512a9', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7605f87e2dd44328235512a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593781552'} ; 2024-03-01 17:21:01,865 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:21:01,865 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:01,894 INFO program/MainThread: stdout[3]: 2024-03-01 17:21:01,894 INFO program/MainThread: stderr[3]: 2024-03-01 17:21:01,894 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:21:01,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:01,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:01,905 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:21:01,907 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:21:01,912 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:21:01,912 INFO blivet/MainThread: sda is a disk 2024-03-01 17:21:01,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:21:01,913 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:21:01,916 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:21:01,919 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:21:01,920 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:21:01,923 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:21:01,923 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:21:01,923 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:21:01,924 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dd6a9e80) -- 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 = 6001405c7605f87e2dd44328235512a9 2024-03-01 17:21:01,927 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:21:01,927 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:21:01,930 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/scsi-360014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'ID_SERIAL': '360014050e9b6d7e32cc4ec6ad6649404', 'ID_SERIAL_SHORT': '60014050e9b6d7e32cc4ec6ad6649404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050e9b6d7e3', 'ID_WWN_VENDOR_EXTENSION': '0x2cc4ec6ad6649404', 'ID_WWN_WITH_EXTENSION': '0x60014050e9b6d7e32cc4ec6ad6649404', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050e9b6d7e32cc4ec6ad6649404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593775410'} ; 2024-03-01 17:21:01,930 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:21:01,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:01,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:01,941 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:21:01,942 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:21:01,942 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:21:01,942 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:21:01,945 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:21:01,948 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:21:01,948 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:21:01,951 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:21:01,951 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:21:01,952 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:21:01,952 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dd357f40) -- 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 = 60014050e9b6d7e32cc4ec6ad6649404 2024-03-01 17:21:01,955 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:21:01,955 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:21:01,958 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/wwn-0x6001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'ID_SERIAL': '36001405b6f8c60704334deb9ca9344a0', 'ID_SERIAL_SHORT': '6001405b6f8c60704334deb9ca9344a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6f8c6070', 'ID_WWN_VENDOR_EXTENSION': '0x4334deb9ca9344a0', 'ID_WWN_WITH_EXTENSION': '0x6001405b6f8c60704334deb9ca9344a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6f8c60704334deb9ca9344a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594356889'} ; 2024-03-01 17:21:01,958 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:21:01,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:21:01,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:01,969 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:21:01,970 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:21:01,970 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:21:01,970 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:21:01,973 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:21:01,976 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:21:01,976 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:21:01,979 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:21:01,979 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:21:01,979 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:21:01,980 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dd357e80) -- 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 = 6001405b6f8c60704334deb9ca9344a0 2024-03-01 17:21:01,983 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:21:01,983 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:21:01,986 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-id/scsi-36001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/wwn-0x6001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-diskseq/13', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'ID_SERIAL': '36001405f6c47da3798f486cbb173c192', 'ID_SERIAL_SHORT': '6001405f6c47da3798f486cbb173c192', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6c47da37', 'ID_WWN_VENDOR_EXTENSION': '0x98f486cbb173c192', 'ID_WWN_WITH_EXTENSION': '0x6001405f6c47da3798f486cbb173c192', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6c47da3798f486cbb173c192', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594413992'} ; 2024-03-01 17:21:01,986 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:21:01,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:21:01,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:01,996 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:21:01,997 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:21:01,997 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:21:01,997 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:21:02,000 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:21:02,003 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:21:02,003 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:21:02,006 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:21:02,006 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:21:02,007 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:21:02,007 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dc33b700) -- 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 = 6001405f6c47da3798f486cbb173c192 2024-03-01 17:21:02,010 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:21:02,010 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:21:02,013 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-id/wwn-0x6001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-diskseq/4', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'ID_SERIAL': '36001405c384a7d0fd42402ab48647604', 'ID_SERIAL_SHORT': '6001405c384a7d0fd42402ab48647604', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c384a7d0f', 'ID_WWN_VENDOR_EXTENSION': '0xd42402ab48647604', 'ID_WWN_WITH_EXTENSION': '0x6001405c384a7d0fd42402ab48647604', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c384a7d0fd42402ab48647604', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593859156'} ; 2024-03-01 17:21:02,013 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:21:02,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,023 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:21:02,024 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:21:02,024 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:21:02,024 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:21:02,027 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:21:02,030 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:21:02,030 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:21:02,033 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:21:02,033 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:21:02,033 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:21:02,034 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dc33b7c0) -- 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 = 6001405c384a7d0fd42402ab48647604 2024-03-01 17:21:02,037 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:21:02,037 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:21:02,040 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/scsi-36001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c8f7deaa-9c94-49df-993f-768837594ca4', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'ID_SERIAL': '36001405c8f7deaa9c9449df993f76883', 'ID_SERIAL_SHORT': '6001405c8f7deaa9c9449df993f76883', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c8f7deaa9', 'ID_WWN_VENDOR_EXTENSION': '0xc9449df993f76883', 'ID_WWN_WITH_EXTENSION': '0x6001405c8f7deaa9c9449df993f76883', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c8f7deaa9c9449df993f76883', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593816439'} ; 2024-03-01 17:21:02,040 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:21:02,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,050 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:21:02,051 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:21:02,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:21:02,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:21:02,054 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:21:02,057 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:21:02,057 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:21:02,060 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:21:02,060 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:21:02,061 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:21:02,061 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dd7e9550) -- 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 = 6001405c8f7deaa9c9449df993f76883 2024-03-01 17:21:02,064 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:21:02,064 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:21:02,067 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/wwn-0x600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-id/scsi-3600140597c41fbd71554a328e0c165f5', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'ID_SERIAL': '3600140597c41fbd71554a328e0c165f5', 'ID_SERIAL_SHORT': '600140597c41fbd71554a328e0c165f5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597c41fbd7', 'ID_WWN_VENDOR_EXTENSION': '0x1554a328e0c165f5', 'ID_WWN_WITH_EXTENSION': '0x600140597c41fbd71554a328e0c165f5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597c41fbd71554a328e0c165f5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593986117'} ; 2024-03-01 17:21:02,067 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:21:02,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,077 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:21:02,078 INFO blivet/MainThread: sde is a disk 2024-03-01 17:21:02,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:21:02,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:21:02,081 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:21:02,084 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:21:02,084 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:21:02,087 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:21:02,087 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:21:02,088 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:21:02,088 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dc2c48b0) -- 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 = 600140597c41fbd71554a328e0c165f5 2024-03-01 17:21:02,091 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:21:02,091 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:21:02,094 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/wwn-0x6001405440d1e8b89904665bae377f82 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/scsi-36001405440d1e8b89904665bae377f82', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'ID_SERIAL': '36001405440d1e8b89904665bae377f82', 'ID_SERIAL_SHORT': '6001405440d1e8b89904665bae377f82', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405440d1e8b8', 'ID_WWN_VENDOR_EXTENSION': '0x9904665bae377f82', 'ID_WWN_WITH_EXTENSION': '0x6001405440d1e8b89904665bae377f82', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405440d1e8b89904665bae377f82', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594073378'} ; 2024-03-01 17:21:02,094 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:21:02,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,104 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:21:02,105 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:21:02,105 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:21:02,105 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:21:02,108 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:21:02,111 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:21:02,111 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:21:02,114 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:21:02,114 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:21:02,114 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:21:02,115 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dc33bb20) -- 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 = 6001405440d1e8b89904665bae377f82 2024-03-01 17:21:02,118 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:21:02,118 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:21:02,121 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/scsi-36001405f5734b57e5174177899809df8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/wwn-0x6001405f5734b57e5174177899809df8 ' '/dev/disk/by-diskseq/8', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'ID_SERIAL': '36001405f5734b57e5174177899809df8', 'ID_SERIAL_SHORT': '6001405f5734b57e5174177899809df8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f5734b57e', 'ID_WWN_VENDOR_EXTENSION': '0x5174177899809df8', 'ID_WWN_WITH_EXTENSION': '0x6001405f5734b57e5174177899809df8', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f5734b57e5174177899809df8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594194969'} ; 2024-03-01 17:21:02,121 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:21:02,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,131 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:21:02,132 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:21:02,132 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:21:02,132 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:21:02,135 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:21:02,137 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:21:02,138 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:21:02,141 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:21:02,141 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:21:02,141 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:21:02,141 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dc2cf6a0) -- 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 = 6001405f5734b57e5174177899809df8 2024-03-01 17:21:02,144 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:21:02,145 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:21:02,147 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/scsi-3600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'ID_SERIAL': '3600140517f70eddad1f439d9dc8b6e2b', 'ID_SERIAL_SHORT': '600140517f70eddad1f439d9dc8b6e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140517f70edda', 'ID_WWN_VENDOR_EXTENSION': '0xd1f439d9dc8b6e2b', 'ID_WWN_WITH_EXTENSION': '0x600140517f70eddad1f439d9dc8b6e2b', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140517f70eddad1f439d9dc8b6e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594133983'} ; 2024-03-01 17:21:02,148 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:21:02,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,158 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:21:02,159 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:21:02,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:21:02,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:21:02,162 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:21:02,165 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:21:02,165 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:21:02,168 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:21:02,168 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:21:02,169 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:21:02,169 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dc2cff40) -- 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 = 600140517f70eddad1f439d9dc8b6e2b 2024-03-01 17:21:02,172 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:21:02,172 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:21:02,175 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/wwn-0x6001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-diskseq/10', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'ID_SERIAL': '36001405b8364ad612b246328a2bbbad4', 'ID_SERIAL_SHORT': '6001405b8364ad612b246328a2bbbad4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8364ad61', 'ID_WWN_VENDOR_EXTENSION': '0x2b246328a2bbbad4', 'ID_WWN_WITH_EXTENSION': '0x6001405b8364ad612b246328a2bbbad4', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8364ad612b246328a2bbbad4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594335610'} ; 2024-03-01 17:21:02,175 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:21:02,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,186 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:21:02,186 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:21:02,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:21:02,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:21:02,189 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:21:02,192 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:21:02,192 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:21:02,195 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:21:02,195 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:21:02,196 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:21:02,196 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dc2d58b0) -- 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 = 6001405b8364ad612b246328a2bbbad4 2024-03-01 17:21:02,199 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:21:02,199 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:21:02,202 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-id/wwn-0x60014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/scsi-360014059e03fec5dbf54a72af89072bc', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'ID_SERIAL': '360014059e03fec5dbf54a72af89072bc', 'ID_SERIAL_SHORT': '60014059e03fec5dbf54a72af89072bc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059e03fec5d', 'ID_WWN_VENDOR_EXTENSION': '0xbf54a72af89072bc', 'ID_WWN_WITH_EXTENSION': '0x60014059e03fec5dbf54a72af89072bc', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059e03fec5dbf54a72af89072bc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594404585'} ; 2024-03-01 17:21:02,202 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:21:02,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,213 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:21:02,213 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:21:02,214 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:21:02,214 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:21:02,216 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:21:02,219 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:21:02,219 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:21:02,222 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:21:02,223 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:21:02,223 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:21:02,223 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dc2c6c40) -- 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 = 60014059e03fec5dbf54a72af89072bc 2024-03-01 17:21:02,226 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:21:02,226 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:21:02,229 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13108560'} ; 2024-03-01 17:21:02,229 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:21:02,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,239 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:21:02,239 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:21:02,239 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:21:02,239 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:21:02,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:21:02,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:21:02,242 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:21:02,245 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:21:02,245 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:21:02,248 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:21:02,248 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:21:02,249 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:21:02,249 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dc2c42e0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:21:02,252 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:21:02,255 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:02,255 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:21:02,259 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:02,259 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:21:02,262 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:02,262 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:21:02,265 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:02,265 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:21:02,268 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:21:02,271 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:02,274 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:21:02,280 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 0x7f28ddc2d9c0> 2024-03-01 17:21:02,326 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:21:02,330 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:21:02,330 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:21:02,333 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13114063'} ; 2024-03-01 17:21:02,333 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:21:02,333 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:21:02,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,342 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:21:02,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,347 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:02,360 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:02,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:21:02,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:21:02,384 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:21:02,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:21:02,387 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:21:02,390 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:21:02,390 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:21:02,393 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:02,393 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:02,393 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:21:02,396 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:21:02,399 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:21:02,402 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:21:02,405 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:21:02,407 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:02,408 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:02,408 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:21:02,409 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:21:02,408 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f28dc2e4820) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f28dc2f3220> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:21:02,412 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:21:02,415 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:02,415 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:21:02,418 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:02,418 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:21:02,421 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:02,421 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:21:02,424 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:02,424 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:21:02,426 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:21:02,426 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:21:02,429 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:02,429 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:21:02,432 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:21:02,432 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:02,433 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:02,443 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:02,457 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:21:02,457 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:21:02,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:02,469 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:21:02,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:02,479 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:21:02,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:02,489 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:21:02,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:02,499 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:21:02,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:02,509 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:21:02,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:02,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:02,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:02,519 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:21:02,520 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:21:05,493 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_d1aokbnb/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:05,526 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:05,526 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:21:05,529 INFO program/MainThread: stdout[2]: 2024-03-01 17:21:05,529 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:21:05,529 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:21:05,529 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:21:05,533 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,534 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:21:05,537 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:05,537 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:21:05,540 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:05,540 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:21:05,543 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:05,543 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:21:05,550 INFO program/MainThread: stdout: 2024-03-01 17:21:05,551 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:21:05,551 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:21:05,551 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:21:05,551 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:21:05,551 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:21:05,551 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:21:05,551 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:21:05,551 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:21:05,551 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:21:05,551 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:21:05,551 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:21:05,551 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:21:05,551 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:21:05,551 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:21:05,551 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:05,551 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,551 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:05,551 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:05,552 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:05,552 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:21:05,552 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:05,552 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:21:05,552 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:21:05,552 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:05,562 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:05,575 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:21:05,579 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-id/scsi-36001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/wwn-0x6001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'ID_SERIAL': '36001405c7605f87e2dd44328235512a9', 'ID_SERIAL_SHORT': '6001405c7605f87e2dd44328235512a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7605f87e', 'ID_WWN_VENDOR_EXTENSION': '0x2dd44328235512a9', 'ID_WWN_WITH_EXTENSION': '0x6001405c7605f87e2dd44328235512a9', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7605f87e2dd44328235512a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593781552'} ; 2024-03-01 17:21:05,579 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:21:05,580 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:05,609 INFO program/MainThread: stdout[3]: 2024-03-01 17:21:05,609 INFO program/MainThread: stderr[3]: 2024-03-01 17:21:05,609 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:21:05,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:05,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:05,620 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:21:05,621 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:21:05,626 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:21:05,626 INFO blivet/MainThread: sda is a disk 2024-03-01 17:21:05,627 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:21:05,627 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:21:05,630 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:21:05,633 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:21:05,634 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:21:05,636 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:21:05,637 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:21:05,637 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:21:05,637 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7adf17ac70) -- 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 = 6001405c7605f87e2dd44328235512a9 2024-03-01 17:21:05,641 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:21:05,641 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:21:05,644 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/scsi-360014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/wwn-0x60014050e9b6d7e32cc4ec6ad6649404', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'ID_SERIAL': '360014050e9b6d7e32cc4ec6ad6649404', 'ID_SERIAL_SHORT': '60014050e9b6d7e32cc4ec6ad6649404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050e9b6d7e3', 'ID_WWN_VENDOR_EXTENSION': '0x2cc4ec6ad6649404', 'ID_WWN_WITH_EXTENSION': '0x60014050e9b6d7e32cc4ec6ad6649404', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050e9b6d7e32cc4ec6ad6649404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593775410'} ; 2024-03-01 17:21:05,644 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:21:05,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:05,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:05,655 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:21:05,655 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:21:05,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:21:05,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:21:05,658 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:21:05,661 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:21:05,661 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:21:05,664 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:21:05,665 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:21:05,665 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:21:05,665 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7adf0b8f40) -- 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 = 60014050e9b6d7e32cc4ec6ad6649404 2024-03-01 17:21:05,668 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:21:05,668 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:21:05,671 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/scsi-36001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/wwn-0x6001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'ID_SERIAL': '36001405b6f8c60704334deb9ca9344a0', 'ID_SERIAL_SHORT': '6001405b6f8c60704334deb9ca9344a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6f8c6070', 'ID_WWN_VENDOR_EXTENSION': '0x4334deb9ca9344a0', 'ID_WWN_WITH_EXTENSION': '0x6001405b6f8c60704334deb9ca9344a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6f8c60704334deb9ca9344a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594356889'} ; 2024-03-01 17:21:05,672 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:21:05,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:21:05,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:05,682 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:21:05,683 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:21:05,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:21:05,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:21:05,686 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:21:05,689 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:21:05,689 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:21:05,692 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:21:05,692 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:21:05,692 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:21:05,692 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7adf0b8e80) -- 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 = 6001405b6f8c60704334deb9ca9344a0 2024-03-01 17:21:05,696 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:21:05,696 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:21:05,699 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-id/scsi-36001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/wwn-0x6001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'ID_SERIAL': '36001405f6c47da3798f486cbb173c192', 'ID_SERIAL_SHORT': '6001405f6c47da3798f486cbb173c192', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6c47da37', 'ID_WWN_VENDOR_EXTENSION': '0x98f486cbb173c192', 'ID_WWN_WITH_EXTENSION': '0x6001405f6c47da3798f486cbb173c192', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6c47da3798f486cbb173c192', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594413992'} ; 2024-03-01 17:21:05,699 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:21:05,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:21:05,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:05,709 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:21:05,710 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:21:05,710 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:21:05,710 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:21:05,713 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:21:05,716 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:21:05,716 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:21:05,719 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:21:05,719 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:21:05,719 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:21:05,719 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ade09c700) -- 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 = 6001405f6c47da3798f486cbb173c192 2024-03-01 17:21:05,722 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:21:05,722 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:21:05,725 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/wwn-0x6001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c384a7d0-fd42-402a-b486-47604c166abd', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'ID_SERIAL': '36001405c384a7d0fd42402ab48647604', 'ID_SERIAL_SHORT': '6001405c384a7d0fd42402ab48647604', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c384a7d0f', 'ID_WWN_VENDOR_EXTENSION': '0xd42402ab48647604', 'ID_WWN_WITH_EXTENSION': '0x6001405c384a7d0fd42402ab48647604', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c384a7d0fd42402ab48647604', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593859156'} ; 2024-03-01 17:21:05,725 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:21:05,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:05,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:05,736 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:21:05,736 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:21:05,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:21:05,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:21:05,739 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:21:05,742 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:21:05,742 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:21:05,745 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:21:05,745 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:21:05,746 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:21:05,746 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ade09c7c0) -- 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 = 6001405c384a7d0fd42402ab48647604 2024-03-01 17:21:05,749 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:21:05,749 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:21:05,752 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/wwn-0x6001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/scsi-36001405c8f7deaa9c9449df993f76883', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'ID_SERIAL': '36001405c8f7deaa9c9449df993f76883', 'ID_SERIAL_SHORT': '6001405c8f7deaa9c9449df993f76883', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c8f7deaa9', 'ID_WWN_VENDOR_EXTENSION': '0xc9449df993f76883', 'ID_WWN_WITH_EXTENSION': '0x6001405c8f7deaa9c9449df993f76883', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c8f7deaa9c9449df993f76883', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593816439'} ; 2024-03-01 17:21:05,752 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:21:05,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:21:05,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:05,763 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:21:05,763 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:21:05,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:21:05,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:21:05,766 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:21:05,769 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:21:05,769 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:21:05,772 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:21:05,772 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:21:05,772 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:21:05,772 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7adf542550) -- 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 = 6001405c8f7deaa9c9449df993f76883 2024-03-01 17:21:05,775 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:21:05,776 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:21:05,778 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/scsi-3600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-id/wwn-0x600140597c41fbd71554a328e0c165f5', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'ID_SERIAL': '3600140597c41fbd71554a328e0c165f5', 'ID_SERIAL_SHORT': '600140597c41fbd71554a328e0c165f5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597c41fbd7', 'ID_WWN_VENDOR_EXTENSION': '0x1554a328e0c165f5', 'ID_WWN_WITH_EXTENSION': '0x600140597c41fbd71554a328e0c165f5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597c41fbd71554a328e0c165f5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593986117'} ; 2024-03-01 17:21:05,779 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:21:05,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:21:05,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:05,789 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:21:05,789 INFO blivet/MainThread: sde is a disk 2024-03-01 17:21:05,790 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:21:05,790 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:21:05,793 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:21:05,795 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:21:05,796 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:21:05,798 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:21:05,799 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:21:05,799 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:21:05,799 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ade0288b0) -- 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 = 600140597c41fbd71554a328e0c165f5 2024-03-01 17:21:05,802 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:21:05,802 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:21:05,805 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405440d1e8b89904665bae377f82 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/wwn-0x6001405440d1e8b89904665bae377f82 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_440d1e8b-8990-4665-bae3-77f82b791844', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'ID_SERIAL': '36001405440d1e8b89904665bae377f82', 'ID_SERIAL_SHORT': '6001405440d1e8b89904665bae377f82', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405440d1e8b8', 'ID_WWN_VENDOR_EXTENSION': '0x9904665bae377f82', 'ID_WWN_WITH_EXTENSION': '0x6001405440d1e8b89904665bae377f82', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405440d1e8b89904665bae377f82', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594073378'} ; 2024-03-01 17:21:05,805 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:21:05,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:21:05,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:05,815 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:21:05,816 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:21:05,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:21:05,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:21:05,819 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:21:05,821 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:21:05,822 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:21:05,824 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:21:05,825 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:21:05,825 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:21:05,825 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ade09cb20) -- 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 = 6001405440d1e8b89904665bae377f82 2024-03-01 17:21:05,828 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:21:05,828 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:21:05,831 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-36001405f5734b57e5174177899809df8 ' '/dev/disk/by-id/wwn-0x6001405f5734b57e5174177899809df8', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'ID_SERIAL': '36001405f5734b57e5174177899809df8', 'ID_SERIAL_SHORT': '6001405f5734b57e5174177899809df8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f5734b57e', 'ID_WWN_VENDOR_EXTENSION': '0x5174177899809df8', 'ID_WWN_WITH_EXTENSION': '0x6001405f5734b57e5174177899809df8', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f5734b57e5174177899809df8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594194969'} ; 2024-03-01 17:21:05,831 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:21:05,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:21:05,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:05,841 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:21:05,842 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:21:05,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:21:05,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:21:05,844 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:21:05,847 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:21:05,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 17:21:05,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 17:21:05,851 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:21:05,851 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:21:05,851 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ade0306a0) -- 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 = 6001405f5734b57e5174177899809df8 2024-03-01 17:21:05,854 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:21:05,854 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:21:05,857 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/wwn-0x600140517f70eddad1f439d9dc8b6e2b', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'ID_SERIAL': '3600140517f70eddad1f439d9dc8b6e2b', 'ID_SERIAL_SHORT': '600140517f70eddad1f439d9dc8b6e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140517f70edda', 'ID_WWN_VENDOR_EXTENSION': '0xd1f439d9dc8b6e2b', 'ID_WWN_WITH_EXTENSION': '0x600140517f70eddad1f439d9dc8b6e2b', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140517f70eddad1f439d9dc8b6e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594133983'} ; 2024-03-01 17:21:05,857 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:21:05,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:21:05,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:05,867 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:21:05,868 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:21:05,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:21:05,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:21:05,870 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:21:05,873 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:21:05,873 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:21:05,876 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:21:05,876 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:21:05,877 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:21:05,877 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ade030f40) -- 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 = 600140517f70eddad1f439d9dc8b6e2b 2024-03-01 17:21:05,880 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:21:05,880 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:21:05,883 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-id/wwn-0x6001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-36001405b8364ad612b246328a2bbbad4', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'ID_SERIAL': '36001405b8364ad612b246328a2bbbad4', 'ID_SERIAL_SHORT': '6001405b8364ad612b246328a2bbbad4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8364ad61', 'ID_WWN_VENDOR_EXTENSION': '0x2b246328a2bbbad4', 'ID_WWN_WITH_EXTENSION': '0x6001405b8364ad612b246328a2bbbad4', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8364ad612b246328a2bbbad4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594335610'} ; 2024-03-01 17:21:05,883 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:21:05,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:21:05,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:05,893 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:21:05,894 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:21:05,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:21:05,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:21:05,897 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:21:05,899 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:21:05,900 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:21:05,903 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:21:05,903 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:21:05,903 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:21:05,903 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ade0368b0) -- 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 = 6001405b8364ad612b246328a2bbbad4 2024-03-01 17:21:05,906 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:21:05,906 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:21:05,909 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/scsi-360014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'ID_SERIAL': '360014059e03fec5dbf54a72af89072bc', 'ID_SERIAL_SHORT': '60014059e03fec5dbf54a72af89072bc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059e03fec5d', 'ID_WWN_VENDOR_EXTENSION': '0xbf54a72af89072bc', 'ID_WWN_WITH_EXTENSION': '0x60014059e03fec5dbf54a72af89072bc', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059e03fec5dbf54a72af89072bc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594404585'} ; 2024-03-01 17:21:05,909 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:21:05,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:21:05,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:05,920 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:21:05,920 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:21:05,920 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:21:05,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:21:05,923 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:21:05,926 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:21:05,927 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:21:05,929 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:21:05,930 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:21:05,930 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:21:05,930 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ade026c40) -- 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 = 60014059e03fec5dbf54a72af89072bc 2024-03-01 17:21:05,933 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:21:05,933 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:21:05,936 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13108560'} ; 2024-03-01 17:21:05,936 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:21:05,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:05,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:05,945 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:21:05,945 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:21:05,945 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:21:05,945 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:21:05,945 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:21:05,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:21:05,948 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:21:05,951 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:21:05,951 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:21:05,954 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:21:05,954 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:21:05,954 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:21:05,955 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7ade0282e0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:21:05,957 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:21:05,961 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:05,961 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:21:05,964 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:05,964 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:21:05,967 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:05,967 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:21:05,970 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:05,970 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:21:05,973 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:21:05,975 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:05,978 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:21:05,984 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 0x7f7adf513740> 2024-03-01 17:21:06,020 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:21:06,024 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:21:06,024 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:21:06,028 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13114063'} ; 2024-03-01 17:21:06,028 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:21:06,028 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:21:06,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:06,036 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:21:06,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:06,041 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,054 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:21:06,072 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:21:06,076 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:21:06,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:21:06,079 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:21:06,082 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:21:06,082 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:21:06,085 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:06,086 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:06,086 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:21:06,088 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:21:06,091 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:21:06,094 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:21:06,097 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:21:06,100 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:06,100 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:06,100 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:21:06,101 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:21:06,100 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f7ade045820) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f7adf0c1220> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:21:06,104 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:21:06,107 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:06,107 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:21:06,110 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:06,110 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:21:06,113 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:06,113 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:21:06,116 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:06,116 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:21:06,117 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:21:06,118 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:21:06,121 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:06,121 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:21:06,124 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:21:06,124 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:06,124 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,136 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,149 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:21:06,150 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:21:06,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:06,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:06,161 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:21:06,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:06,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:06,171 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:21:06,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:06,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:06,181 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:21:06,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:06,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:06,191 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:21:06,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 17:21:06,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:06,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 17:21:06,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:06,200 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:21:06,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 17:21:06,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:06,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:06,210 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:21:06,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:06,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:06,220 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:21:06,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:21:06,226 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:21:06,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:21:06,230 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:21:06,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:21:06,236 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:21:06,238 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:06,238 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:21:06,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:21:06,242 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:21:06,242 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:21:06,244 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:21:06,245 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:21:06,247 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:06,247 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:21:06,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:21:06,250 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:21:06,250 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:21:06,253 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:21:06,253 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:21:06,256 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:06,256 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:21:06,256 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:21:06,258 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:21:06,259 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:21:06,261 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:21:06,261 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:21:06,262 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:21:06,266 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:21:06,269 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:06,272 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:21:06,275 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:06,279 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:21:06,282 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:06,282 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:21:06,285 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:21:06,286 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:21:06,286 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:21:06,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:06,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:06,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:06,297 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:21:06,298 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:06,298 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:21:06,298 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 17:21:06,298 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:06,299 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:21:06,301 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:06,302 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:21:06,304 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:06,305 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:21:06,308 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:06,310 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:21:06,311 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:21:06,314 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:21:06,317 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:06,320 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:21:06,323 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:21:06,323 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:06,324 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:21:06,324 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:21:06,324 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:21:06,327 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 17:21:06,327 INFO program/MainThread: stderr[4]: 2024-03-01 17:21:06,327 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:21:06,328 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:21:06,328 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:06,328 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:21:06,332 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:21:06,332 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:06,333 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:21:06,333 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:21:06,333 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:21:06,333 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:21:06,333 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:21:06,333 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:21:06,333 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:21:06,333 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:06,333 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:06,333 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:21:06,334 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:21:06,336 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:21:06,339 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:21:06,341 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:21:06,342 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:21:06,344 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:21:06,344 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 0x7f7addf99d60> 2024-03-01 17:21:06,345 INFO blivet/MainThread: sorting actions... 2024-03-01 17:21:06,346 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:21:06,346 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:21:06,346 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:21:06,346 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:21:06,346 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:21:06,346 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:21:06,347 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:21:06,347 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:06,347 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:06,347 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:21:06,350 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:06,352 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:21:06,352 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:21:06,357 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,358 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,380 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,381 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,392 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,393 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:21:06,396 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:06,399 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:21:06,399 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:21:06,405 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,405 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,431 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,432 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,443 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,444 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:21:06,447 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:06,450 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:21:06,450 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:21:06,456 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,456 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,481 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,482 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,493 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,494 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:21:06,497 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:06,500 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:06,502 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:06,503 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:21:06,503 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:06,503 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:06,535 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:21:06,536 INFO program/MainThread: stderr[5]: 2024-03-01 17:21:06,536 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:21:06,536 INFO program/MainThread: Running [6] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:06,548 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 17:21:06,548 INFO program/MainThread: stderr[6]: 2024-03-01 17:21:06,548 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:21:06,549 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdc ... 2024-03-01 17:21:06,577 INFO program/MainThread: stdout[7]: 2024-03-01 17:21:06,578 INFO program/MainThread: stderr[7]: 2024-03-01 17:21:06,578 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:21:06,578 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 17:21:06,578 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,590 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,594 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:21:06,594 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:21:06,595 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:21:06,604 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,604 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,624 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,625 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:21:06,628 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:06,631 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:06,633 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:06,633 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:21:06,634 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:06,634 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:06,666 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:21:06,667 INFO program/MainThread: stderr[8]: 2024-03-01 17:21:06,667 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:21:06,667 INFO program/MainThread: Running [9] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:06,678 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 17:21:06,678 INFO program/MainThread: stderr[9]: 2024-03-01 17:21:06,678 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:21:06,678 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdb ... 2024-03-01 17:21:06,699 INFO program/MainThread: stdout[10]: 2024-03-01 17:21:06,699 INFO program/MainThread: stderr[10]: 2024-03-01 17:21:06,699 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:21:06,700 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 17:21:06,700 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,711 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,715 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:21:06,715 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:21:06,717 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:21:06,725 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,725 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,746 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,747 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:21:06,750 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:06,753 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:06,755 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:06,755 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:21:06,755 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:06,756 INFO program/MainThread: Running [11] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:06,787 INFO program/MainThread: stdout[11]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:21:06,788 INFO program/MainThread: stderr[11]: 2024-03-01 17:21:06,788 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:21:06,788 INFO program/MainThread: Running [12] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:06,799 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 17:21:06,800 INFO program/MainThread: stderr[12]: 2024-03-01 17:21:06,800 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:21:06,800 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sda ... 2024-03-01 17:21:06,830 INFO program/MainThread: stdout[13]: 2024-03-01 17:21:06,830 INFO program/MainThread: stderr[13]: 2024-03-01 17:21:06,830 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:21:06,831 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 17:21:06,831 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,843 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,847 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:21:06,847 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:21:06,849 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:21:06,857 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,857 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:06,879 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:06,880 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:21:06,883 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:21:06,886 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:21:06,888 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:06,891 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:06,894 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:06,896 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:06,899 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:06,902 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:06,904 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:21:06,904 INFO program/MainThread: Running [14] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:06,944 INFO program/MainThread: stdout[14]: Volume group "test_vg1" successfully created 2024-03-01 17:21:06,944 INFO program/MainThread: stderr[14]: 2024-03-01 17:21:06,944 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:21:06,952 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:21:06,962 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:21:06,969 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:06,976 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:06,983 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:06,989 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:06,993 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:06,996 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:06,996 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:07,005 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,009 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:21:07,012 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:21:07,012 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:07,023 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,024 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:21:07,032 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,032 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:07,044 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,044 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:07,048 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:21:07,051 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:21:07,054 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:21:07,057 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:21:07,060 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:07,063 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:07,066 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:07,069 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:07,072 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:07,075 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:07,075 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:07,088 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,092 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:21:07,093 INFO program/MainThread: Running [15] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:07,123 INFO program/MainThread: stdout[15]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:21:07,123 INFO program/MainThread: stderr[15]: 2024-03-01 17:21:07,123 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:21:07,127 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:21:07,127 INFO program/MainThread: Running [16] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:07,184 INFO program/MainThread: stdout[16]: Logical volume "lv1" created. 2024-03-01 17:21:07,185 INFO program/MainThread: stderr[16]: 2024-03-01 17:21:07,185 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:21:07,204 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:07,212 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:07,213 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:07,213 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:07,228 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,232 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:21:07,232 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:07,233 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:21:07,241 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,242 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:07,258 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,259 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:07,263 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:07,265 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:21:07,268 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:21:07,268 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:21:07,513 INFO program/MainThread: stdout: 2024-03-01 17:21:07,513 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:21:07,513 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:07,513 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:07,513 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:21:07,513 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:21:07,513 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:07,513 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:07,513 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:21:07,513 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:07,513 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:07,514 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,514 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:21:07,528 INFO program/MainThread: stdout: 2024-03-01 17:21:07,528 INFO program/MainThread: writing all SBs 2024-03-01 17:21:07,528 INFO program/MainThread: new label = "" 2024-03-01 17:21:07,528 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,529 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:07,546 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:07,551 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:07,552 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:21:07,560 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,561 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:07,578 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:07,583 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:21:07,583 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 0x7f7addf9ed60> 2024-03-01 17:21:07,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:21:07,589 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:21:07,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:07,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:21:07,595 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:21:25,109 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_k4u6l49e/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:25,143 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:25,143 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:21:25,146 INFO program/MainThread: stdout[2]: 2024-03-01 17:21:25,146 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:21:25,146 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:21:25,146 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:21:25,151 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:25,151 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:21:25,154 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:25,154 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:21:25,157 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:25,157 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:21:25,160 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:25,160 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:21:25,169 INFO program/MainThread: stdout: 2024-03-01 17:21:25,169 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:21:25,169 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1 2024-03-01 17:21:25,169 INFO program/MainThread: `-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 17:21:25,169 INFO program/MainThread: |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 2024-03-01 17:21:25,170 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 2024-03-01 17:21:25,170 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz 2024-03-01 17:21:25,170 INFO program/MainThread: |-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 17:21:25,170 INFO program/MainThread: | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 2024-03-01 17:21:25,170 INFO program/MainThread: | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 2024-03-01 17:21:25,170 INFO program/MainThread: `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- 2024-03-01 17:21:25,170 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 2024-03-01 17:21:25,170 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i 2024-03-01 17:21:25,170 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:21:25,170 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:21:25,170 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:21:25,170 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:21:25,170 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:21:25,170 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:21:25,170 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:21:25,170 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:21:25,170 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:21:25,170 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:21:25,170 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:25,170 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:25,170 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1 `-test_vg1-lv1-real 1606418432 root disk brw-rw---- |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 sdb 1073741824 root disk brw-rw---- LVM2_member zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz |-test_vg1-lv1-real 1606418432 root disk brw-rw---- | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 sdc 1073741824 root disk brw-rw---- LVM2_member P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:25,170 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:25,171 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:25,171 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:21:25,171 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:25,171 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:21:25,171 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:21:25,171 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:25,184 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:25,198 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1', 'test_vg1-lv1-real', 'test_vg1-lv1_snapset1-cow', 'test_vg1-lv1_snapset1'] 2024-03-01 17:21:25,203 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-id/scsi-36001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/wwn-0x6001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-id/lvm-pv-uuid-Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1', 'ID_FS_UUID_ENC': 'Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1', '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': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'ID_SERIAL': '36001405c7605f87e2dd44328235512a9', 'ID_SERIAL_SHORT': '6001405c7605f87e2dd44328235512a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7605f87e', 'ID_WWN_VENDOR_EXTENSION': '0x2dd44328235512a9', 'ID_WWN_WITH_EXTENSION': '0x6001405c7605f87e2dd44328235512a9', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7605f87e2dd44328235512a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593781552'} ; 2024-03-01 17:21:25,203 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:21:25,203 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:25,237 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:21:25,237 INFO program/MainThread: stderr[3]: 2024-03-01 17:21:25,237 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:21:25,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,248 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:21:25,250 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:21:25,255 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:21:25,255 INFO blivet/MainThread: sda is a disk 2024-03-01 17:21:25,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:21:25,256 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:21:25,259 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:21:25,262 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:21:25,262 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:21:25,265 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:21:25,266 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:21:25,266 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:21:25,266 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b8f1168e0) -- 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 = 6001405c7605f87e2dd44328235512a9 2024-03-01 17:21:25,269 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:21:25,273 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:25,273 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:21:25,276 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:25,276 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:21:25,279 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,279 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:21:25,283 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,283 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:21:25,286 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:21:25,286 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:21:25,286 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:21:25,315 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:21:25,315 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz. WARNING: Couldn't find device with uuid P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i. WARNING: VG test_vg1 is missing PV zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:21:25,315 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:21:25,315 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:21:25,319 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1 ; label: None ; device: /dev/sda ; serial: 36001405c7605f87e2dd44328235512a9 ; exists: True ; vg_name: test_vg1 ; vg_uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; pe_start: 8 MiB ; 2024-03-01 17:21:25,320 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:21:25,323 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:21:25,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:25,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:25,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,334 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:21:25,367 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:21:25,367 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz. WARNING: Couldn't find device with uuid P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i. WARNING: VG test_vg1 is missing PV zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:21:25,367 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:21:25,367 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:21:25,367 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:21:25,372 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:21:25,376 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:25,376 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:21:25,379 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:21:25,379 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:21:25,411 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:21:25,411 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz. WARNING: Couldn't find device with uuid P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i. WARNING: VG test_vg1 is missing PV zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:21:25,411 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:21:25,415 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:21:25,416 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:21:25,418 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:21:25,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:25,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:21:25,424 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:21:25,424 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:25,427 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/lvm-pv-uuid-zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz ' '/dev/disk/by-id/scsi-360014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/wwn-0x60014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz', 'ID_FS_UUID_ENC': 'zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz', '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': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'ID_SERIAL': '360014050e9b6d7e32cc4ec6ad6649404', 'ID_SERIAL_SHORT': '60014050e9b6d7e32cc4ec6ad6649404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050e9b6d7e3', 'ID_WWN_VENDOR_EXTENSION': '0x2cc4ec6ad6649404', 'ID_WWN_WITH_EXTENSION': '0x60014050e9b6d7e32cc4ec6ad6649404', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050e9b6d7e32cc4ec6ad6649404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593775410'} ; 2024-03-01 17:21:25,427 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:21:25,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,438 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:21:25,439 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:21:25,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:21:25,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:21:25,442 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:21:25,445 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:21:25,445 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:21:25,448 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:21:25,448 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:21:25,448 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:21:25,448 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b8dd3f1c0) -- 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 = 60014050e9b6d7e32cc4ec6ad6649404 2024-03-01 17:21:25,451 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:21:25,455 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:25,455 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:21:25,458 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:25,458 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:21:25,461 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,461 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:21:25,464 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,464 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:21:25,467 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:21:25,467 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:21:25,467 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 17:21:25,499 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:21:25,499 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i. WARNING: VG test_vg1 is missing PV P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i (last written to /dev/sdc). 2024-03-01 17:21:25,499 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:21:25,499 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:21:25,503 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz ; label: None ; device: /dev/sdb ; serial: 360014050e9b6d7e32cc4ec6ad6649404 ; exists: True ; vg_name: test_vg1 ; vg_uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; pe_start: 8 MiB ; free: 192 MiB ; 2024-03-01 17:21:25,503 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:21:25,506 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:21:25,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:25,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:21:25,515 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:21:25,518 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:25,520 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:21:25,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:25,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:25,526 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 17:21:25,559 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:21:25,559 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i. WARNING: VG test_vg1 is missing PV P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i (last written to /dev/sdc). 2024-03-01 17:21:25,559 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:21:25,559 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:21:25,559 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:25,563 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/wwn-0x6001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-id/scsi-36001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'ID_SERIAL': '36001405b6f8c60704334deb9ca9344a0', 'ID_SERIAL_SHORT': '6001405b6f8c60704334deb9ca9344a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6f8c6070', 'ID_WWN_VENDOR_EXTENSION': '0x4334deb9ca9344a0', 'ID_WWN_WITH_EXTENSION': '0x6001405b6f8c60704334deb9ca9344a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6f8c60704334deb9ca9344a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594356889'} ; 2024-03-01 17:21:25,564 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:21:25,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,574 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:21:25,575 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:21:25,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:21:25,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:21:25,578 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:21:25,581 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:21:25,581 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:21:25,584 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:21:25,584 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:21:25,584 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:21:25,584 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b8dd3ad00) -- 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 = 6001405b6f8c60704334deb9ca9344a0 2024-03-01 17:21:25,588 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:21:25,588 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:21:25,591 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-id/wwn-0x6001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405f6c47da3798f486cbb173c192', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'ID_SERIAL': '36001405f6c47da3798f486cbb173c192', 'ID_SERIAL_SHORT': '6001405f6c47da3798f486cbb173c192', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6c47da37', 'ID_WWN_VENDOR_EXTENSION': '0x98f486cbb173c192', 'ID_WWN_WITH_EXTENSION': '0x6001405f6c47da3798f486cbb173c192', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6c47da3798f486cbb173c192', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594413992'} ; 2024-03-01 17:21:25,591 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:21:25,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,601 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:21:25,602 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:21:25,602 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:21:25,602 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:21:25,605 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:21:25,608 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:21:25,608 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:21:25,611 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:21:25,611 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:21:25,611 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:21:25,611 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b8dd3fee0) -- 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 = 6001405f6c47da3798f486cbb173c192 2024-03-01 17:21:25,614 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:21:25,614 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:21:25,617 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/lvm-pv-uuid-P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-id/wwn-0x6001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/scsi-36001405c384a7d0fd42402ab48647604', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i', 'ID_FS_UUID_ENC': 'P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i', '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': 'c384a7d0-fd42-402a-b486-47604c166abd', 'ID_SERIAL': '36001405c384a7d0fd42402ab48647604', 'ID_SERIAL_SHORT': '6001405c384a7d0fd42402ab48647604', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c384a7d0f', 'ID_WWN_VENDOR_EXTENSION': '0xd42402ab48647604', 'ID_WWN_WITH_EXTENSION': '0x6001405c384a7d0fd42402ab48647604', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c384a7d0fd42402ab48647604', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593859156'} ; 2024-03-01 17:21:25,617 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:21:25,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,628 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:21:25,628 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:21:25,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:21:25,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:21:25,631 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:21:25,634 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:21:25,634 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:21:25,637 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:21:25,637 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:21:25,638 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:21:25,638 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b8dcc7580) -- 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 = 6001405c384a7d0fd42402ab48647604 2024-03-01 17:21:25,641 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:21:25,644 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:25,644 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:21:25,647 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:25,647 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:21:25,650 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,650 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:21:25,653 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,653 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:21:25,656 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:21:25,656 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:21:25,656 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:21:25,691 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:21:25,691 INFO program/MainThread: stderr[9]: 2024-03-01 17:21:25,691 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:21:25,692 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:21:25,695 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i ; label: None ; device: /dev/sdc ; serial: 36001405c384a7d0fd42402ab48647604 ; exists: True ; vg_name: test_vg1 ; vg_uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:21:25,696 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:21:25,698 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:21:25,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:25,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:25,707 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:21:25,710 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:25,713 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:21:25,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:25,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:25,718 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:21:25,753 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:21:25,753 INFO program/MainThread: stderr[10]: 2024-03-01 17:21:25,753 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:21:25,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:25,765 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:21:25,769 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:25,769 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:21:25,772 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:21:25,775 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:25,775 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:25,779 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:21:25,779 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:25,779 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:21:25,782 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:21:25,785 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:25,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:21:25,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:21:25,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:25,792 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:25,795 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:21:25,795 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:25,795 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:21:25,795 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:21:25,798 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:25,798 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:25,801 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:21:25,802 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:25,805 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yUO5ppwcsX4a80N1I5MTohzkK1gN1bXj1 ' '/dev/disk/by-uuid/5184eaf6-f70f-4a46-9af2-85079a63d827 ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '15', '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-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yUO5ppwcsX4a80N1I5MTohzkK1gN1bXj1', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'ID_FS_UUID_ENC': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975015942'} ; 2024-03-01 17:21:25,805 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:21:25,805 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:25,808 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:21:25,808 INFO program/MainThread: stderr[11]: 2024-03-01 17:21:25,808 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:21:25,809 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:25,811 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:21:25,811 INFO program/MainThread: stderr[12]: 2024-03-01 17:21:25,811 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:21:25,811 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:25,814 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:21:25,814 INFO program/MainThread: stderr[13]: 2024-03-01 17:21:25,814 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:21:25,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:21:25,824 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:25,824 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:25,825 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:25,825 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:25,821 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6b8dd3fbe0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6b8dd86700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:25,826 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:25,828 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:21:25,828 INFO program/MainThread: stderr[14]: 2024-03-01 17:21:25,828 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:21:25,832 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:21:25,835 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:25,836 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:21:25,839 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:25,839 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:21:25,842 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,842 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:21:25,845 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,845 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:21:25,847 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:21:25,847 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:21:25,850 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:25,850 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:21:25,853 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:21:25,853 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:25,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:25,860 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 17:21:25,860 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:21:25,891 INFO program/MainThread: stdout[15]: lv1 2024-03-01 17:21:25,891 INFO program/MainThread: stderr[15]: 2024-03-01 17:21:25,891 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:21:25,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:21:25,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:21:25,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:25,909 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:21:25,912 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 17:21:25,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:21:25,915 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 17:21:25,918 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:21:25,919 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:25,922 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:21:25,922 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:21:25,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:21:25,926 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 17:21:25,929 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 17:21:25,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:21:25,932 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 17:21:25,935 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:21:25,935 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:25,938 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:21:25,939 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:21:25,939 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/308 MiB to test_vg1 2024-03-01 17:21:25,939 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 17:21:25,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:21:25,942 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:25,945 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:21:25,946 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:21:25,949 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-uuid/5184eaf6-f70f-4a46-9af2-85079a63d827 ' '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yePh09fX2DbtqP4wOkd0h4Pdu1K7JOjrN', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yePh09fX2DbtqP4wOkd0h4Pdu1K7JOjrN', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'ID_FS_UUID_ENC': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '988296987'} ; 2024-03-01 17:21:25,949 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:21:25,949 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:25,952 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:21:25,952 INFO program/MainThread: stderr[16]: 2024-03-01 17:21:25,952 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:21:25,952 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:25,955 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:21:25,955 INFO program/MainThread: stderr[17]: 2024-03-01 17:21:25,955 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:21:25,955 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:25,958 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:21:25,958 INFO program/MainThread: stderr[18]: 2024-03-01 17:21:25,958 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:21:25,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:25,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 17:21:25,967 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:25,968 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:25,968 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:25,969 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:25,965 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6b8dd3a280) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6b8dd86700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:21:25,969 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:25,972 INFO program/MainThread: stdout[19]: LVM 2024-03-01 17:21:25,972 INFO program/MainThread: stderr[19]: 2024-03-01 17:21:25,972 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:21:25,976 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 17:21:25,979 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:25,979 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:21:25,982 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:25,983 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:21:25,986 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,986 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:21:25,989 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:25,989 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:21:25,989 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 17:21:25,992 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:25,992 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:21:25,995 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 17:21:25,995 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:25,996 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:25,999 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-36001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/wwn-0x6001405c8f7deaa9c9449df993f76883', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'ID_SERIAL': '36001405c8f7deaa9c9449df993f76883', 'ID_SERIAL_SHORT': '6001405c8f7deaa9c9449df993f76883', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c8f7deaa9', 'ID_WWN_VENDOR_EXTENSION': '0xc9449df993f76883', 'ID_WWN_WITH_EXTENSION': '0x6001405c8f7deaa9c9449df993f76883', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c8f7deaa9c9449df993f76883', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593816439'} ; 2024-03-01 17:21:25,999 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:21:26,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,010 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:21:26,011 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:21:26,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:21:26,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:21:26,013 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:21:26,016 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:21:26,017 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:21:26,019 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:21:26,020 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:21:26,020 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:21:26,020 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b8dce14c0) -- 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 = 6001405c8f7deaa9c9449df993f76883 2024-03-01 17:21:26,023 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:21:26,023 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:21:26,026 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/scsi-3600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-diskseq/6', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'ID_SERIAL': '3600140597c41fbd71554a328e0c165f5', 'ID_SERIAL_SHORT': '600140597c41fbd71554a328e0c165f5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597c41fbd7', 'ID_WWN_VENDOR_EXTENSION': '0x1554a328e0c165f5', 'ID_WWN_WITH_EXTENSION': '0x600140597c41fbd71554a328e0c165f5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597c41fbd71554a328e0c165f5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593986117'} ; 2024-03-01 17:21:26,026 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:21:26,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,037 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:21:26,038 INFO blivet/MainThread: sde is a disk 2024-03-01 17:21:26,038 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 78 2024-03-01 17:21:26,038 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 79 2024-03-01 17:21:26,040 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:21:26,043 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:21:26,043 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:21:26,046 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:21:26,047 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:21:26,047 INFO blivet/MainThread: added disk sde (id 77) to device tree 2024-03-01 17:21:26,047 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b8dcd49d0) -- name = sde status = True id = 77 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 600140597c41fbd71554a328e0c165f5 2024-03-01 17:21:26,050 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:21:26,050 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:21:26,053 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x6001405440d1e8b89904665bae377f82 ' '/dev/disk/by-id/scsi-36001405440d1e8b89904665bae377f82 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'ID_SERIAL': '36001405440d1e8b89904665bae377f82', 'ID_SERIAL_SHORT': '6001405440d1e8b89904665bae377f82', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405440d1e8b8', 'ID_WWN_VENDOR_EXTENSION': '0x9904665bae377f82', 'ID_WWN_WITH_EXTENSION': '0x6001405440d1e8b89904665bae377f82', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405440d1e8b89904665bae377f82', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594073378'} ; 2024-03-01 17:21:26,053 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:21:26,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,064 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:21:26,064 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:21:26,065 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:21:26,065 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:21:26,067 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:21:26,070 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:21:26,070 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:21:26,073 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:21:26,074 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:21:26,074 INFO blivet/MainThread: added disk sdf (id 82) to device tree 2024-03-01 17:21:26,074 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b8dce6bb0) -- name = sdf status = True id = 82 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 6001405440d1e8b89904665bae377f82 2024-03-01 17:21:26,077 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:21:26,077 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:21:26,080 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f5734b57e5174177899809df8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/scsi-36001405f5734b57e5174177899809df8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-diskseq/8', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'ID_SERIAL': '36001405f5734b57e5174177899809df8', 'ID_SERIAL_SHORT': '6001405f5734b57e5174177899809df8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f5734b57e', 'ID_WWN_VENDOR_EXTENSION': '0x5174177899809df8', 'ID_WWN_WITH_EXTENSION': '0x6001405f5734b57e5174177899809df8', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f5734b57e5174177899809df8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594194969'} ; 2024-03-01 17:21:26,080 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:21:26,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,091 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:21:26,091 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:21:26,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:21:26,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:21:26,094 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:21:26,097 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:21:26,097 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:21:26,100 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:21:26,100 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:21:26,101 INFO blivet/MainThread: added disk sdg (id 87) to device tree 2024-03-01 17:21:26,101 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b8dcd4cd0) -- name = sdg status = True id = 87 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 6001405f5734b57e5174177899809df8 2024-03-01 17:21:26,104 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:21:26,104 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:21:26,107 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/scsi-3600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-diskseq/9', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'ID_SERIAL': '3600140517f70eddad1f439d9dc8b6e2b', 'ID_SERIAL_SHORT': '600140517f70eddad1f439d9dc8b6e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140517f70edda', 'ID_WWN_VENDOR_EXTENSION': '0xd1f439d9dc8b6e2b', 'ID_WWN_WITH_EXTENSION': '0x600140517f70eddad1f439d9dc8b6e2b', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140517f70eddad1f439d9dc8b6e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594133983'} ; 2024-03-01 17:21:26,107 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:21:26,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,118 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:21:26,118 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:21:26,118 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:21:26,118 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 94 2024-03-01 17:21:26,121 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:21:26,124 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:21:26,124 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:21:26,127 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:21:26,127 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:21:26,128 INFO blivet/MainThread: added disk sdh (id 92) to device tree 2024-03-01 17:21:26,128 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b8dce1970) -- name = sdh status = True id = 92 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 600140517f70eddad1f439d9dc8b6e2b 2024-03-01 17:21:26,131 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:21:26,131 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:21:26,134 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-36001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'ID_SERIAL': '36001405b8364ad612b246328a2bbbad4', 'ID_SERIAL_SHORT': '6001405b8364ad612b246328a2bbbad4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8364ad61', 'ID_WWN_VENDOR_EXTENSION': '0x2b246328a2bbbad4', 'ID_WWN_WITH_EXTENSION': '0x6001405b8364ad612b246328a2bbbad4', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8364ad612b246328a2bbbad4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594335610'} ; 2024-03-01 17:21:26,134 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:21:26,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,145 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:21:26,145 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:21:26,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:21:26,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 17:21:26,148 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:21:26,151 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:21:26,151 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:21:26,154 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:21:26,155 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:21:26,155 INFO blivet/MainThread: added disk sdi (id 97) to device tree 2024-03-01 17:21:26,155 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b8dced910) -- name = sdi status = True id = 97 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 6001405b8364ad612b246328a2bbbad4 2024-03-01 17:21:26,158 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:21:26,158 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:21:26,161 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-id/wwn-0x60014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/scsi-360014059e03fec5dbf54a72af89072bc', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'ID_SERIAL': '360014059e03fec5dbf54a72af89072bc', 'ID_SERIAL_SHORT': '60014059e03fec5dbf54a72af89072bc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059e03fec5d', 'ID_WWN_VENDOR_EXTENSION': '0xbf54a72af89072bc', 'ID_WWN_WITH_EXTENSION': '0x60014059e03fec5dbf54a72af89072bc', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059e03fec5dbf54a72af89072bc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594404585'} ; 2024-03-01 17:21:26,161 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:21:26,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,172 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:21:26,172 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:21:26,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:21:26,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 104 2024-03-01 17:21:26,175 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:21:26,178 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:21:26,178 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:21:26,181 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:21:26,181 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:21:26,182 INFO blivet/MainThread: added disk sdj (id 102) to device tree 2024-03-01 17:21:26,182 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b8dce6730) -- name = sdj status = True id = 102 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 60014059e03fec5dbf54a72af89072bc 2024-03-01 17:21:26,184 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:21:26,185 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:21:26,187 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13108560'} ; 2024-03-01 17:21:26,187 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:21:26,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,197 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:21:26,197 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:21:26,197 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:21:26,197 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:21:26,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 17:21:26,198 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:21:26,200 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:21:26,203 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:21:26,203 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:21:26,206 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:21:26,206 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:21:26,206 INFO blivet/MainThread: added disk xvda (id 107) to device tree 2024-03-01 17:21:26,207 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b8dcf0fa0) -- name = xvda status = True id = 107 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:21:26,209 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:21:26,212 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:26,212 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 111 2024-03-01 17:21:26,215 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:26,215 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 112 2024-03-01 17:21:26,218 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:26,218 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 113 2024-03-01 17:21:26,221 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:26,221 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:21:26,224 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:21:26,227 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:26,230 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:21:26,236 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 0x7f6b8f6a4e80> 2024-03-01 17:21:26,273 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 115 2024-03-01 17:21:26,276 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:21:26,277 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:21:26,280 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13114063'} ; 2024-03-01 17:21:26,280 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:21:26,280 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:21:26,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,289 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:21:26,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,294 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:26,307 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:26,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (107) with existing msdos disklabel 2024-03-01 17:21:26,328 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 118 2024-03-01 17:21:26,331 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:21:26,332 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:21:26,335 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:21:26,337 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:21:26,338 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:21:26,340 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:26,341 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:26,341 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:21:26,344 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:21:26,347 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:21:26,349 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:21:26,352 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:21:26,355 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:26,355 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:26,356 INFO blivet/MainThread: added partition xvda1 (id 117) to device tree 2024-03-01 17:21:26,356 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:21:26,356 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f6b8dcfa5e0) -- name = xvda1 status = True id = 117 children = [] parents = ['existing 250 GiB disk xvda (107) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f6b8dc849f0> disk = existing 250 GiB disk xvda (107) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:21:26,359 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:21:26,362 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:26,362 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 121 2024-03-01 17:21:26,365 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:26,365 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 122 2024-03-01 17:21:26,368 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:26,369 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 123 2024-03-01 17:21:26,372 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:26,372 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 124 2024-03-01 17:21:26,372 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:21:26,375 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:26,375 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 125 2024-03-01 17:21:26,377 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:21:26,377 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:26,380 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/5184eaf6-f70f-4a46-9af2-85079a63d827 ' '/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-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yUO5ppwcsX4a80N1I5MTohzkK1gN1bXj1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '15', '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-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yUO5ppwcsX4a80N1I5MTohzkK1gN1bXj1', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'ID_FS_UUID_ENC': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975015942'} ; 2024-03-01 17:21:26,380 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:21:26,381 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:26,384 INFO program/MainThread: stdout[20]: LVM 2024-03-01 17:21:26,384 INFO program/MainThread: stderr[20]: 2024-03-01 17:21:26,384 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:21:26,384 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:26,387 INFO program/MainThread: stdout[21]: LVM 2024-03-01 17:21:26,387 INFO program/MainThread: stderr[21]: 2024-03-01 17:21:26,387 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:21:26,387 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:26,389 INFO program/MainThread: stdout[22]: LVM 2024-03-01 17:21:26,389 INFO program/MainThread: stderr[22]: 2024-03-01 17:21:26,389 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:21:26,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:21:26,398 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:26,399 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:26,400 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:26,400 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:26,396 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6b8dd3fbe0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6b8dd86700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:26,401 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:26,403 INFO program/MainThread: stdout[23]: LVM 2024-03-01 17:21:26,404 INFO program/MainThread: stderr[23]: 2024-03-01 17:21:26,404 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:21:26,407 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:21:26,407 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:21:26,410 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1-real', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '17', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yUO5ppwcsX4a80N1I5MTohzkK1gN1bXj1-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '988263498'} ; 2024-03-01 17:21:26,410 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:21:26,411 INFO program/MainThread: Running [24] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:21:26,413 INFO program/MainThread: stdout[24]: LVM 2024-03-01 17:21:26,413 INFO program/MainThread: stderr[24]: 2024-03-01 17:21:26,413 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:21:26,413 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:21:26,416 INFO program/MainThread: stdout[25]: LVM 2024-03-01 17:21:26,416 INFO program/MainThread: stderr[25]: 2024-03-01 17:21:26,416 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:21:26,416 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:21:26,418 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:21:26,418 INFO program/MainThread: stderr[26]: 2024-03-01 17:21:26,419 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:21:26,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,425 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:21:26,428 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:21:26,428 INFO program/MainThread: stderr[27]: 2024-03-01 17:21:26,428 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:21:26,428 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:21:26,430 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:21:26,431 INFO program/MainThread: stderr[28]: 2024-03-01 17:21:26,431 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:21:26,431 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:21:26,433 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:21:26,433 INFO program/MainThread: stderr[29]: 2024-03-01 17:21:26,433 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:21:26,437 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 17:21:26,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 17:21:26,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:26,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:21:26,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:21:26,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:26,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,466 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 17:21:26,469 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1-cow', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yePh09fX2DbtqP4wOkd0h4Pdu1K7JOjrN-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '988270161'} ; 2024-03-01 17:21:26,469 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:21:26,469 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:21:26,472 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:21:26,472 INFO program/MainThread: stderr[30]: 2024-03-01 17:21:26,472 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:21:26,472 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:21:26,475 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:21:26,475 INFO program/MainThread: stderr[31]: 2024-03-01 17:21:26,475 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:21:26,475 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:21:26,477 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:21:26,478 INFO program/MainThread: stderr[32]: 2024-03-01 17:21:26,478 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:21:26,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,485 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:21:26,487 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:21:26,487 INFO program/MainThread: stderr[33]: 2024-03-01 17:21:26,487 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:21:26,487 INFO program/MainThread: Running [34] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:21:26,489 INFO program/MainThread: stdout[34]: LVM 2024-03-01 17:21:26,490 INFO program/MainThread: stderr[34]: 2024-03-01 17:21:26,490 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:21:26,490 INFO program/MainThread: Running [35] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:21:26,492 INFO program/MainThread: stdout[35]: LVM 2024-03-01 17:21:26,492 INFO program/MainThread: stderr[35]: 2024-03-01 17:21:26,492 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:21:26,496 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 17:21:26,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 17:21:26,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:26,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:21:26,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:26,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,519 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 17:21:26,521 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/5184eaf6-f70f-4a46-9af2-85079a63d827 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/mapper/test_vg1-lv1_snapset1 /dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yePh09fX2DbtqP4wOkd0h4Pdu1K7JOjrN', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yePh09fX2DbtqP4wOkd0h4Pdu1K7JOjrN', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'ID_FS_UUID_ENC': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '988296987'} ; 2024-03-01 17:21:26,521 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:21:26,522 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:26,524 INFO program/MainThread: stdout[36]: LVM 2024-03-01 17:21:26,524 INFO program/MainThread: stderr[36]: 2024-03-01 17:21:26,524 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:21:26,524 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:26,527 INFO program/MainThread: stdout[37]: LVM 2024-03-01 17:21:26,527 INFO program/MainThread: stderr[37]: 2024-03-01 17:21:26,527 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:21:26,527 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:26,529 INFO program/MainThread: stdout[38]: LVM 2024-03-01 17:21:26,530 INFO program/MainThread: stderr[38]: 2024-03-01 17:21:26,530 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:21:26,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs filesystem 2024-03-01 17:21:26,539 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:26,539 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:26,540 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:26,540 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:26,536 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6b8dd3a280) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6b8dd86700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:21:26,541 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:26,543 INFO program/MainThread: stdout[39]: LVM 2024-03-01 17:21:26,543 INFO program/MainThread: stderr[39]: 2024-03-01 17:21:26,543 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:21:26,547 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 17:21:26,547 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 17:21:26,547 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:26,560 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:26,575 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:21:26,576 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:21:26,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,587 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:21:26,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,597 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:21:26,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,608 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:21:26,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,618 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:21:26,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,628 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:21:26,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,638 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:21:29,601 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_q19xvjqr/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:29,635 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:29,635 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:21:29,637 INFO program/MainThread: stdout[2]: 2024-03-01 17:21:29,638 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:21:29,638 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:21:29,638 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:21:29,642 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,642 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:21:29,646 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:29,646 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:21:29,649 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:29,649 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:21:29,652 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:29,652 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:21:29,661 INFO program/MainThread: stdout: 2024-03-01 17:21:29,661 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:21:29,661 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1 2024-03-01 17:21:29,661 INFO program/MainThread: `-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 17:21:29,661 INFO program/MainThread: |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 2024-03-01 17:21:29,661 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 2024-03-01 17:21:29,661 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz 2024-03-01 17:21:29,661 INFO program/MainThread: |-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 17:21:29,661 INFO program/MainThread: | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 2024-03-01 17:21:29,661 INFO program/MainThread: | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 2024-03-01 17:21:29,661 INFO program/MainThread: `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- 2024-03-01 17:21:29,661 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 2024-03-01 17:21:29,661 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i 2024-03-01 17:21:29,661 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:21:29,661 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:21:29,662 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:21:29,662 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:21:29,662 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:21:29,662 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:21:29,662 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:21:29,662 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:21:29,662 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:21:29,662 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:21:29,662 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:29,662 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,662 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1 `-test_vg1-lv1-real 1606418432 root disk brw-rw---- |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 sdb 1073741824 root disk brw-rw---- LVM2_member zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz |-test_vg1-lv1-real 1606418432 root disk brw-rw---- | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 5184eaf6-f70f-4a46-9af2-85079a63d827 sdc 1073741824 root disk brw-rw---- LVM2_member P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:29,662 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:29,662 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:29,663 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:21:29,663 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:29,663 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:21:29,663 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:21:29,663 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:29,676 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,691 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1', 'test_vg1-lv1-real', 'test_vg1-lv1_snapset1-cow', 'test_vg1-lv1_snapset1'] 2024-03-01 17:21:29,695 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-id/scsi-36001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/wwn-0x6001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/lvm-pv-uuid-Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-diskseq/2', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1', 'ID_FS_UUID_ENC': 'Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1', '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': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'ID_SERIAL': '36001405c7605f87e2dd44328235512a9', 'ID_SERIAL_SHORT': '6001405c7605f87e2dd44328235512a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7605f87e', 'ID_WWN_VENDOR_EXTENSION': '0x2dd44328235512a9', 'ID_WWN_WITH_EXTENSION': '0x6001405c7605f87e2dd44328235512a9', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7605f87e2dd44328235512a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593781552'} ; 2024-03-01 17:21:29,695 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:21:29,696 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:29,728 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:21:29,728 INFO program/MainThread: stderr[3]: 2024-03-01 17:21:29,728 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:21:29,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:29,740 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:21:29,741 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:21:29,746 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:21:29,747 INFO blivet/MainThread: sda is a disk 2024-03-01 17:21:29,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:21:29,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:21:29,750 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:21:29,753 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:21:29,754 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:21:29,757 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:21:29,757 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:21:29,757 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:21:29,758 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb1db37b8e0) -- 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 = 6001405c7605f87e2dd44328235512a9 2024-03-01 17:21:29,761 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:21:29,764 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:29,764 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:21:29,768 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:29,768 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:21:29,771 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,771 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:21:29,774 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,774 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:21:29,777 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:21:29,777 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:21:29,778 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:21:29,812 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:21:29,812 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz. WARNING: Couldn't find device with uuid P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i. WARNING: VG test_vg1 is missing PV zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:21:29,812 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:21:29,812 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:21:29,816 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1 ; label: None ; device: /dev/sda ; serial: 36001405c7605f87e2dd44328235512a9 ; exists: True ; vg_name: test_vg1 ; vg_uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; pe_start: 8 MiB ; 2024-03-01 17:21:29,817 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:21:29,820 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:21:29,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:29,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:29,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:29,831 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:21:29,864 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:21:29,864 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz. WARNING: Couldn't find device with uuid P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i. WARNING: VG test_vg1 is missing PV zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:21:29,864 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:21:29,864 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:21:29,864 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:21:29,869 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:21:29,873 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:29,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:21:29,876 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:21:29,876 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:21:29,909 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:21:29,909 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz. WARNING: Couldn't find device with uuid P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i. WARNING: VG test_vg1 is missing PV zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:21:29,909 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:21:29,913 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:21:29,914 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:21:29,916 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:21:29,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:29,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:21:29,922 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:21:29,922 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:29,925 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/lvm-pv-uuid-zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x60014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/scsi-360014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz', 'ID_FS_UUID_ENC': 'zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz', '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': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'ID_SERIAL': '360014050e9b6d7e32cc4ec6ad6649404', 'ID_SERIAL_SHORT': '60014050e9b6d7e32cc4ec6ad6649404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050e9b6d7e3', 'ID_WWN_VENDOR_EXTENSION': '0x2cc4ec6ad6649404', 'ID_WWN_WITH_EXTENSION': '0x60014050e9b6d7e32cc4ec6ad6649404', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050e9b6d7e32cc4ec6ad6649404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593775410'} ; 2024-03-01 17:21:29,926 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:21:29,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:29,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:29,936 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:21:29,937 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:21:29,937 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:21:29,937 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:21:29,940 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:21:29,943 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:21:29,943 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:21:29,946 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:21:29,946 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:21:29,947 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:21:29,947 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb1da2201c0) -- 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 = 60014050e9b6d7e32cc4ec6ad6649404 2024-03-01 17:21:29,950 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:21:29,953 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:29,953 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:21:29,956 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:29,956 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:21:29,959 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,959 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:21:29,962 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:29,962 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:21:29,965 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:21:29,965 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:21:29,965 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 17:21:29,994 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:21:29,994 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i. WARNING: VG test_vg1 is missing PV P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i (last written to /dev/sdc). 2024-03-01 17:21:29,994 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:21:29,995 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:21:29,998 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz ; label: None ; device: /dev/sdb ; serial: 360014050e9b6d7e32cc4ec6ad6649404 ; exists: True ; vg_name: test_vg1 ; vg_uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; pe_start: 8 MiB ; free: 192 MiB ; 2024-03-01 17:21:29,999 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:21:30,002 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:21:30,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:30,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:21:30,010 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:21:30,013 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:30,016 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:21:30,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:30,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:30,022 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 17:21:30,053 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:21:30,053 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i. WARNING: VG test_vg1 is missing PV P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i (last written to /dev/sdc). 2024-03-01 17:21:30,053 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:21:30,053 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:21:30,053 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:30,058 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/wwn-0x6001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/scsi-36001405b6f8c60704334deb9ca9344a0', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'ID_SERIAL': '36001405b6f8c60704334deb9ca9344a0', 'ID_SERIAL_SHORT': '6001405b6f8c60704334deb9ca9344a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6f8c6070', 'ID_WWN_VENDOR_EXTENSION': '0x4334deb9ca9344a0', 'ID_WWN_WITH_EXTENSION': '0x6001405b6f8c60704334deb9ca9344a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6f8c60704334deb9ca9344a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594356889'} ; 2024-03-01 17:21:30,058 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:21:30,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,069 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:21:30,069 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:21:30,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:21:30,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:21:30,072 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:21:30,075 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:21:30,075 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:21:30,078 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:21:30,078 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:21:30,079 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:21:30,079 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb1da21bd00) -- 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 = 6001405b6f8c60704334deb9ca9344a0 2024-03-01 17:21:30,082 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:21:30,082 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:21:30,085 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-id/wwn-0x6001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/scsi-36001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_f6c47da3-798f-486c-bb17-3c1924895b01', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'ID_SERIAL': '36001405f6c47da3798f486cbb173c192', 'ID_SERIAL_SHORT': '6001405f6c47da3798f486cbb173c192', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6c47da37', 'ID_WWN_VENDOR_EXTENSION': '0x98f486cbb173c192', 'ID_WWN_WITH_EXTENSION': '0x6001405f6c47da3798f486cbb173c192', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6c47da3798f486cbb173c192', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594413992'} ; 2024-03-01 17:21:30,085 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:21:30,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,096 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:21:30,096 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:21:30,096 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:21:30,096 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:21:30,099 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:21:30,102 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:21:30,102 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:21:30,105 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:21:30,105 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:21:30,106 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:21:30,106 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb1da220ee0) -- 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 = 6001405f6c47da3798f486cbb173c192 2024-03-01 17:21:30,109 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:21:30,109 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:21:30,112 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-id/scsi-36001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/lvm-pv-uuid-P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i', 'ID_FS_UUID_ENC': 'P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i', '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': 'c384a7d0-fd42-402a-b486-47604c166abd', 'ID_SERIAL': '36001405c384a7d0fd42402ab48647604', 'ID_SERIAL_SHORT': '6001405c384a7d0fd42402ab48647604', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c384a7d0f', 'ID_WWN_VENDOR_EXTENSION': '0xd42402ab48647604', 'ID_WWN_WITH_EXTENSION': '0x6001405c384a7d0fd42402ab48647604', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c384a7d0fd42402ab48647604', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593859156'} ; 2024-03-01 17:21:30,112 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:21:30,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,122 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:21:30,123 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:21:30,123 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:21:30,123 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:21:30,126 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:21:30,129 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:21:30,129 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:21:30,132 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:21:30,132 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:21:30,132 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:21:30,132 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb1da1a9580) -- 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 = 6001405c384a7d0fd42402ab48647604 2024-03-01 17:21:30,135 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:21:30,139 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:30,139 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:21:30,142 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:30,142 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:21:30,145 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,145 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:21:30,148 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,148 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:21:30,150 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:21:30,150 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:21:30,151 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:21:30,189 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Mhu3re-d8eF-Y4ls-7XXG-OkYr-kzyl-Mkt5L1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=zbXkd3-fZJR-kS4g-4SU7-Efy4-qzk5-DxQnpz LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:21:30,189 INFO program/MainThread: stderr[9]: 2024-03-01 17:21:30,189 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:21:30,189 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:21:30,193 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: P5N3iU-brPr-zMHO-U4gm-56qa-fcKp-MilU2i ; label: None ; device: /dev/sdc ; serial: 36001405c384a7d0fd42402ab48647604 ; exists: True ; vg_name: test_vg1 ; vg_uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:21:30,193 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:21:30,196 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:21:30,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:30,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:30,205 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:21:30,208 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:30,211 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:21:30,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:30,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:30,217 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:21:30,247 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:21:30,247 INFO program/MainThread: stderr[10]: 2024-03-01 17:21:30,247 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:21:30,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:30,260 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:21:30,263 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:30,263 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:21:30,266 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:21:30,270 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:30,270 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:30,273 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:21:30,273 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:30,273 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:21:30,277 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:21:30,280 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:30,280 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:21:30,283 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:21:30,286 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:30,286 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:30,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:21:30,290 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:30,290 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:21:30,290 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:21:30,293 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:30,293 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:30,296 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:21:30,296 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:30,299 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/5184eaf6-f70f-4a46-9af2-85079a63d827 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yUO5ppwcsX4a80N1I5MTohzkK1gN1bXj1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '15', '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-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yUO5ppwcsX4a80N1I5MTohzkK1gN1bXj1', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'ID_FS_UUID_ENC': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975015942'} ; 2024-03-01 17:21:30,300 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:21:30,300 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:30,303 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:21:30,303 INFO program/MainThread: stderr[11]: 2024-03-01 17:21:30,303 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:21:30,303 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:30,305 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:21:30,306 INFO program/MainThread: stderr[12]: 2024-03-01 17:21:30,306 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:21:30,306 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:30,308 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:21:30,308 INFO program/MainThread: stderr[13]: 2024-03-01 17:21:30,308 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:21:30,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:21:30,318 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:30,319 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:30,319 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:30,320 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:21:30,315 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:30,320 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:30,323 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:21:30,323 INFO program/MainThread: stderr[14]: 2024-03-01 17:21:30,323 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:21:30,327 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:21:30,330 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:30,330 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:21:30,333 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:30,333 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:21:30,336 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,336 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:21:30,340 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,340 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:21:30,341 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:21:30,341 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:21:30,344 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:30,345 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:21:30,348 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:21:30,348 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:30,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,354 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 17:21:30,354 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:21:30,383 INFO program/MainThread: stdout[15]: lv1 2024-03-01 17:21:30,383 INFO program/MainThread: stderr[15]: 2024-03-01 17:21:30,383 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:21:30,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:21:30,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:21:30,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:30,401 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:21:30,404 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 17:21:30,404 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:21:30,408 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 17:21:30,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:21:30,411 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:30,414 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:21:30,415 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:21:30,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:21:30,418 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 17:21:30,421 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 17:21:30,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:21:30,424 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 17:21:30,427 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:21:30,428 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:30,431 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:21:30,431 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:21:30,431 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/308 MiB to test_vg1 2024-03-01 17:21:30,432 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 17:21:30,434 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:21:30,435 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:30,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:21:30,438 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:21:30,441 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yePh09fX2DbtqP4wOkd0h4Pdu1K7JOjrN ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-uuid/5184eaf6-f70f-4a46-9af2-85079a63d827', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yePh09fX2DbtqP4wOkd0h4Pdu1K7JOjrN', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'ID_FS_UUID_ENC': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '988296987'} ; 2024-03-01 17:21:30,441 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:21:30,442 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:30,444 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:21:30,445 INFO program/MainThread: stderr[16]: 2024-03-01 17:21:30,445 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:21:30,445 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:30,447 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:21:30,447 INFO program/MainThread: stderr[17]: 2024-03-01 17:21:30,447 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:21:30,448 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:30,450 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:21:30,450 INFO program/MainThread: stderr[18]: 2024-03-01 17:21:30,450 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:21:30,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 17:21:30,459 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:30,460 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:30,460 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:30,461 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:30,457 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb1da21b280) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:21:30,462 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:30,464 INFO program/MainThread: stdout[19]: LVM 2024-03-01 17:21:30,464 INFO program/MainThread: stderr[19]: 2024-03-01 17:21:30,464 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:21:30,468 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 17:21:30,472 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:30,472 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:21:30,475 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:30,475 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:21:30,478 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,478 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:21:30,481 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,481 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:21:30,482 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 17:21:30,485 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:30,485 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:21:30,488 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 17:21:30,488 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:30,488 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:30,491 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-36001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'ID_SERIAL': '36001405c8f7deaa9c9449df993f76883', 'ID_SERIAL_SHORT': '6001405c8f7deaa9c9449df993f76883', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c8f7deaa9', 'ID_WWN_VENDOR_EXTENSION': '0xc9449df993f76883', 'ID_WWN_WITH_EXTENSION': '0x6001405c8f7deaa9c9449df993f76883', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c8f7deaa9c9449df993f76883', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593816439'} ; 2024-03-01 17:21:30,491 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:21:30,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,503 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:21:30,504 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:21:30,504 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:21:30,504 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:21:30,506 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:21:30,509 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:21:30,510 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:21:30,512 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:21:30,513 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:21:30,513 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:21:30,513 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb1da1bb4c0) -- 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 = 6001405c8f7deaa9c9449df993f76883 2024-03-01 17:21:30,516 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:21:30,516 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:21:30,519 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/scsi-3600140597c41fbd71554a328e0c165f5', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'ID_SERIAL': '3600140597c41fbd71554a328e0c165f5', 'ID_SERIAL_SHORT': '600140597c41fbd71554a328e0c165f5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597c41fbd7', 'ID_WWN_VENDOR_EXTENSION': '0x1554a328e0c165f5', 'ID_WWN_WITH_EXTENSION': '0x600140597c41fbd71554a328e0c165f5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597c41fbd71554a328e0c165f5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593986117'} ; 2024-03-01 17:21:30,519 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:21:30,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,530 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:21:30,531 INFO blivet/MainThread: sde is a disk 2024-03-01 17:21:30,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 78 2024-03-01 17:21:30,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 79 2024-03-01 17:21:30,534 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:21:30,537 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:21:30,537 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:21:30,540 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:21:30,540 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:21:30,540 INFO blivet/MainThread: added disk sde (id 77) to device tree 2024-03-01 17:21:30,540 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb1da1b59d0) -- name = sde status = True id = 77 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 600140597c41fbd71554a328e0c165f5 2024-03-01 17:21:30,543 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:21:30,544 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:21:30,547 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/wwn-0x6001405440d1e8b89904665bae377f82 ' '/dev/disk/by-id/scsi-36001405440d1e8b89904665bae377f82', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'ID_SERIAL': '36001405440d1e8b89904665bae377f82', 'ID_SERIAL_SHORT': '6001405440d1e8b89904665bae377f82', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405440d1e8b8', 'ID_WWN_VENDOR_EXTENSION': '0x9904665bae377f82', 'ID_WWN_WITH_EXTENSION': '0x6001405440d1e8b89904665bae377f82', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405440d1e8b89904665bae377f82', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594073378'} ; 2024-03-01 17:21:30,547 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:21:30,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,558 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:21:30,558 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:21:30,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:21:30,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:21:30,561 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:21:30,564 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:21:30,564 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:21:30,567 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:21:30,567 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:21:30,568 INFO blivet/MainThread: added disk sdf (id 82) to device tree 2024-03-01 17:21:30,568 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb1da1c9bb0) -- name = sdf status = True id = 82 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 6001405440d1e8b89904665bae377f82 2024-03-01 17:21:30,571 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:21:30,571 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:21:30,574 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/wwn-0x6001405f5734b57e5174177899809df8 ' '/dev/disk/by-id/scsi-36001405f5734b57e5174177899809df8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'ID_SERIAL': '36001405f5734b57e5174177899809df8', 'ID_SERIAL_SHORT': '6001405f5734b57e5174177899809df8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f5734b57e', 'ID_WWN_VENDOR_EXTENSION': '0x5174177899809df8', 'ID_WWN_WITH_EXTENSION': '0x6001405f5734b57e5174177899809df8', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f5734b57e5174177899809df8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594194969'} ; 2024-03-01 17:21:30,574 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:21:30,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,585 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:21:30,585 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:21:30,585 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:21:30,585 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:21:30,588 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:21:30,591 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:21:30,591 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:21:30,594 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:21:30,594 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:21:30,595 INFO blivet/MainThread: added disk sdg (id 87) to device tree 2024-03-01 17:21:30,595 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb1da1b5cd0) -- name = sdg status = True id = 87 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 6001405f5734b57e5174177899809df8 2024-03-01 17:21:30,598 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:21:30,598 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:21:30,601 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-3600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/wwn-0x600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'ID_SERIAL': '3600140517f70eddad1f439d9dc8b6e2b', 'ID_SERIAL_SHORT': '600140517f70eddad1f439d9dc8b6e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140517f70edda', 'ID_WWN_VENDOR_EXTENSION': '0xd1f439d9dc8b6e2b', 'ID_WWN_WITH_EXTENSION': '0x600140517f70eddad1f439d9dc8b6e2b', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140517f70eddad1f439d9dc8b6e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594133983'} ; 2024-03-01 17:21:30,601 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:21:30,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,612 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:21:30,612 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:21:30,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:21:30,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 94 2024-03-01 17:21:30,615 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:21:30,618 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:21:30,618 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:21:30,621 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:21:30,621 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:21:30,622 INFO blivet/MainThread: added disk sdh (id 92) to device tree 2024-03-01 17:21:30,622 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb1da1bb970) -- name = sdh status = True id = 92 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 600140517f70eddad1f439d9dc8b6e2b 2024-03-01 17:21:30,625 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:21:30,625 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:21:30,628 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-id/scsi-36001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-id/wwn-0x6001405b8364ad612b246328a2bbbad4', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'ID_SERIAL': '36001405b8364ad612b246328a2bbbad4', 'ID_SERIAL_SHORT': '6001405b8364ad612b246328a2bbbad4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8364ad61', 'ID_WWN_VENDOR_EXTENSION': '0x2b246328a2bbbad4', 'ID_WWN_WITH_EXTENSION': '0x6001405b8364ad612b246328a2bbbad4', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8364ad612b246328a2bbbad4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594335610'} ; 2024-03-01 17:21:30,628 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:21:30,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,638 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:21:30,639 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:21:30,639 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:21:30,639 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 17:21:30,642 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:21:30,645 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:21:30,645 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:21:30,648 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:21:30,648 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:21:30,648 INFO blivet/MainThread: added disk sdi (id 97) to device tree 2024-03-01 17:21:30,648 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb1da1cf910) -- name = sdi status = True id = 97 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 6001405b8364ad612b246328a2bbbad4 2024-03-01 17:21:30,651 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:21:30,651 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:21:30,654 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-id/scsi-360014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x60014059e03fec5dbf54a72af89072bc', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'ID_SERIAL': '360014059e03fec5dbf54a72af89072bc', 'ID_SERIAL_SHORT': '60014059e03fec5dbf54a72af89072bc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059e03fec5d', 'ID_WWN_VENDOR_EXTENSION': '0xbf54a72af89072bc', 'ID_WWN_WITH_EXTENSION': '0x60014059e03fec5dbf54a72af89072bc', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059e03fec5dbf54a72af89072bc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594404585'} ; 2024-03-01 17:21:30,654 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:21:30,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,665 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:21:30,666 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:21:30,666 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:21:30,666 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 104 2024-03-01 17:21:30,668 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:21:30,671 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:21:30,671 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:21:30,674 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:21:30,675 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:21:30,675 INFO blivet/MainThread: added disk sdj (id 102) to device tree 2024-03-01 17:21:30,675 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb1da1c9730) -- name = sdj status = True id = 102 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 60014059e03fec5dbf54a72af89072bc 2024-03-01 17:21:30,678 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:21:30,678 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:21:30,681 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13108560'} ; 2024-03-01 17:21:30,681 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:21:30,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,691 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:21:30,691 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:21:30,691 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:21:30,691 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:21:30,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 17:21:30,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:21:30,694 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:21:30,697 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:21:30,697 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:21:30,700 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:21:30,700 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:21:30,700 INFO blivet/MainThread: added disk xvda (id 107) to device tree 2024-03-01 17:21:30,700 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb1da1d3fa0) -- name = xvda status = True id = 107 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:21:30,703 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:21:30,706 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:30,706 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 111 2024-03-01 17:21:30,709 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:30,709 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 112 2024-03-01 17:21:30,712 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,712 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 113 2024-03-01 17:21:30,715 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,715 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:21:30,718 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:21:30,721 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,723 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:21:30,729 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 0x7fb1dbb87c40> 2024-03-01 17:21:30,767 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 115 2024-03-01 17:21:30,771 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:21:30,772 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:21:30,775 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13114063'} ; 2024-03-01 17:21:30,775 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:21:30,775 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:21:30,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,784 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:21:30,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,789 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,801 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (107) with existing msdos disklabel 2024-03-01 17:21:30,822 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 118 2024-03-01 17:21:30,825 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:21:30,826 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:21:30,829 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:21:30,831 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:21:30,832 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:21:30,834 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:30,835 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:30,835 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:21:30,838 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:21:30,841 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:21:30,843 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:21:30,846 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:21:30,849 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:30,849 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:30,849 INFO blivet/MainThread: added partition xvda1 (id 117) to device tree 2024-03-01 17:21:30,850 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:21:30,849 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fb1da1db5e0) -- name = xvda1 status = True id = 117 children = [] parents = ['existing 250 GiB disk xvda (107) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fb1db2c4b80> disk = existing 250 GiB disk xvda (107) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:21:30,853 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:21:30,856 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:30,856 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 121 2024-03-01 17:21:30,859 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:30,859 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 122 2024-03-01 17:21:30,862 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,862 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 123 2024-03-01 17:21:30,865 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:30,865 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 124 2024-03-01 17:21:30,865 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:21:30,868 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:30,868 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 125 2024-03-01 17:21:30,871 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:21:30,871 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:30,874 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-uuid/5184eaf6-f70f-4a46-9af2-85079a63d827 ' '/dev/disk/by-id/dm-uuid-LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yUO5ppwcsX4a80N1I5MTohzkK1gN1bXj1 ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '15', '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-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yUO5ppwcsX4a80N1I5MTohzkK1gN1bXj1', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'ID_FS_UUID_ENC': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975015942'} ; 2024-03-01 17:21:30,874 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:21:30,874 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:30,877 INFO program/MainThread: stdout[20]: LVM 2024-03-01 17:21:30,878 INFO program/MainThread: stderr[20]: 2024-03-01 17:21:30,878 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:21:30,878 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:30,880 INFO program/MainThread: stdout[21]: LVM 2024-03-01 17:21:30,881 INFO program/MainThread: stderr[21]: 2024-03-01 17:21:30,881 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:21:30,881 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:30,883 INFO program/MainThread: stdout[22]: LVM 2024-03-01 17:21:30,883 INFO program/MainThread: stderr[22]: 2024-03-01 17:21:30,883 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:21:30,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:21:30,892 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:30,893 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:30,893 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:30,894 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:30,890 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:30,895 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:30,897 INFO program/MainThread: stdout[23]: LVM 2024-03-01 17:21:30,897 INFO program/MainThread: stderr[23]: 2024-03-01 17:21:30,897 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:21:30,901 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:21:30,901 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:21:30,904 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1-real ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1-real', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '17', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yUO5ppwcsX4a80N1I5MTohzkK1gN1bXj1-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '988263498'} ; 2024-03-01 17:21:30,904 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:21:30,904 INFO program/MainThread: Running [24] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:21:30,907 INFO program/MainThread: stdout[24]: LVM 2024-03-01 17:21:30,907 INFO program/MainThread: stderr[24]: 2024-03-01 17:21:30,907 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:21:30,907 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:21:30,909 INFO program/MainThread: stdout[25]: LVM 2024-03-01 17:21:30,909 INFO program/MainThread: stderr[25]: 2024-03-01 17:21:30,909 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:21:30,909 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:21:30,912 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:21:30,912 INFO program/MainThread: stderr[26]: 2024-03-01 17:21:30,912 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:21:30,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,919 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:21:30,921 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:21:30,921 INFO program/MainThread: stderr[27]: 2024-03-01 17:21:30,921 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:21:30,922 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:21:30,924 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:21:30,924 INFO program/MainThread: stderr[28]: 2024-03-01 17:21:30,924 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:21:30,924 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:21:30,926 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:21:30,927 INFO program/MainThread: stderr[29]: 2024-03-01 17:21:30,927 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:21:30,930 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 17:21:30,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 17:21:30,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:30,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:21:30,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:21:30,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:30,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,959 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 17:21:30,962 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1-cow ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1-cow', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yePh09fX2DbtqP4wOkd0h4Pdu1K7JOjrN-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '988270161'} ; 2024-03-01 17:21:30,962 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:21:30,963 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:21:30,965 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:21:30,965 INFO program/MainThread: stderr[30]: 2024-03-01 17:21:30,965 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:21:30,965 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:21:30,968 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:21:30,968 INFO program/MainThread: stderr[31]: 2024-03-01 17:21:30,968 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:21:30,968 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:21:30,970 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:21:30,971 INFO program/MainThread: stderr[32]: 2024-03-01 17:21:30,971 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:21:30,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 17:21:30,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:30,978 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:21:30,980 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:21:30,980 INFO program/MainThread: stderr[33]: 2024-03-01 17:21:30,980 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:21:30,980 INFO program/MainThread: Running [34] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:21:30,983 INFO program/MainThread: stdout[34]: LVM 2024-03-01 17:21:30,983 INFO program/MainThread: stderr[34]: 2024-03-01 17:21:30,983 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:21:30,983 INFO program/MainThread: Running [35] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:21:30,986 INFO program/MainThread: stdout[35]: LVM 2024-03-01 17:21:30,986 INFO program/MainThread: stderr[35]: 2024-03-01 17:21:30,986 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:21:30,989 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 17:21:30,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 17:21:30,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:30,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:21:31,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,012 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 17:21:31,015 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yePh09fX2DbtqP4wOkd0h4Pdu1K7JOjrN ' '/dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-uuid/5184eaf6-f70f-4a46-9af2-85079a63d827', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-UmyIqwRcnX5qQO52z6q0ZOCgxck8Db2yePh09fX2DbtqP4wOkd0h4Pdu1K7JOjrN', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'ID_FS_UUID_ENC': '5184eaf6-f70f-4a46-9af2-85079a63d827', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '988296987'} ; 2024-03-01 17:21:31,015 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:21:31,015 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:31,018 INFO program/MainThread: stdout[36]: LVM 2024-03-01 17:21:31,018 INFO program/MainThread: stderr[36]: 2024-03-01 17:21:31,018 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:21:31,018 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:31,020 INFO program/MainThread: stdout[37]: LVM 2024-03-01 17:21:31,020 INFO program/MainThread: stderr[37]: 2024-03-01 17:21:31,020 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:21:31,021 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:31,023 INFO program/MainThread: stdout[38]: LVM 2024-03-01 17:21:31,023 INFO program/MainThread: stderr[38]: 2024-03-01 17:21:31,023 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:21:31,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs filesystem 2024-03-01 17:21:31,032 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,033 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,033 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,034 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,030 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb1da21b280) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = ePh09f-X2Db-tqP4-wOkd-0h4P-du1K-7JOjrN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:21:31,035 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:21:31,037 INFO program/MainThread: stdout[39]: LVM 2024-03-01 17:21:31,037 INFO program/MainThread: stderr[39]: 2024-03-01 17:21:31,037 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:21:31,041 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 17:21:31,041 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 17:21:31,041 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,053 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,068 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:21:31,069 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:21:31,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:31,081 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:21:31,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:31,091 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:21:31,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:31,101 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:21:31,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:31,112 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:21:31,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:31,122 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:21:31,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:31,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:31,132 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:21:31,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,138 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:21:31,138 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,138 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,138 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,139 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,139 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,139 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,140 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,140 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,140 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,141 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,141 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,141 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:31,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:21:31,147 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:21:31,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:21:31,152 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:21:31,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:21:31,157 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:21:31,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:31,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:21:31,162 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:21:31,165 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,165 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,166 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,166 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,162 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,169 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,169 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,170 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,171 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,167 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,173 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,174 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,174 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,175 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,171 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,177 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,178 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,178 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,179 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,175 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,181 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,182 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,182 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,183 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,185 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,186 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,186 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,187 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,184 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,190 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,190 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,191 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,191 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,188 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,194 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,194 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,195 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,195 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,192 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,198 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,199 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,199 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,200 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,196 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,202 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,203 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,203 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,204 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,200 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,206 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,207 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,207 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,208 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,204 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,210 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,211 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,211 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,212 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,209 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,215 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,215 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,216 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,213 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,219 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,219 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,220 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,220 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,223 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,223 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,224 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,224 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,227 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,227 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,228 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,228 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,225 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,231 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,231 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,232 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,232 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,229 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,235 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,235 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,236 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,236 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,239 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,240 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,240 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,241 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,237 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,243 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,244 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,244 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,245 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,241 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,247 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,248 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,248 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,249 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,245 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,251 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,252 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,252 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,253 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,249 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,255 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,256 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,256 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,257 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,254 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,259 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,260 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,261 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,261 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,258 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,264 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,265 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,265 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,268 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,268 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,269 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,269 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,266 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,272 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,272 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,273 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,273 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,270 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,276 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,277 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,277 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,278 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,274 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,280 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,281 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,281 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,282 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,278 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,284 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,285 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,285 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,286 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,282 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,288 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,289 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,289 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,290 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,286 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,292 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,293 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,293 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:31,294 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:21:31,290 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb1da220be0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = UO5ppw-csX4-a80N-1I5M-Tohz-kK1g-N1bXj1 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb1da267700) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = UmyIqw-RcnX-5qQO-52z6-q0ZO-Cgxc-k8Db2y size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:21:31,294 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:21:31,297 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:21:31,297 DEBUG blivet/MainThread: checking if sda depends on test_vg1-lv1 2024-03-01 17:21:31,297 DEBUG blivet/MainThread: checking if test_vg1 depends on test_vg1-lv1 2024-03-01 17:21:31,297 DEBUG blivet/MainThread: checking if sdb depends on test_vg1-lv1 2024-03-01 17:21:31,297 DEBUG blivet/MainThread: checking if sdk depends on test_vg1-lv1 2024-03-01 17:21:31,297 DEBUG blivet/MainThread: checking if sdl depends on test_vg1-lv1 2024-03-01 17:21:31,298 DEBUG blivet/MainThread: checking if sdc depends on test_vg1-lv1 2024-03-01 17:21:31,298 DEBUG blivet/MainThread: checking if test_vg1-lv1 depends on test_vg1-lv1 2024-03-01 17:21:31,298 DEBUG blivet/MainThread: checking if test_vg1-lv1_snapset1 depends on test_vg1-lv1 2024-03-01 17:21:31,298 DEBUG blivet/MainThread: checking if sdd depends on test_vg1-lv1 2024-03-01 17:21:31,298 DEBUG blivet/MainThread: checking if sde depends on test_vg1-lv1 2024-03-01 17:21:31,298 DEBUG blivet/MainThread: checking if sdf depends on test_vg1-lv1 2024-03-01 17:21:31,298 DEBUG blivet/MainThread: checking if sdg depends on test_vg1-lv1 2024-03-01 17:21:31,298 DEBUG blivet/MainThread: checking if sdh depends on test_vg1-lv1 2024-03-01 17:21:31,298 DEBUG blivet/MainThread: checking if sdi depends on test_vg1-lv1 2024-03-01 17:21:31,298 DEBUG blivet/MainThread: checking if sdj depends on test_vg1-lv1 2024-03-01 17:21:31,298 DEBUG blivet/MainThread: checking if xvda depends on test_vg1-lv1 2024-03-01 17:21:31,298 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg1-lv1 2024-03-01 17:21:31,298 DEBUG blivet/MainThread: devices to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 17:21:31,299 DEBUG blivet/MainThread: leaves to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 17:21:31,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 17:21:31,302 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: xfs ; 2024-03-01 17:21:31,302 INFO blivet/MainThread: registered action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:21:31,302 INFO program/MainThread: Running [40] dmsetup --version ... 2024-03-01 17:21:31,305 INFO program/MainThread: stdout[40]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 17:21:31,306 INFO program/MainThread: stderr[40]: 2024-03-01 17:21:31,306 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:21:31,310 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 17:21:31,310 INFO blivet/MainThread: removed lvmsnapshot test_vg1-lv1_snapset1 (id 58) from device tree 2024-03-01 17:21:31,310 INFO blivet/MainThread: registered action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:21:31,310 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 17:21:31,313 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:21:31,313 INFO blivet/MainThread: registered action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:31,316 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:21:31,317 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:21:31,317 INFO blivet/MainThread: registered action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:31,317 DEBUG blivet.ansible/MainThread: ['test_vg1', 'sdc', 'sdb', 'sda'] 2024-03-01 17:21:31,317 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:21:31,319 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:21:31,320 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:31,323 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:21:31,325 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:21:31,328 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:21:31,328 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:21:31,328 INFO blivet/MainThread: registered action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:21:31,328 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:21:31,328 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:21:31,331 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:21:31,331 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:31,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 135 2024-03-01 17:21:31,334 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:21:31,334 INFO blivet/MainThread: registered action: [134] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:21:31,334 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:21:31,334 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:21:31,336 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:21:31,336 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:31,337 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 137 2024-03-01 17:21:31,339 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:21:31,340 INFO blivet/MainThread: registered action: [136] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:21:31,340 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:21:31,340 DEBUG blivet/MainThread: removing sda 2024-03-01 17:21:31,342 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:21:31,342 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:21:31,342 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 139 2024-03-01 17:21:31,345 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:21:31,345 INFO blivet/MainThread: registered action: [138] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:21:31,346 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,355 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,369 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,382 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,400 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 17:21:31,400 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,412 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,430 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:21:31,430 DEBUG blivet/MainThread: action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:21:31,430 DEBUG blivet/MainThread: action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:21:31,430 DEBUG blivet/MainThread: action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:31,431 DEBUG blivet/MainThread: action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:31,431 DEBUG blivet/MainThread: action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:21:31,431 DEBUG blivet/MainThread: action: [134] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:21:31,431 DEBUG blivet/MainThread: action: [136] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:21:31,431 DEBUG blivet/MainThread: action: [138] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:21:31,431 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:21:31,431 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:21:31,434 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:21:31,436 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:21:31,439 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:21:31,439 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:21:31,442 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:21:31,442 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 0x7fb1da237130> 2024-03-01 17:21:31,442 INFO blivet/MainThread: sorting actions... 2024-03-01 17:21:31,443 DEBUG blivet/MainThread: action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:21:31,443 DEBUG blivet/MainThread: action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:21:31,443 DEBUG blivet/MainThread: action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:31,444 DEBUG blivet/MainThread: action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:31,444 DEBUG blivet/MainThread: action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:21:31,444 DEBUG blivet/MainThread: action: [138] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:21:31,444 DEBUG blivet/MainThread: action: [136] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:21:31,444 DEBUG blivet/MainThread: action: [134] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:21:31,444 INFO blivet/MainThread: executing action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:21:31,447 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 17:21:31,447 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 17:21:31,457 INFO program/MainThread: stdout: 2024-03-01 17:21:31,457 INFO program/MainThread: /dev/mapper/test_vg1-lv1_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:21:31,457 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,457 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,470 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,470 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,482 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,483 INFO blivet/MainThread: executing action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:21:31,487 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:21:31,489 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:21:31,492 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:31,495 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 17:21:31,498 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:31,500 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 17:21:31,503 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:31,506 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 17:21:31,509 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:21:31,509 INFO program/MainThread: Running [41] lvm lvremove --yes --force test_vg1/lv1_snapset1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:21:31,616 INFO program/MainThread: stdout[41]: Logical volume "lv1_snapset1" successfully removed. 2024-03-01 17:21:31,616 INFO program/MainThread: stderr[41]: 2024-03-01 17:21:31,617 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:21:31,617 INFO blivet/MainThread: executing action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:31,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:31,640 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:21:31,641 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:21:31,655 INFO program/MainThread: stdout: 2024-03-01 17:21:31,655 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:21:31,655 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,655 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,671 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,672 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,683 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,684 INFO blivet/MainThread: executing action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:21:31,688 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:31,691 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:21:31,694 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:21:31,697 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:21:31,700 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:21:31,700 INFO program/MainThread: Running [42] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:21:31,730 INFO program/MainThread: stdout[42]: 2024-03-01 17:21:31,730 INFO program/MainThread: stderr[42]: 2024-03-01 17:21:31,730 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:21:31,734 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:21:31,737 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:31,740 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,742 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:31,745 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,748 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:31,751 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,754 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:21:31,754 INFO program/MainThread: Running [43] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:21:31,784 INFO program/MainThread: stdout[43]: Logical volume "lv1" successfully removed. 2024-03-01 17:21:31,784 INFO program/MainThread: stderr[43]: 2024-03-01 17:21:31,784 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:21:31,785 INFO blivet/MainThread: executing action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:21:31,791 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:21:31,804 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:21:31,809 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:21:31,821 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:31,829 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,831 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:31,834 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,837 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:31,839 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,842 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:21:31,842 INFO program/MainThread: Running [44] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:21:31,872 INFO program/MainThread: stdout[44]: Volume group "test_vg1" is already consistent. 2024-03-01 17:21:31,872 INFO program/MainThread: stderr[44]: 2024-03-01 17:21:31,872 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:21:31,873 INFO program/MainThread: Running [45] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:21:31,929 INFO program/MainThread: stdout[45]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:21:31,929 INFO program/MainThread: stderr[45]: 2024-03-01 17:21:31,929 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:21:31,929 INFO program/MainThread: Running [46] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:21:31,957 INFO program/MainThread: stdout[46]: Volume group "test_vg1" successfully removed 2024-03-01 17:21:31,957 INFO program/MainThread: stderr[46]: 2024-03-01 17:21:31,957 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:21:31,958 INFO blivet/MainThread: executing action: [138] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:21:31,967 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:31,974 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:21:31,984 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:21:31,985 INFO program/MainThread: Running [47] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:21:32,030 INFO program/MainThread: stdout[47]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:21:32,031 INFO program/MainThread: stderr[47]: 2024-03-01 17:21:32,031 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:21:32,031 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:21:32,031 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,047 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,048 INFO program/MainThread: Running [48] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb ... 2024-03-01 17:21:32,055 INFO program/MainThread: stdout[48]: use_devicesfile=1 2024-03-01 17:21:32,056 INFO program/MainThread: stderr[48]: 2024-03-01 17:21:32,056 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:21:32,056 INFO program/MainThread: Running [49] lvmdevices --deldev /dev/sda ... 2024-03-01 17:21:32,067 INFO program/MainThread: stdout[49]: 2024-03-01 17:21:32,068 INFO program/MainThread: stderr[49]: 2024-03-01 17:21:32,068 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:21:32,068 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,081 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,081 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,092 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,093 INFO blivet/MainThread: executing action: [136] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:21:32,096 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:32,099 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:21:32,101 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:21:32,102 INFO program/MainThread: Running [50] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb ... 2024-03-01 17:21:32,130 INFO program/MainThread: stdout[50]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:21:32,130 INFO program/MainThread: stderr[50]: 2024-03-01 17:21:32,130 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:21:32,130 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:21:32,131 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,147 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,148 INFO program/MainThread: Running [51] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc ... 2024-03-01 17:21:32,155 INFO program/MainThread: stdout[51]: use_devicesfile=1 2024-03-01 17:21:32,155 INFO program/MainThread: stderr[51]: 2024-03-01 17:21:32,155 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:21:32,155 INFO program/MainThread: Running [52] lvmdevices --deldev /dev/sdb ... 2024-03-01 17:21:32,167 INFO program/MainThread: stdout[52]: 2024-03-01 17:21:32,167 INFO program/MainThread: stderr[52]: 2024-03-01 17:21:32,167 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:21:32,167 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,179 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,180 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,191 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,192 INFO blivet/MainThread: executing action: [134] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:21:32,195 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:32,198 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:21:32,201 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:21:32,201 INFO program/MainThread: Running [53] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc ... 2024-03-01 17:21:32,224 INFO program/MainThread: stdout[53]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:21:32,224 INFO program/MainThread: stderr[53]: 2024-03-01 17:21:32,224 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:21:32,224 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:21:32,225 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,244 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,244 INFO program/MainThread: Running [54] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:32,251 INFO program/MainThread: stdout[54]: use_devicesfile=1 2024-03-01 17:21:32,251 INFO program/MainThread: stderr[54]: 2024-03-01 17:21:32,251 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:21:32,251 INFO program/MainThread: Running [55] lvmdevices --deldev /dev/sdc ... 2024-03-01 17:21:32,264 INFO program/MainThread: stdout[55]: 2024-03-01 17:21:32,264 INFO program/MainThread: stderr[55]: 2024-03-01 17:21:32,264 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:21:32,264 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,276 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,277 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,288 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,293 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:21:32,293 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 0x7fb1da218680> 2024-03-01 17:21:45,403 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_g1eos9j6/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:48,442 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_4o_9_ik6/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:52,498 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_in050k8n/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:52,532 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:52,533 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:21:52,535 INFO program/MainThread: stdout[2]: 2024-03-01 17:21:52,535 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:21:52,536 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:21:52,536 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:21:52,540 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:52,540 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:21:52,544 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:52,544 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:21:52,547 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:52,547 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:21:52,550 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:52,550 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:21:52,557 INFO program/MainThread: stdout: 2024-03-01 17:21:52,558 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:21:52,558 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:21:52,558 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:21:52,558 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:21:52,558 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:21:52,558 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:21:52,558 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:21:52,558 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:21:52,558 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:21:52,558 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:21:52,558 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:21:52,558 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:21:52,558 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:21:52,558 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:21:52,558 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:52,558 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:52,558 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:52,558 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:52,559 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:52,559 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:21:52,559 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:52,559 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:21:52,559 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:21:52,559 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:52,568 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:52,581 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:21:52,585 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/wwn-0x6001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_c7605f87-e2dd-4432-8235-512a973d6be1', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'ID_SERIAL': '36001405c7605f87e2dd44328235512a9', 'ID_SERIAL_SHORT': '6001405c7605f87e2dd44328235512a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7605f87e', 'ID_WWN_VENDOR_EXTENSION': '0x2dd44328235512a9', 'ID_WWN_WITH_EXTENSION': '0x6001405c7605f87e2dd44328235512a9', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7605f87e2dd44328235512a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593781552'} ; 2024-03-01 17:21:52,585 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:21:52,586 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:52,611 INFO program/MainThread: stdout[3]: 2024-03-01 17:21:52,612 INFO program/MainThread: stderr[3]: 2024-03-01 17:21:52,612 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:21:52,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:52,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:52,623 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:21:52,624 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:21:52,629 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:21:52,629 INFO blivet/MainThread: sda is a disk 2024-03-01 17:21:52,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:21:52,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:21:52,633 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:21:52,636 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:21:52,636 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:21:52,639 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:21:52,640 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:21:52,640 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:21:52,640 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab0255b8e0) -- 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 = 6001405c7605f87e2dd44328235512a9 2024-03-01 17:21:52,644 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:21:52,644 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:21:52,647 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x60014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/scsi-360014050e9b6d7e32cc4ec6ad6649404', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'ID_SERIAL': '360014050e9b6d7e32cc4ec6ad6649404', 'ID_SERIAL_SHORT': '60014050e9b6d7e32cc4ec6ad6649404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050e9b6d7e3', 'ID_WWN_VENDOR_EXTENSION': '0x2cc4ec6ad6649404', 'ID_WWN_WITH_EXTENSION': '0x60014050e9b6d7e32cc4ec6ad6649404', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050e9b6d7e32cc4ec6ad6649404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593775410'} ; 2024-03-01 17:21:52,647 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:21:52,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:52,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:52,658 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:21:52,658 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:21:52,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:21:52,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:21:52,661 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:21:52,664 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:21:52,665 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:21:52,668 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:21:52,668 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:21:52,668 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:21:52,668 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab01443a60) -- 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 = 60014050e9b6d7e32cc4ec6ad6649404 2024-03-01 17:21:52,671 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:21:52,672 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:21:52,675 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x6001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_b6f8c607-0433-4deb-9ca9-344a0d616d57', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'ID_SERIAL': '36001405b6f8c60704334deb9ca9344a0', 'ID_SERIAL_SHORT': '6001405b6f8c60704334deb9ca9344a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6f8c6070', 'ID_WWN_VENDOR_EXTENSION': '0x4334deb9ca9344a0', 'ID_WWN_WITH_EXTENSION': '0x6001405b6f8c60704334deb9ca9344a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6f8c60704334deb9ca9344a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594356889'} ; 2024-03-01 17:21:52,675 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:21:52,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:21:52,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:52,686 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:21:52,686 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:21:52,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:21:52,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:21:52,689 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:21:52,692 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:21:52,692 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:21:52,695 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:21:52,696 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:21:52,696 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:21:52,696 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab01443ca0) -- 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 = 6001405b6f8c60704334deb9ca9344a0 2024-03-01 17:21:52,699 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:21:52,699 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:21:52,702 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-id/scsi-36001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/wwn-0x6001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_f6c47da3-798f-486c-bb17-3c1924895b01', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'ID_SERIAL': '36001405f6c47da3798f486cbb173c192', 'ID_SERIAL_SHORT': '6001405f6c47da3798f486cbb173c192', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6c47da37', 'ID_WWN_VENDOR_EXTENSION': '0x98f486cbb173c192', 'ID_WWN_WITH_EXTENSION': '0x6001405f6c47da3798f486cbb173c192', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6c47da3798f486cbb173c192', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594413992'} ; 2024-03-01 17:21:52,702 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:21:52,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:21:52,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:52,713 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:21:52,713 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:21:52,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:21:52,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:21:52,716 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:21:52,719 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:21:52,720 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:21:52,722 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:21:52,723 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:21:52,723 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:21:52,723 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab0147cf70) -- 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 = 6001405f6c47da3798f486cbb173c192 2024-03-01 17:21:52,726 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:21:52,726 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:21:52,729 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-id/scsi-36001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/wwn-0x6001405c384a7d0fd42402ab48647604', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'ID_SERIAL': '36001405c384a7d0fd42402ab48647604', 'ID_SERIAL_SHORT': '6001405c384a7d0fd42402ab48647604', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c384a7d0f', 'ID_WWN_VENDOR_EXTENSION': '0xd42402ab48647604', 'ID_WWN_WITH_EXTENSION': '0x6001405c384a7d0fd42402ab48647604', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c384a7d0fd42402ab48647604', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593859156'} ; 2024-03-01 17:21:52,729 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:21:52,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:52,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:52,740 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:21:52,740 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:21:52,740 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:21:52,740 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:21:52,743 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:21:52,746 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:21:52,746 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:21:52,749 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:21:52,749 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:21:52,750 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:21:52,750 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab0140c3d0) -- 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 = 6001405c384a7d0fd42402ab48647604 2024-03-01 17:21:52,753 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:21:52,753 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:21:52,756 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/wwn-0x6001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/scsi-36001405c8f7deaa9c9449df993f76883', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'ID_SERIAL': '36001405c8f7deaa9c9449df993f76883', 'ID_SERIAL_SHORT': '6001405c8f7deaa9c9449df993f76883', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c8f7deaa9', 'ID_WWN_VENDOR_EXTENSION': '0xc9449df993f76883', 'ID_WWN_WITH_EXTENSION': '0x6001405c8f7deaa9c9449df993f76883', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c8f7deaa9c9449df993f76883', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593816439'} ; 2024-03-01 17:21:52,756 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:21:52,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:21:52,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:52,767 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:21:52,767 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:21:52,767 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:21:52,767 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:21:52,770 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:21:52,773 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:21:52,773 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:21:52,776 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:21:52,776 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:21:52,777 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:21:52,777 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab01443460) -- 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 = 6001405c8f7deaa9c9449df993f76883 2024-03-01 17:21:52,780 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:21:52,780 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:21:52,783 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/wwn-0x600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'ID_SERIAL': '3600140597c41fbd71554a328e0c165f5', 'ID_SERIAL_SHORT': '600140597c41fbd71554a328e0c165f5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597c41fbd7', 'ID_WWN_VENDOR_EXTENSION': '0x1554a328e0c165f5', 'ID_WWN_WITH_EXTENSION': '0x600140597c41fbd71554a328e0c165f5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597c41fbd71554a328e0c165f5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593986117'} ; 2024-03-01 17:21:52,783 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:21:52,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:21:52,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:52,793 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:21:52,794 INFO blivet/MainThread: sde is a disk 2024-03-01 17:21:52,794 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:21:52,794 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:21:52,796 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:21:52,799 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:21:52,800 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:21:52,803 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:21:52,803 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:21:52,803 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:21:52,804 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab01402b80) -- 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 = 600140597c41fbd71554a328e0c165f5 2024-03-01 17:21:52,806 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:21:52,807 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:21:52,810 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405440d1e8b89904665bae377f82 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/wwn-0x6001405440d1e8b89904665bae377f82 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-diskseq/7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'ID_SERIAL': '36001405440d1e8b89904665bae377f82', 'ID_SERIAL_SHORT': '6001405440d1e8b89904665bae377f82', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405440d1e8b8', 'ID_WWN_VENDOR_EXTENSION': '0x9904665bae377f82', 'ID_WWN_WITH_EXTENSION': '0x6001405440d1e8b89904665bae377f82', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405440d1e8b89904665bae377f82', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594073378'} ; 2024-03-01 17:21:52,810 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:21:52,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:21:52,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:52,820 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:21:52,820 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:21:52,821 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:21:52,821 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:21:52,823 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:21:52,826 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:21:52,826 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:21:52,829 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:21:52,829 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:21:52,830 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:21:52,830 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab01402fd0) -- 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 = 6001405440d1e8b89904665bae377f82 2024-03-01 17:21:52,833 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:21:52,833 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:21:52,836 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/wwn-0x6001405f5734b57e5174177899809df8 ' '/dev/disk/by-id/scsi-36001405f5734b57e5174177899809df8', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'ID_SERIAL': '36001405f5734b57e5174177899809df8', 'ID_SERIAL_SHORT': '6001405f5734b57e5174177899809df8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f5734b57e', 'ID_WWN_VENDOR_EXTENSION': '0x5174177899809df8', 'ID_WWN_WITH_EXTENSION': '0x6001405f5734b57e5174177899809df8', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f5734b57e5174177899809df8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594194969'} ; 2024-03-01 17:21:52,836 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:21:52,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:21:52,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:52,846 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:21:52,847 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:21:52,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:21:52,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:21:52,850 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:21:52,853 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:21:52,853 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:21:52,856 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:21:52,856 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:21:52,856 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:21:52,856 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab014129a0) -- 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 = 6001405f5734b57e5174177899809df8 2024-03-01 17:21:52,859 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:21:52,860 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:21:52,862 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/wwn-0x600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/scsi-3600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-diskseq/9', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'ID_SERIAL': '3600140517f70eddad1f439d9dc8b6e2b', 'ID_SERIAL_SHORT': '600140517f70eddad1f439d9dc8b6e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140517f70edda', 'ID_WWN_VENDOR_EXTENSION': '0xd1f439d9dc8b6e2b', 'ID_WWN_WITH_EXTENSION': '0x600140517f70eddad1f439d9dc8b6e2b', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140517f70eddad1f439d9dc8b6e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594133983'} ; 2024-03-01 17:21:52,863 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:21:52,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:21:52,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:52,873 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:21:52,874 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:21:52,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:21:52,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:21:52,876 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:21:52,879 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:21:52,879 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:21:52,882 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:21:52,882 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:21:52,883 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:21:52,883 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab014124f0) -- 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 = 600140517f70eddad1f439d9dc8b6e2b 2024-03-01 17:21:52,886 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:21:52,886 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:21:52,889 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x6001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-id/scsi-36001405b8364ad612b246328a2bbbad4', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'ID_SERIAL': '36001405b8364ad612b246328a2bbbad4', 'ID_SERIAL_SHORT': '6001405b8364ad612b246328a2bbbad4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8364ad61', 'ID_WWN_VENDOR_EXTENSION': '0x2b246328a2bbbad4', 'ID_WWN_WITH_EXTENSION': '0x6001405b8364ad612b246328a2bbbad4', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8364ad612b246328a2bbbad4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594335610'} ; 2024-03-01 17:21:52,889 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:21:52,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:21:52,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:52,900 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:21:52,900 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:21:52,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:21:52,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:21:52,904 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:21:52,906 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:21:52,907 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:21:52,909 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:21:52,910 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:21:52,910 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:21:52,910 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab0140c370) -- 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 = 6001405b8364ad612b246328a2bbbad4 2024-03-01 17:21:52,913 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:21:52,913 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:21:52,916 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-360014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-id/wwn-0x60014059e03fec5dbf54a72af89072bc', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'ID_SERIAL': '360014059e03fec5dbf54a72af89072bc', 'ID_SERIAL_SHORT': '60014059e03fec5dbf54a72af89072bc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059e03fec5d', 'ID_WWN_VENDOR_EXTENSION': '0xbf54a72af89072bc', 'ID_WWN_WITH_EXTENSION': '0x60014059e03fec5dbf54a72af89072bc', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059e03fec5dbf54a72af89072bc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594404585'} ; 2024-03-01 17:21:52,916 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:21:52,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:21:52,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:52,927 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:21:52,927 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:21:52,927 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:21:52,927 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:21:52,930 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:21:52,933 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:21:52,933 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:21:52,936 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:21:52,936 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:21:52,937 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:21:52,937 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab01419730) -- 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 = 60014059e03fec5dbf54a72af89072bc 2024-03-01 17:21:52,940 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:21:52,940 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:21:52,943 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13108560'} ; 2024-03-01 17:21:52,943 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:21:52,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:52,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:52,952 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:21:52,952 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:21:52,952 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:21:52,952 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:21:52,952 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:21:52,952 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:21:52,955 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:21:52,958 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:21:52,958 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:21:52,961 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:21:52,961 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:21:52,962 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:21:52,962 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab0141d490) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:21:52,965 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:21:52,968 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:52,968 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:21:52,971 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:52,971 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:21:52,974 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:52,974 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:21:52,977 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:52,978 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:21:52,980 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:21:52,983 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:52,986 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:21:52,992 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 0x7fab01403f80> 2024-03-01 17:21:53,033 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:21:53,037 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:21:53,037 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:21:53,040 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13114063'} ; 2024-03-01 17:21:53,040 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:21:53,040 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:21:53,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:53,049 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:21:53,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:53,054 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:53,066 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:53,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:21:53,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:21:53,089 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:21:53,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:21:53,092 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:21:53,095 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:21:53,095 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:21:53,098 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:53,099 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:53,099 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:21:53,101 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:21:53,104 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:21:53,107 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:21:53,110 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:21:53,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 17:21:53,113 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:53,113 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:21:53,114 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:21:53,113 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fab01421fd0) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fab024a0220> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:21:53,117 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:21:53,120 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:53,120 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:21:53,123 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:53,123 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:21:53,126 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:53,126 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:21:53,129 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:53,129 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:21:53,130 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:21:53,130 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:21:53,133 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:53,134 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:21:53,136 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:21:53,136 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:53,137 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:53,149 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:53,162 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:21:53,163 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:21:53,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:53,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:53,174 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:21:53,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:53,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:53,184 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:21:53,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:53,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:53,194 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:21:53,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:53,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:53,204 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:21:53,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:53,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:53,214 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:21:53,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:53,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:53,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:53,223 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:21:53,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:21:53,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:21:53,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:21:53,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:21:53,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:21:53,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:21:53,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:21:53,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:21:56,236 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_cswk0zsr/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:56,270 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:56,271 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:21:56,273 INFO program/MainThread: stdout[2]: 2024-03-01 17:21:56,274 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:21:56,274 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:21:56,274 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:21:56,278 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:56,278 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:21:56,282 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:56,282 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:21:56,285 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:56,285 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:21:56,287 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:56,287 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:21:56,295 INFO program/MainThread: stdout: 2024-03-01 17:21:56,295 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:21:56,295 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:21:56,295 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:21:56,295 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:21:56,295 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:21:56,296 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:21:56,296 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:21:56,296 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:21:56,296 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:21:56,296 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:21:56,296 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:21:56,296 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:21:56,296 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:21:56,296 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:21:56,296 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:56,296 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:56,296 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:21:56,296 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:56,296 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:56,297 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:21:56,297 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:56,297 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:21:56,297 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:21:56,297 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:56,310 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:56,323 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:21:56,327 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x6001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_c7605f87-e2dd-4432-8235-512a973d6be1', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'ID_SERIAL': '36001405c7605f87e2dd44328235512a9', 'ID_SERIAL_SHORT': '6001405c7605f87e2dd44328235512a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7605f87e', 'ID_WWN_VENDOR_EXTENSION': '0x2dd44328235512a9', 'ID_WWN_WITH_EXTENSION': '0x6001405c7605f87e2dd44328235512a9', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7605f87e2dd44328235512a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593781552'} ; 2024-03-01 17:21:56,327 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:21:56,328 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:56,353 INFO program/MainThread: stdout[3]: 2024-03-01 17:21:56,353 INFO program/MainThread: stderr[3]: 2024-03-01 17:21:56,353 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:21:56,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,364 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:21:56,366 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:21:56,370 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:21:56,371 INFO blivet/MainThread: sda is a disk 2024-03-01 17:21:56,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:21:56,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:21:56,375 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:21:56,378 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:21:56,378 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:21:56,381 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:21:56,381 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:21:56,382 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:21:56,382 INFO blivet/MainThread: got device: DiskDevice instance (0x7f039c75b8e0) -- 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 = 6001405c7605f87e2dd44328235512a9 2024-03-01 17:21:56,385 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:21:56,385 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:21:56,389 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/wwn-0x60014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-diskseq/3', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'ID_SERIAL': '360014050e9b6d7e32cc4ec6ad6649404', 'ID_SERIAL_SHORT': '60014050e9b6d7e32cc4ec6ad6649404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050e9b6d7e3', 'ID_WWN_VENDOR_EXTENSION': '0x2cc4ec6ad6649404', 'ID_WWN_WITH_EXTENSION': '0x60014050e9b6d7e32cc4ec6ad6649404', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050e9b6d7e32cc4ec6ad6649404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593775410'} ; 2024-03-01 17:21:56,389 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:21:56,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,399 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:21:56,400 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:21:56,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:21:56,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:21:56,403 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:21:56,406 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:21:56,406 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:21:56,409 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:21:56,410 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:21:56,410 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:21:56,410 INFO blivet/MainThread: got device: DiskDevice instance (0x7f039b642a60) -- 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 = 60014050e9b6d7e32cc4ec6ad6649404 2024-03-01 17:21:56,413 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:21:56,413 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:21:56,416 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/scsi-36001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x6001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'ID_SERIAL': '36001405b6f8c60704334deb9ca9344a0', 'ID_SERIAL_SHORT': '6001405b6f8c60704334deb9ca9344a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6f8c6070', 'ID_WWN_VENDOR_EXTENSION': '0x4334deb9ca9344a0', 'ID_WWN_WITH_EXTENSION': '0x6001405b6f8c60704334deb9ca9344a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6f8c60704334deb9ca9344a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594356889'} ; 2024-03-01 17:21:56,417 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:21:56,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,427 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:21:56,428 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:21:56,428 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:21:56,428 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:21:56,431 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:21:56,434 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:21:56,434 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:21:56,437 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:21:56,437 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:21:56,438 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:21:56,438 INFO blivet/MainThread: got device: DiskDevice instance (0x7f039b642ca0) -- 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 = 6001405b6f8c60704334deb9ca9344a0 2024-03-01 17:21:56,441 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:21:56,441 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:21:56,444 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/wwn-0x6001405f6c47da3798f486cbb173c192', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'ID_SERIAL': '36001405f6c47da3798f486cbb173c192', 'ID_SERIAL_SHORT': '6001405f6c47da3798f486cbb173c192', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6c47da37', 'ID_WWN_VENDOR_EXTENSION': '0x98f486cbb173c192', 'ID_WWN_WITH_EXTENSION': '0x6001405f6c47da3798f486cbb173c192', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6c47da3798f486cbb173c192', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594413992'} ; 2024-03-01 17:21:56,444 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:21:56,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,455 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:21:56,455 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:21:56,455 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:21:56,456 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:21:56,458 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:21:56,461 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:21:56,461 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:21:56,464 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:21:56,464 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:21:56,465 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:21:56,465 INFO blivet/MainThread: got device: DiskDevice instance (0x7f039b67cf70) -- 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 = 6001405f6c47da3798f486cbb173c192 2024-03-01 17:21:56,468 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:21:56,468 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:21:56,471 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/wwn-0x6001405c384a7d0fd42402ab48647604', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'ID_SERIAL': '36001405c384a7d0fd42402ab48647604', 'ID_SERIAL_SHORT': '6001405c384a7d0fd42402ab48647604', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c384a7d0f', 'ID_WWN_VENDOR_EXTENSION': '0xd42402ab48647604', 'ID_WWN_WITH_EXTENSION': '0x6001405c384a7d0fd42402ab48647604', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c384a7d0fd42402ab48647604', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593859156'} ; 2024-03-01 17:21:56,471 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:21:56,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,482 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:21:56,482 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:21:56,482 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:21:56,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:21:56,485 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:21:56,488 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:21:56,488 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:21:56,491 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:21:56,491 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:21:56,492 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:21:56,492 INFO blivet/MainThread: got device: DiskDevice instance (0x7f039b60d3d0) -- 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 = 6001405c384a7d0fd42402ab48647604 2024-03-01 17:21:56,495 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:21:56,495 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:21:56,498 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405c8f7deaa9c9449df993f76883', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'ID_SERIAL': '36001405c8f7deaa9c9449df993f76883', 'ID_SERIAL_SHORT': '6001405c8f7deaa9c9449df993f76883', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c8f7deaa9', 'ID_WWN_VENDOR_EXTENSION': '0xc9449df993f76883', 'ID_WWN_WITH_EXTENSION': '0x6001405c8f7deaa9c9449df993f76883', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c8f7deaa9c9449df993f76883', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593816439'} ; 2024-03-01 17:21:56,498 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:21:56,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,509 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:21:56,509 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:21:56,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:21:56,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:21:56,512 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:21:56,515 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:21:56,515 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:21:56,518 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:21:56,518 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:21:56,519 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:21:56,519 INFO blivet/MainThread: got device: DiskDevice instance (0x7f039b642460) -- 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 = 6001405c8f7deaa9c9449df993f76883 2024-03-01 17:21:56,522 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:21:56,522 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:21:56,525 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/wwn-0x600140597c41fbd71554a328e0c165f5', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'ID_SERIAL': '3600140597c41fbd71554a328e0c165f5', 'ID_SERIAL_SHORT': '600140597c41fbd71554a328e0c165f5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597c41fbd7', 'ID_WWN_VENDOR_EXTENSION': '0x1554a328e0c165f5', 'ID_WWN_WITH_EXTENSION': '0x600140597c41fbd71554a328e0c165f5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597c41fbd71554a328e0c165f5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593986117'} ; 2024-03-01 17:21:56,525 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:21:56,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,536 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:21:56,536 INFO blivet/MainThread: sde is a disk 2024-03-01 17:21:56,536 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:21:56,536 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:21:56,539 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:21:56,542 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:21:56,542 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:21:56,545 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:21:56,545 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:21:56,545 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:21:56,546 INFO blivet/MainThread: got device: DiskDevice instance (0x7f039b605b80) -- 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 = 600140597c41fbd71554a328e0c165f5 2024-03-01 17:21:56,548 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:21:56,549 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:21:56,551 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x6001405440d1e8b89904665bae377f82 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/scsi-36001405440d1e8b89904665bae377f82 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_440d1e8b-8990-4665-bae3-77f82b791844', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'ID_SERIAL': '36001405440d1e8b89904665bae377f82', 'ID_SERIAL_SHORT': '6001405440d1e8b89904665bae377f82', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405440d1e8b8', 'ID_WWN_VENDOR_EXTENSION': '0x9904665bae377f82', 'ID_WWN_WITH_EXTENSION': '0x6001405440d1e8b89904665bae377f82', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405440d1e8b89904665bae377f82', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594073378'} ; 2024-03-01 17:21:56,551 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:21:56,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,562 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:21:56,562 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:21:56,562 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:21:56,562 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:21:56,565 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:21:56,568 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:21:56,568 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:21:56,571 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:21:56,571 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:21:56,571 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:21:56,571 INFO blivet/MainThread: got device: DiskDevice instance (0x7f039b605fd0) -- 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 = 6001405440d1e8b89904665bae377f82 2024-03-01 17:21:56,574 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:21:56,574 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:21:56,577 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f5734b57e5174177899809df8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-36001405f5734b57e5174177899809df8', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'ID_SERIAL': '36001405f5734b57e5174177899809df8', 'ID_SERIAL_SHORT': '6001405f5734b57e5174177899809df8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f5734b57e', 'ID_WWN_VENDOR_EXTENSION': '0x5174177899809df8', 'ID_WWN_WITH_EXTENSION': '0x6001405f5734b57e5174177899809df8', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f5734b57e5174177899809df8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594194969'} ; 2024-03-01 17:21:56,577 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:21:56,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,588 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:21:56,588 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:21:56,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:21:56,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:21:56,591 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:21:56,594 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:21:56,594 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:21:56,597 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:21:56,597 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:21:56,598 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:21:56,598 INFO blivet/MainThread: got device: DiskDevice instance (0x7f039b6149a0) -- 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 = 6001405f5734b57e5174177899809df8 2024-03-01 17:21:56,601 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:21:56,601 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:21:56,604 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/scsi-3600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'ID_SERIAL': '3600140517f70eddad1f439d9dc8b6e2b', 'ID_SERIAL_SHORT': '600140517f70eddad1f439d9dc8b6e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140517f70edda', 'ID_WWN_VENDOR_EXTENSION': '0xd1f439d9dc8b6e2b', 'ID_WWN_WITH_EXTENSION': '0x600140517f70eddad1f439d9dc8b6e2b', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140517f70eddad1f439d9dc8b6e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594133983'} ; 2024-03-01 17:21:56,604 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:21:56,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,614 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:21:56,615 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:21:56,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:21:56,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:21:56,618 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:21:56,620 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:21:56,620 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:21:56,623 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:21:56,623 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:21:56,624 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:21:56,624 INFO blivet/MainThread: got device: DiskDevice instance (0x7f039b6144f0) -- 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 = 600140517f70eddad1f439d9dc8b6e2b 2024-03-01 17:21:56,627 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:21:56,627 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:21:56,630 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-id/wwn-0x6001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-36001405b8364ad612b246328a2bbbad4', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'ID_SERIAL': '36001405b8364ad612b246328a2bbbad4', 'ID_SERIAL_SHORT': '6001405b8364ad612b246328a2bbbad4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8364ad61', 'ID_WWN_VENDOR_EXTENSION': '0x2b246328a2bbbad4', 'ID_WWN_WITH_EXTENSION': '0x6001405b8364ad612b246328a2bbbad4', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8364ad612b246328a2bbbad4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594335610'} ; 2024-03-01 17:21:56,630 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:21:56,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,640 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:21:56,641 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:21:56,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:21:56,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:21:56,644 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:21:56,647 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:21:56,647 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:21:56,650 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:21:56,650 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:21:56,650 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:21:56,650 INFO blivet/MainThread: got device: DiskDevice instance (0x7f039b60d370) -- 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 = 6001405b8364ad612b246328a2bbbad4 2024-03-01 17:21:56,653 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:21:56,653 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:21:56,656 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-id/wwn-0x60014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-diskseq/11', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'ID_SERIAL': '360014059e03fec5dbf54a72af89072bc', 'ID_SERIAL_SHORT': '60014059e03fec5dbf54a72af89072bc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059e03fec5d', 'ID_WWN_VENDOR_EXTENSION': '0xbf54a72af89072bc', 'ID_WWN_WITH_EXTENSION': '0x60014059e03fec5dbf54a72af89072bc', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059e03fec5dbf54a72af89072bc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594404585'} ; 2024-03-01 17:21:56,656 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:21:56,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,667 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:21:56,667 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:21:56,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:21:56,668 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:21:56,670 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:21:56,673 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:21:56,673 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:21:56,676 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:21:56,676 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:21:56,677 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:21:56,677 INFO blivet/MainThread: got device: DiskDevice instance (0x7f039b610730) -- 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 = 60014059e03fec5dbf54a72af89072bc 2024-03-01 17:21:56,680 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:21:56,680 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:21:56,683 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13108560'} ; 2024-03-01 17:21:56,683 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:21:56,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,692 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:21:56,692 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:21:56,692 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:21:56,692 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:21:56,693 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:21:56,693 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:21:56,695 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:21:56,698 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:21:56,698 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:21:56,701 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:21:56,702 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:21:56,702 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:21:56,702 INFO blivet/MainThread: got device: DiskDevice instance (0x7f039b61c490) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:21:56,705 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:21:56,708 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:56,708 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:21:56,711 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:56,711 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:21:56,714 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:56,714 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:21:56,718 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:56,718 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:21:56,720 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:21:56,723 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:56,726 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:21:56,732 DEBUG blivet/MainThread: Did not change pmbr_boot on parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7f039b627bc0> 2024-03-01 17:21:56,772 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:21:56,775 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:21:56,776 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:21:56,779 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13114063'} ; 2024-03-01 17:21:56,779 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:21:56,779 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:21:56,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,787 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:21:56,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,793 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:56,802 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:56,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:21:56,822 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:21:56,825 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:21:56,826 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:21:56,828 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:21:56,831 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:21:56,831 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:21:56,834 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:56,835 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:56,835 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:21:56,838 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:21:56,840 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:21:56,843 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:21:56,846 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:21:56,849 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:21:56,849 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:56,849 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:21:56,850 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:21:56,849 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f039b621fd0) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f039cf5a5e0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:21:56,853 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:21:56,856 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:56,856 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:21:56,859 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:56,859 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:21:56,862 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:56,862 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:21:56,865 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:56,865 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:21:56,867 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:21:56,867 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:21:56,870 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:56,870 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:21:56,873 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:21:56,873 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:56,873 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:56,886 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:56,899 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:21:56,900 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:21:56,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:56,911 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:21:56,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:56,921 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:21:56,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:56,930 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:21:56,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:56,940 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:21:56,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:56,950 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:21:56,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:56,960 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:21:56,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:56,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:56,970 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:21:56,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:21:56,975 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:21:56,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:21:56,980 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:21:56,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:56,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:21:56,985 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:21:56,988 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:56,988 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:21:56,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:21:56,991 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:21:56,991 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:21:56,994 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:21:56,994 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:21:56,997 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:56,997 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:21:56,997 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:21:57,000 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:21:57,000 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:21:57,002 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:21:57,003 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:21:57,005 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:57,005 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:21:57,005 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:21:57,008 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:21:57,008 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:21:57,011 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:21:57,011 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:21:57,012 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:21:57,015 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:21:57,018 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:57,022 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:21:57,025 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:57,028 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:21:57,031 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:57,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:21:57,035 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:21:57,035 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:21:57,035 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:21:57,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:57,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:57,047 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:21:57,047 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:57,048 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:21:57,048 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 17:21:57,048 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:57,049 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:21:57,051 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,051 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:21:57,054 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,054 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:21:57,057 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:57,060 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:21:57,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:21:57,064 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:21:57,066 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:57,069 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:21:57,072 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:21:57,073 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:57,073 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:21:57,073 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:21:57,074 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:21:57,077 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 17:21:57,077 INFO program/MainThread: stderr[4]: 2024-03-01 17:21:57,077 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:21:57,077 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:21:57,077 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:57,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:21:57,082 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:21:57,082 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:57,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:57,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:57,093 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 17:21:57,093 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:57,094 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:21:57,094 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 17:21:57,094 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:57,095 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:21:57,097 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,098 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 17:21:57,100 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:21:57,104 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:21:57,106 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:21:57,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 17:21:57,110 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:21:57,113 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:21:57,116 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:21:57,119 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 17:21:57,119 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:57,120 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:21:57,120 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:21:57,120 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 17:21:57,120 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:57,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 17:21:57,124 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 17:21:57,124 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:57,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:57,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:57,134 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 17:21:57,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 17:21:57,140 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:21:57,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 17:21:57,145 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:21:57,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 17:21:57,150 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:21:57,152 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:57,152 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 17:21:57,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:21:57,155 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:21:57,155 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:21:57,158 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:21:57,158 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:21:57,161 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:57,161 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 17:21:57,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 17:21:57,163 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:21:57,164 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:21:57,166 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:21:57,166 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:21:57,169 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:57,169 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 17:21:57,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 17:21:57,172 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:21:57,172 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:21:57,175 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:21:57,175 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:21:57,176 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 17:21:57,179 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:21:57,182 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:57,185 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:21:57,188 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:57,191 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:21:57,194 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:57,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 17:21:57,198 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:21:57,198 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 17:21:57,198 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:21:57,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:57,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:57,210 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 17:21:57,211 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:21:57,211 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:21:57,211 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 17:21:57,212 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:21:57,212 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:21:57,215 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,215 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 17:21:57,217 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,218 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 17:21:57,221 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:21:57,223 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:21:57,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 17:21:57,227 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:21:57,230 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:21:57,233 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:21:57,236 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 17:21:57,236 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:21:57,237 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:21:57,237 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:21:57,237 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 17:21:57,237 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:57,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:21:57,240 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 17:21:57,240 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:57,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:57,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:57,251 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 17:21:57,252 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:21:57,252 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:21:57,252 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 17:21:57,253 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:21:57,253 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:21:57,256 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,256 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 17:21:57,259 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,259 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 17:21:57,262 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:21:57,265 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:21:57,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:21:57,268 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:21:57,271 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:21:57,274 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:21:57,277 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 17:21:57,278 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:21:57,278 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:21:57,278 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:21:57,278 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 17:21:57,278 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:57,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 17:21:57,282 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 17:21:57,282 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:57,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:57,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:57,293 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 17:21:57,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 17:21:57,298 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:21:57,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 17:21:57,303 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:21:57,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 17:21:57,308 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:21:57,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 17:21:57,313 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:21:57,316 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:57,316 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 17:21:57,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 17:21:57,318 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:21:57,319 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:21:57,321 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:21:57,321 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:21:57,324 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:57,324 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 17:21:57,324 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 17:21:57,327 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:21:57,327 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:21:57,330 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:21:57,330 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:21:57,333 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:57,333 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 17:21:57,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 17:21:57,336 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:21:57,336 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:21:57,339 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:21:57,339 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:21:57,341 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:57,342 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:21:57,342 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:21:57,344 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:21:57,344 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:21:57,347 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:21:57,347 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:21:57,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 17:21:57,352 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:21:57,354 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:57,358 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:21:57,361 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:57,364 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:21:57,367 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:57,371 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:21:57,373 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:57,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 17:21:57,377 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:21:57,378 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 17:21:57,378 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:21:57,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:57,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:57,391 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 17:21:57,391 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:57,392 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:21:57,392 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 17:21:57,392 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:57,393 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:21:57,395 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,395 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 17:21:57,398 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,398 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 17:21:57,401 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:21:57,404 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:21:57,405 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:21:57,408 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:21:57,411 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:21:57,414 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:21:57,417 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 17:21:57,417 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:57,418 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:21:57,418 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:21:57,418 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 17:21:57,418 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:57,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 17:21:57,422 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 17:21:57,422 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:57,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:57,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:57,432 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 17:21:57,433 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:57,434 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:21:57,434 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 17:21:57,434 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:57,435 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:21:57,437 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,437 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 17:21:57,440 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,440 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 17:21:57,443 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:21:57,446 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:21:57,447 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 17:21:57,450 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:21:57,453 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:21:57,455 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:21:57,459 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 17:21:57,459 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:57,460 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:21:57,460 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:21:57,460 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 17:21:57,460 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:57,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:21:57,463 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 17:21:57,464 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:57,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:57,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:57,474 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 17:21:57,475 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:57,476 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:21:57,476 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 17:21:57,476 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:57,477 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:21:57,479 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,480 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 17:21:57,482 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:21:57,486 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:21:57,489 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:21:57,489 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 17:21:57,492 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:21:57,495 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:21:57,498 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:21:57,501 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 17:21:57,501 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:57,502 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:21:57,502 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:21:57,502 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 17:21:57,502 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:57,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 17:21:57,506 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 17:21:57,506 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:57,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:57,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:57,517 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 17:21:57,518 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:57,518 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:21:57,519 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 17:21:57,519 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:57,520 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:21:57,522 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,522 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 17:21:57,525 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:57,526 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:21:57,529 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:21:57,532 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:21:57,532 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 17:21:57,535 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:21:57,538 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:21:57,541 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:21:57,544 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 17:21:57,544 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:57,545 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:21:57,545 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:21:57,545 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 17:21:57,545 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:57,546 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 17:21:57,549 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 17:21:57,549 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:21:57,551 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:21:57,552 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:57,553 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:57,553 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:57,553 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:57,553 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:57,553 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:57,553 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:57,553 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:57,553 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:21:57,555 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:21:57,558 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:21:57,560 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:21:57,562 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:21:57,563 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:21:57,565 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:21:57,565 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 0x7f039b50c0e0> 2024-03-01 17:21:57,566 INFO blivet/MainThread: sorting actions... 2024-03-01 17:21:57,598 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:21:57,598 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:21:57,599 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:21:57,599 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:21:57,599 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:21:57,600 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:21:57,600 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:21:57,600 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:21:57,601 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:21:57,601 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:21:57,601 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:21:57,602 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:21:57,602 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:21:57,602 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:21:57,603 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:21:57,603 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:57,603 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:57,604 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:57,604 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:57,605 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:57,605 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:57,605 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:57,606 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:57,606 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:21:57,607 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:21:57,607 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:21:57,607 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:21:57,608 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:57,608 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:57,608 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:57,609 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:57,609 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:21:57,610 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:21:57,610 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:21:57,610 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:21:57,611 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:57,611 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:57,612 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:57,612 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:57,612 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:21:57,615 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:57,617 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 17:21:57,617 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 17:21:57,623 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,623 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,649 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,650 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,661 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,662 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:21:57,665 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:57,668 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 17:21:57,668 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 17:21:57,673 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,673 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,695 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,696 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,707 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,708 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:21:57,711 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:57,714 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 17:21:57,714 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 17:21:57,719 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,719 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,741 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,741 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,753 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,754 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:21:57,757 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:57,760 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 17:21:57,760 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 17:21:57,765 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,765 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,787 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,787 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,800 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,800 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:21:57,804 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:57,806 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 17:21:57,806 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 17:21:57,811 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,811 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,833 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,833 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,846 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,847 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:21:57,851 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:57,853 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 17:21:57,853 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 17:21:57,858 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,858 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,883 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,884 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,895 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,896 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:21:57,899 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:57,902 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 17:21:57,902 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 17:21:57,907 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,907 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,932 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,933 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,944 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,945 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:21:57,948 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:57,951 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:21:57,951 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:21:57,956 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,956 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,980 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,981 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,993 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,994 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:21:57,997 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:58,000 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:21:58,000 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:21:58,006 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,007 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,032 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,033 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,045 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,045 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:21:58,049 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:58,051 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:21:58,051 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:21:58,058 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,058 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,083 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,084 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,095 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,096 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:21:58,099 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,102 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,104 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,104 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:21:58,105 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:58,105 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:58,134 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 17:21:58,134 INFO program/MainThread: stderr[5]: 2024-03-01 17:21:58,134 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:21:58,135 INFO program/MainThread: Running [6] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:58,148 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 17:21:58,148 INFO program/MainThread: stderr[6]: 2024-03-01 17:21:58,148 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:21:58,148 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 17:21:58,176 INFO program/MainThread: stdout[7]: 2024-03-01 17:21:58,176 INFO program/MainThread: stderr[7]: 2024-03-01 17:21:58,176 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:21:58,176 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 17:21:58,177 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,189 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,192 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:21:58,192 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:21:58,194 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 17:21:58,202 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,202 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,223 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,223 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:21:58,227 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,229 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,232 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,232 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:21:58,232 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:58,232 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:58,271 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 17:21:58,272 INFO program/MainThread: stderr[8]: 2024-03-01 17:21:58,272 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:21:58,272 INFO program/MainThread: Running [9] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:58,279 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 17:21:58,279 INFO program/MainThread: stderr[9]: 2024-03-01 17:21:58,279 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:21:58,279 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 17:21:58,305 INFO program/MainThread: stdout[10]: 2024-03-01 17:21:58,305 INFO program/MainThread: stderr[10]: 2024-03-01 17:21:58,305 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:21:58,305 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 17:21:58,306 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,319 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,323 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:21:58,323 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:21:58,324 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 17:21:58,333 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,333 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,353 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,353 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:21:58,357 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,360 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,362 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,362 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:21:58,362 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:58,362 INFO program/MainThread: Running [11] lvm pvcreate /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:58,390 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 17:21:58,390 INFO program/MainThread: stderr[11]: 2024-03-01 17:21:58,390 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:21:58,390 INFO program/MainThread: Running [12] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:58,406 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 17:21:58,407 INFO program/MainThread: stderr[12]: 2024-03-01 17:21:58,407 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:21:58,407 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 17:21:58,437 INFO program/MainThread: stdout[13]: 2024-03-01 17:21:58,437 INFO program/MainThread: stderr[13]: 2024-03-01 17:21:58,437 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:21:58,437 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 17:21:58,438 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,449 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,453 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:21:58,454 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:21:58,455 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 17:21:58,463 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,463 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,485 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,486 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:21:58,489 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,492 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,494 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,494 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:21:58,494 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:58,495 INFO program/MainThread: Running [14] lvm pvcreate /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:58,522 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 17:21:58,522 INFO program/MainThread: stderr[14]: 2024-03-01 17:21:58,522 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:21:58,522 INFO program/MainThread: Running [15] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:58,537 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 17:21:58,537 INFO program/MainThread: stderr[15]: 2024-03-01 17:21:58,537 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:21:58,537 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 17:21:58,563 INFO program/MainThread: stdout[16]: 2024-03-01 17:21:58,563 INFO program/MainThread: stderr[16]: 2024-03-01 17:21:58,563 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:21:58,564 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 17:21:58,564 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,577 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,581 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:21:58,581 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:21:58,582 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 17:21:58,591 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,591 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,613 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,614 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:21:58,617 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 17:21:58,620 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:21:58,622 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,625 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,628 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,630 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,633 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,636 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,638 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,641 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,643 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 17:21:58,644 INFO program/MainThread: Running [17] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:58,689 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 17:21:58,689 INFO program/MainThread: stderr[17]: 2024-03-01 17:21:58,689 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:21:58,700 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:21:58,708 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:21:58,716 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,735 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,742 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,749 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,760 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,768 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,777 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,783 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,783 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,831 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,836 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:21:58,839 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:21:58,839 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,851 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,852 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 17:21:58,859 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,860 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,871 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,872 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:58,875 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 17:21:58,878 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 17:21:58,881 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:21:58,884 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:21:58,887 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,890 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,893 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,896 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,899 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,902 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,905 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:58,908 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:21:58,908 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:58,920 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:58,925 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:21:58,925 INFO program/MainThread: Running [18] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:58,955 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 17:21:58,956 INFO program/MainThread: stderr[18]: 2024-03-01 17:21:58,956 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:21:58,960 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 17:21:58,960 INFO program/MainThread: Running [19] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:59,020 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 17:21:59,021 INFO program/MainThread: stderr[19]: 2024-03-01 17:21:59,021 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:21:59,030 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:59,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:21:59,047 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:59,047 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:59,076 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:59,085 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:21:59,085 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:21:59,086 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:21:59,095 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:59,095 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:59,111 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:59,112 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:59,115 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:59,118 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:21:59,121 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 17:21:59,121 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 17:21:59,429 INFO program/MainThread: stdout: 2024-03-01 17:21:59,430 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:21:59,430 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:59,430 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:59,430 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:21:59,430 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:21:59,430 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:59,430 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:59,430 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:21:59,430 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:59,430 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:59,430 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:59,431 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 17:21:59,445 INFO program/MainThread: stdout: 2024-03-01 17:21:59,445 INFO program/MainThread: writing all SBs 2024-03-01 17:21:59,445 INFO program/MainThread: new label = "" 2024-03-01 17:21:59,445 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:59,445 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:59,462 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:59,465 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:21:59,466 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:59,467 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:21:59,475 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:59,475 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:59,491 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:59,492 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:59,495 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 17:21:59,498 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 17:21:59,501 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:59,501 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:59,530 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 17:21:59,530 INFO program/MainThread: stderr[20]: 2024-03-01 17:21:59,530 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:21:59,534 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 17:21:59,534 INFO program/MainThread: Running [21] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:59,600 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 17:21:59,601 INFO program/MainThread: stderr[21]: 2024-03-01 17:21:59,601 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:21:59,611 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:59,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:21:59,618 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:21:59,618 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:59,655 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:59,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:21:59,660 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:21:59,660 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:21:59,669 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:59,669 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:59,683 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:59,684 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:59,687 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:59,690 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:21:59,693 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 17:21:59,693 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 17:22:00,321 INFO program/MainThread: stdout: 2024-03-01 17:22:00,322 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:22:00,322 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:22:00,322 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:22:00,322 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:22:00,322 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:22:00,322 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:22:00,322 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:22:00,322 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:22:00,322 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:22:00,323 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:22:00,323 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:00,324 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 17:22:00,337 INFO program/MainThread: stdout: 2024-03-01 17:22:00,337 INFO program/MainThread: writing all SBs 2024-03-01 17:22:00,337 INFO program/MainThread: new label = "" 2024-03-01 17:22:00,337 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:00,337 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:00,363 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:00,367 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:00,368 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:22:00,369 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:22:00,377 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:00,378 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:00,393 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:00,394 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:22:00,397 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 17:22:00,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 17:22:00,404 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:00,404 INFO program/MainThread: Running [22] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:00,441 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 17:22:00,441 INFO program/MainThread: stderr[22]: 2024-03-01 17:22:00,441 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:22:00,445 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 17:22:00,445 INFO program/MainThread: Running [23] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:00,500 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 17:22:00,500 INFO program/MainThread: stderr[23]: 2024-03-01 17:22:00,500 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:22:00,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:00,519 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:00,519 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:22:00,519 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:00,566 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:00,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:22:00,571 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:22:00,572 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:22:00,580 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:00,580 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:00,596 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:00,597 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:22:00,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:00,603 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:22:00,606 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 17:22:00,606 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 17:22:01,425 INFO program/MainThread: stdout: 2024-03-01 17:22:01,426 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 17:22:01,426 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:22:01,426 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:22:01,426 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:22:01,426 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 17:22:01,426 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:22:01,426 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:22:01,426 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:22:01,426 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:22:01,426 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:22:01,426 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:01,427 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 17:22:01,440 INFO program/MainThread: stdout: 2024-03-01 17:22:01,440 INFO program/MainThread: writing all SBs 2024-03-01 17:22:01,440 INFO program/MainThread: new label = "" 2024-03-01 17:22:01,440 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:01,441 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:01,456 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:01,460 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:01,460 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:22:01,462 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:22:01,470 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:01,470 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:01,486 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:01,487 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:22:01,490 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 17:22:01,493 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 17:22:01,496 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:01,496 INFO program/MainThread: Running [24] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:01,527 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2336227328 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=557 LVM2_PV_COUNT=4 2024-03-01 17:22:01,527 INFO program/MainThread: stderr[24]: 2024-03-01 17:22:01,527 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:22:01,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 17:22:01,531 INFO program/MainThread: Running [25] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:01,590 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 17:22:01,591 INFO program/MainThread: stderr[25]: 2024-03-01 17:22:01,591 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:22:01,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:01,610 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:22:01,611 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:22:01,611 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:01,644 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:01,662 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:22:01,663 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:22:01,663 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:22:01,672 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:01,673 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:01,689 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:01,689 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:22:01,693 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:01,695 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:22:01,698 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 17:22:01,698 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 17:22:02,508 INFO program/MainThread: stdout: 2024-03-01 17:22:02,508 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 17:22:02,508 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:22:02,508 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:22:02,508 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:22:02,509 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 17:22:02,509 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:22:02,509 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:22:02,509 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:22:02,509 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:22:02,509 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:22:02,509 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:02,509 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 17:22:02,522 INFO program/MainThread: stdout: 2024-03-01 17:22:02,523 INFO program/MainThread: writing all SBs 2024-03-01 17:22:02,523 INFO program/MainThread: new label = "" 2024-03-01 17:22:02,523 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:02,523 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:02,539 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:02,543 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:22:02,544 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:22:02,545 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:22:02,553 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:02,553 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:02,569 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:02,570 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:22:02,573 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:02,576 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:22:02,578 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:22:02,578 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:22:02,578 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:02,578 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:22:02,616 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 17:22:02,617 INFO program/MainThread: stderr[26]: 2024-03-01 17:22:02,617 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:22:02,617 INFO program/MainThread: Running [27] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:02,627 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 17:22:02,627 INFO program/MainThread: stderr[27]: 2024-03-01 17:22:02,627 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:22:02,627 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 17:22:02,653 INFO program/MainThread: stdout[28]: 2024-03-01 17:22:02,653 INFO program/MainThread: stderr[28]: 2024-03-01 17:22:02,653 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:22:02,653 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 17:22:02,654 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:02,666 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:02,669 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:22:02,670 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:22:02,671 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 17:22:02,679 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:02,679 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:02,700 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:02,701 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:22:02,704 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:02,707 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:22:02,709 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:22:02,710 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:22:02,710 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:02,710 INFO program/MainThread: Running [29] lvm pvcreate /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:22:02,742 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 17:22:02,742 INFO program/MainThread: stderr[29]: 2024-03-01 17:22:02,742 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:22:02,742 INFO program/MainThread: Running [30] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:02,754 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 17:22:02,755 INFO program/MainThread: stderr[30]: 2024-03-01 17:22:02,755 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:22:02,755 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 17:22:02,784 INFO program/MainThread: stdout[31]: 2024-03-01 17:22:02,784 INFO program/MainThread: stderr[31]: 2024-03-01 17:22:02,784 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:22:02,784 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 17:22:02,785 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:02,797 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:02,800 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:22:02,801 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:22:02,802 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 17:22:02,810 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:02,811 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:02,832 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:02,833 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:22:02,836 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:02,839 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:22:02,841 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:22:02,841 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:22:02,841 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:02,842 INFO program/MainThread: Running [32] lvm pvcreate /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:22:02,875 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 17:22:02,876 INFO program/MainThread: stderr[32]: 2024-03-01 17:22:02,876 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:22:02,876 INFO program/MainThread: Running [33] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:02,887 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 17:22:02,887 INFO program/MainThread: stderr[33]: 2024-03-01 17:22:02,887 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:22:02,887 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 17:22:02,915 INFO program/MainThread: stdout[34]: 2024-03-01 17:22:02,915 INFO program/MainThread: stderr[34]: 2024-03-01 17:22:02,915 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:22:02,915 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 17:22:02,916 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:02,928 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:02,932 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:22:02,932 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:22:02,934 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 17:22:02,942 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:02,942 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:02,965 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:02,965 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:22:02,969 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 17:22:02,971 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:22:02,974 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:02,977 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:22:02,979 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:02,982 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:22:02,985 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:02,987 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:22:02,990 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 17:22:02,990 INFO program/MainThread: Running [35] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:03,043 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 17:22:03,043 INFO program/MainThread: stderr[35]: 2024-03-01 17:22:03,043 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:22:03,058 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:22:03,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:22:03,071 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:03,074 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:22:03,077 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:03,080 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:22:03,083 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:03,086 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:22:03,086 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:03,098 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,102 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:22:03,105 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:22:03,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:03,116 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,117 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 17:22:03,124 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,124 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:03,136 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,136 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:22:03,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 17:22:03,143 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 17:22:03,146 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:22:03,149 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:22:03,152 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:03,155 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:22:03,158 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:03,161 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:22:03,164 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:03,167 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:22:03,167 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:03,179 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,183 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:22:03,184 INFO program/MainThread: Running [36] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:03,218 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:22:03,218 INFO program/MainThread: stderr[36]: 2024-03-01 17:22:03,218 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:22:03,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 17:22:03,222 INFO program/MainThread: Running [37] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:03,283 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 17:22:03,284 INFO program/MainThread: stderr[37]: 2024-03-01 17:22:03,284 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:22:03,296 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:03,319 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:22:03,319 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:22:03,319 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:03,334 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,338 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:22:03,339 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:22:03,339 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:22:03,348 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,349 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:03,375 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,376 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:22:03,380 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:03,382 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:22:03,385 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 17:22:03,385 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 17:22:03,765 INFO program/MainThread: stdout: 2024-03-01 17:22:03,765 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 17:22:03,765 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:22:03,766 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:22:03,766 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:22:03,766 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 17:22:03,766 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:22:03,766 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:22:03,766 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:22:03,766 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:22:03,766 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:22:03,766 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,766 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 17:22:03,780 INFO program/MainThread: stdout: 2024-03-01 17:22:03,780 INFO program/MainThread: writing all SBs 2024-03-01 17:22:03,780 INFO program/MainThread: new label = "" 2024-03-01 17:22:03,781 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,781 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:03,796 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:22:03,800 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:22:03,802 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:22:03,810 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,810 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:03,825 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,826 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:22:03,829 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 17:22:03,832 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 17:22:03,835 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:03,835 INFO program/MainThread: Running [38] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:03,865 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2554331136 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=609 LVM2_PV_COUNT=3 2024-03-01 17:22:03,865 INFO program/MainThread: stderr[38]: 2024-03-01 17:22:03,865 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:22:03,869 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 17:22:03,869 INFO program/MainThread: Running [39] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:03,924 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 17:22:03,925 INFO program/MainThread: stderr[39]: 2024-03-01 17:22:03,925 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:22:03,936 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:03,943 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:22:03,943 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:22:03,944 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:03,979 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,984 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:22:03,984 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:22:03,985 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:22:03,993 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,994 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:04,009 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:04,010 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:22:04,013 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:04,016 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:22:04,019 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 17:22:04,019 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 17:22:04,674 INFO program/MainThread: stdout: 2024-03-01 17:22:04,674 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 17:22:04,674 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:22:04,674 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:22:04,674 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:22:04,674 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 17:22:04,675 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:22:04,675 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:22:04,675 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:22:04,675 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:22:04,675 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:22:04,675 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:04,675 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 17:22:04,689 INFO program/MainThread: stdout: 2024-03-01 17:22:04,689 INFO program/MainThread: writing all SBs 2024-03-01 17:22:04,689 INFO program/MainThread: new label = "" 2024-03-01 17:22:04,689 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:04,689 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:04,703 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:04,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:22:04,707 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:22:04,708 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:22:04,717 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:04,717 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:04,733 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:04,734 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:22:04,737 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:04,740 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:22:04,742 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:22:04,742 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:22:04,743 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:04,743 INFO program/MainThread: Running [40] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:22:04,773 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:22:04,773 INFO program/MainThread: stderr[40]: 2024-03-01 17:22:04,773 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:22:04,774 INFO program/MainThread: Running [41] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:04,790 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 17:22:04,790 INFO program/MainThread: stderr[41]: 2024-03-01 17:22:04,790 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:22:04,790 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 17:22:04,817 INFO program/MainThread: stdout[42]: 2024-03-01 17:22:04,817 INFO program/MainThread: stderr[42]: 2024-03-01 17:22:04,817 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:22:04,818 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 17:22:04,818 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:04,829 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:04,833 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:22:04,833 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:22:04,834 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:22:04,843 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:04,843 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:04,864 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:04,865 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:22:04,868 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:04,871 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:22:04,874 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:22:04,874 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:22:04,874 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:04,874 INFO program/MainThread: Running [43] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:22:04,911 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:22:04,912 INFO program/MainThread: stderr[43]: 2024-03-01 17:22:04,912 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:22:04,912 INFO program/MainThread: Running [44] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:04,922 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 17:22:04,923 INFO program/MainThread: stderr[44]: 2024-03-01 17:22:04,923 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:22:04,923 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 17:22:04,947 INFO program/MainThread: stdout[45]: 2024-03-01 17:22:04,948 INFO program/MainThread: stderr[45]: 2024-03-01 17:22:04,948 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:22:04,948 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 17:22:04,948 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:04,960 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:04,964 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:22:04,964 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:22:04,965 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:22:04,973 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:04,974 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:04,997 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:04,997 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:22:05,000 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:05,003 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:22:05,005 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:22:05,006 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:22:05,006 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:05,006 INFO program/MainThread: Running [46] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:22:05,035 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:22:05,035 INFO program/MainThread: stderr[46]: 2024-03-01 17:22:05,035 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:22:05,035 INFO program/MainThread: Running [47] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:05,047 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 17:22:05,047 INFO program/MainThread: stderr[47]: 2024-03-01 17:22:05,047 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:22:05,047 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 17:22:05,078 INFO program/MainThread: stdout[48]: 2024-03-01 17:22:05,078 INFO program/MainThread: stderr[48]: 2024-03-01 17:22:05,078 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:22:05,079 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 17:22:05,079 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:05,091 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:05,095 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:22:05,095 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:22:05,096 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:22:05,105 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:05,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:05,125 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:05,126 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:22:05,129 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:22:05,132 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:22:05,134 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:05,137 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:22:05,140 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:05,142 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:22:05,145 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:05,148 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:22:05,150 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:22:05,151 INFO program/MainThread: Running [49] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:05,203 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 17:22:05,203 INFO program/MainThread: stderr[49]: 2024-03-01 17:22:05,203 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:22:05,210 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:22:05,219 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:22:05,225 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:05,235 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:22:05,241 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:05,247 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:22:05,258 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:05,264 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:22:05,264 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:05,286 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:05,290 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:22:05,293 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:22:05,293 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:05,305 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:05,306 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:22:05,314 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:05,314 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:05,325 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:05,326 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:22:05,329 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 17:22:05,332 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 17:22:05,335 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:22:05,338 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:22:05,341 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:05,344 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:22:05,347 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:05,350 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:22:05,353 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:05,356 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:22:05,356 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:05,369 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:05,374 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:22:05,374 INFO program/MainThread: Running [50] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:05,408 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:22:05,408 INFO program/MainThread: stderr[50]: 2024-03-01 17:22:05,408 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:22:05,412 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 17:22:05,412 INFO program/MainThread: Running [51] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:05,476 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 17:22:05,477 INFO program/MainThread: stderr[51]: 2024-03-01 17:22:05,477 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:22:05,487 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:05,494 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:22:05,495 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:22:05,495 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:05,520 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:05,524 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:22:05,525 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:22:05,526 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:22:05,534 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:05,534 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:05,549 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:05,550 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:22:05,553 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:05,556 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:22:05,559 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 17:22:05,559 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 17:22:06,079 INFO program/MainThread: stdout: 2024-03-01 17:22:06,080 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:22:06,080 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:22:06,080 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:22:06,080 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:22:06,080 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:22:06,080 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:22:06,080 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:22:06,080 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:22:06,080 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:22:06,080 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:22:06,080 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:06,081 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 17:22:06,095 INFO program/MainThread: stdout: 2024-03-01 17:22:06,095 INFO program/MainThread: writing all SBs 2024-03-01 17:22:06,095 INFO program/MainThread: new label = "" 2024-03-01 17:22:06,095 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:06,095 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:06,112 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:06,115 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:22:06,116 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:22:06,117 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:22:06,126 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:06,126 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:06,141 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:06,142 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:22:06,145 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:22:06,148 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:22:06,151 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:06,151 INFO program/MainThread: Running [52] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:06,183 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:22:06,183 INFO program/MainThread: stderr[52]: 2024-03-01 17:22:06,183 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:22:06,187 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:22:06,187 INFO program/MainThread: Running [53] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:06,245 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 17:22:06,245 INFO program/MainThread: stderr[53]: 2024-03-01 17:22:06,246 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:22:06,259 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:06,266 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:22:06,266 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:22:06,266 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:06,290 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:06,294 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:22:06,295 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:22:06,295 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:22:06,304 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:06,304 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:06,320 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:06,321 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:22:06,324 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:06,327 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:22:06,330 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:22:06,330 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:22:06,941 INFO program/MainThread: stdout: 2024-03-01 17:22:06,942 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 17:22:06,942 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:22:06,942 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:22:06,942 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:22:06,942 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 17:22:06,945 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:22:06,945 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:22:06,945 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:22:06,945 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:22:06,945 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:22:06,945 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:06,946 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:22:06,960 INFO program/MainThread: stdout: 2024-03-01 17:22:06,960 INFO program/MainThread: writing all SBs 2024-03-01 17:22:06,960 INFO program/MainThread: new label = "" 2024-03-01 17:22:06,960 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:06,960 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:06,978 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:06,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:22:06,982 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:22:06,983 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:22:06,991 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:06,991 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:07,007 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:07,012 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:22:07,012 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 0x7f039b66a7c0> 2024-03-01 17:22:07,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:22:07,018 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:22:07,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 17:22:07,024 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:22:07,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 17:22:07,030 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:22:07,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 17:22:07,036 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:22:07,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 17:22:07,041 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:22:07,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 17:22:07,047 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:22:07,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 17:22:07,052 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:22:07,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 17:22:07,057 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:22:07,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:22:07,063 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:22:07,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 17:22:07,068 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:22:07,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 17:22:07,073 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:22:07,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 17:22:07,079 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:22:07,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 17:22:07,084 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:22:07,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 17:22:07,089 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:22:07,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 17:22:07,094 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:22:07,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:07,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 17:22:07,100 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:22:28,871 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_abpi59rn/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:22:28,906 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:28,906 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:22:28,909 INFO program/MainThread: stdout[2]: 2024-03-01 17:22:28,909 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:22:28,909 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:22:28,909 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:22:28,914 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:28,914 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:22:28,918 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:28,918 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:22:28,921 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:28,921 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:22:28,923 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:28,923 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:22:28,934 INFO program/MainThread: stdout: 2024-03-01 17:22:28,934 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:22:28,934 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 2024-03-01 17:22:28,934 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1dc24f68-16ed-4d87-994f-b89f17c2d8cd 2024-03-01 17:22:28,934 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT 2024-03-01 17:22:28,934 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1dc24f68-16ed-4d87-994f-b89f17c2d8cd 2024-03-01 17:22:28,934 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 66f99634-f6de-4f02-a226-c30b0c80323f 2024-03-01 17:22:28,934 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba 2024-03-01 17:22:28,935 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G 2024-03-01 17:22:28,935 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 2829a212-7c9e-4f65-9a85-ed7792414da7 2024-03-01 17:22:28,935 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs a0a2edd9-c003-493f-a5cc-2f1c1e89b68e 2024-03-01 17:22:28,935 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX 2024-03-01 17:22:28,935 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd 2024-03-01 17:22:28,935 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN 2024-03-01 17:22:28,935 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1d264bea-dfab-4d0f-b1fa-d35973742311 2024-03-01 17:22:28,935 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs e3018dcc-4bc0-4223-b8c9-3c50dda97355 2024-03-01 17:22:28,935 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 60580b53-7cc6-46aa-aae2-719bda05a117 2024-03-01 17:22:28,935 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V 2024-03-01 17:22:28,935 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 60580b53-7cc6-46aa-aae2-719bda05a117 2024-03-01 17:22:28,935 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr 2024-03-01 17:22:28,935 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 9e2fab19-e335-484a-b548-2d9f56c236b9 2024-03-01 17:22:28,935 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU 2024-03-01 17:22:28,935 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 9e2fab19-e335-484a-b548-2d9f56c236b9 2024-03-01 17:22:28,935 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:22:28,935 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:22:28,935 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:22:28,935 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:22:28,935 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:28,935 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1dc24f68-16ed-4d87-994f-b89f17c2d8cd sdb 1073741824 root disk brw-rw---- LVM2_member rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1dc24f68-16ed-4d87-994f-b89f17c2d8cd `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 66f99634-f6de-4f02-a226-c30b0c80323f sdc 1073741824 root disk brw-rw---- LVM2_member FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba sdd 1073741824 root disk brw-rw---- LVM2_member XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 2829a212-7c9e-4f65-9a85-ed7792414da7 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs a0a2edd9-c003-493f-a5cc-2f1c1e89b68e sde 1073741824 root disk brw-rw---- LVM2_member Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX sdf 1073741824 root disk brw-rw---- LVM2_member aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd sdg 1073741824 root disk brw-rw---- LVM2_member qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1d264bea-dfab-4d0f-b1fa-d35973742311 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs e3018dcc-4bc0-4223-b8c9-3c50dda97355 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 60580b53-7cc6-46aa-aae2-719bda05a117 sdh 1073741824 root disk brw-rw---- LVM2_member CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 60580b53-7cc6-46aa-aae2-719bda05a117 sdi 1073741824 root disk brw-rw---- LVM2_member cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 9e2fab19-e335-484a-b548-2d9f56c236b9 sdj 1073741824 root disk brw-rw---- LVM2_member Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 9e2fab19-e335-484a-b548-2d9f56c236b9 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:22:28,935 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:28,936 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:28,936 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:22:28,936 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:28,936 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:22:28,936 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:22:28,936 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:28,949 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:28,966 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 17:22:28,970 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/lvm-pv-uuid-yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 ' '/dev/disk/by-id/scsi-36001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-id/wwn-0x6001405c7605f87e2dd44328235512a9', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6', 'ID_FS_UUID_ENC': 'yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6', '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': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'ID_SERIAL': '36001405c7605f87e2dd44328235512a9', 'ID_SERIAL_SHORT': '6001405c7605f87e2dd44328235512a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7605f87e', 'ID_WWN_VENDOR_EXTENSION': '0x2dd44328235512a9', 'ID_WWN_WITH_EXTENSION': '0x6001405c7605f87e2dd44328235512a9', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7605f87e2dd44328235512a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593781552'} ; 2024-03-01 17:22:28,970 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:22:28,971 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:29,012 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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=GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:29,012 INFO program/MainThread: stderr[3]: 2024-03-01 17:22:29,012 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:22:29,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:29,024 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:22:29,025 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:22:29,030 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:22:29,030 INFO blivet/MainThread: sda is a disk 2024-03-01 17:22:29,031 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:22:29,031 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:22:29,034 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:22:29,037 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:22:29,038 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:22:29,041 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:22:29,041 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:22:29,041 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:22:29,041 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82bdddc8e0) -- 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 = 6001405c7605f87e2dd44328235512a9 2024-03-01 17:22:29,045 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:22:29,048 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:29,048 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:22:29,051 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:29,051 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:22:29,055 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:29,055 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:22:29,058 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:29,058 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:22:29,061 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:22:29,061 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:22:29,062 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:22:29,094 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:22:29,095 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT. WARNING: Couldn't find device with uuid FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba. WARNING: VG test_vg1 is missing PV rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:22:29,095 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:22:29,095 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:22:29,099 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 ; label: None ; device: /dev/sda ; serial: 36001405c7605f87e2dd44328235512a9 ; exists: True ; vg_name: test_vg1 ; vg_uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; pe_start: 8 MiB ; 2024-03-01 17:22:29,099 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:22:29,102 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:22:29,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; incomplete: True ; hidden: False ; 2024-03-01 17:22:29,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:29,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:29,113 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:22:29,144 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:22:29,145 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT. WARNING: Couldn't find device with uuid FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba. WARNING: VG test_vg1 is missing PV rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:22:29,145 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:22:29,145 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:22:29,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:22:29,150 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:22:29,154 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:22:29,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:22:29,157 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:22:29,157 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:22:29,190 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:29,191 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT. WARNING: Couldn't find device with uuid FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba. WARNING: VG test_vg1 is missing PV rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:22:29,191 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:22:29,195 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:22:29,195 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:22:29,198 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:22:29,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; incomplete: True ; hidden: False ; 2024-03-01 17:22:29,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:22:29,204 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:22:29,204 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:29,207 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/wwn-0x60014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/lvm-pv-uuid-rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT', 'ID_FS_UUID_ENC': 'rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT', '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': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'ID_SERIAL': '360014050e9b6d7e32cc4ec6ad6649404', 'ID_SERIAL_SHORT': '60014050e9b6d7e32cc4ec6ad6649404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050e9b6d7e3', 'ID_WWN_VENDOR_EXTENSION': '0x2cc4ec6ad6649404', 'ID_WWN_WITH_EXTENSION': '0x60014050e9b6d7e32cc4ec6ad6649404', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050e9b6d7e32cc4ec6ad6649404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593775410'} ; 2024-03-01 17:22:29,207 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:22:29,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:29,218 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:22:29,218 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:22:29,218 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:22:29,218 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:22:29,221 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:22:29,224 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:22:29,224 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:22:29,227 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:22:29,227 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:22:29,228 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:22:29,228 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82bcca5a00) -- 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 = 60014050e9b6d7e32cc4ec6ad6649404 2024-03-01 17:22:29,231 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:22:29,234 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:29,234 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:22:29,237 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:29,237 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:22:29,240 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:29,240 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:22:29,243 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:29,243 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:22:29,246 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:22:29,246 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:22:29,246 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 17:22:29,279 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:22:29,279 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba. WARNING: VG test_vg1 is missing PV FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba (last written to /dev/sdc). 2024-03-01 17:22:29,279 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:22:29,279 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:22:29,283 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT ; label: None ; device: /dev/sdb ; serial: 360014050e9b6d7e32cc4ec6ad6649404 ; exists: True ; vg_name: test_vg1 ; vg_uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:22:29,283 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:22:29,286 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:22:29,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; incomplete: True ; hidden: False ; 2024-03-01 17:22:29,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:22:29,294 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:22:29,297 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:22:29,300 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:22:29,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; incomplete: True ; hidden: False ; 2024-03-01 17:22:29,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:29,305 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 17:22:29,340 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:29,340 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba. WARNING: VG test_vg1 is missing PV FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba (last written to /dev/sdc). 2024-03-01 17:22:29,340 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:22:29,340 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:22:29,340 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:29,344 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x6001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-id/scsi-36001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'ID_SERIAL': '36001405b6f8c60704334deb9ca9344a0', 'ID_SERIAL_SHORT': '6001405b6f8c60704334deb9ca9344a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6f8c6070', 'ID_WWN_VENDOR_EXTENSION': '0x4334deb9ca9344a0', 'ID_WWN_WITH_EXTENSION': '0x6001405b6f8c60704334deb9ca9344a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6f8c60704334deb9ca9344a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594356889'} ; 2024-03-01 17:22:29,345 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:22:29,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:29,355 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:22:29,356 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:22:29,356 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:22:29,356 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:22:29,359 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:22:29,362 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:22:29,362 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:22:29,365 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:22:29,365 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:22:29,365 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:22:29,365 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82bcc06c40) -- 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 = 6001405b6f8c60704334deb9ca9344a0 2024-03-01 17:22:29,369 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:22:29,369 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:22:29,372 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-id/wwn-0x6001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405f6c47da3798f486cbb173c192', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'ID_SERIAL': '36001405f6c47da3798f486cbb173c192', 'ID_SERIAL_SHORT': '6001405f6c47da3798f486cbb173c192', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6c47da37', 'ID_WWN_VENDOR_EXTENSION': '0x98f486cbb173c192', 'ID_WWN_WITH_EXTENSION': '0x6001405f6c47da3798f486cbb173c192', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6c47da3798f486cbb173c192', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594413992'} ; 2024-03-01 17:22:29,372 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:22:29,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:29,382 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:22:29,383 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:22:29,383 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:22:29,383 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:22:29,386 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:22:29,388 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:22:29,389 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:22:29,391 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:22:29,392 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:22:29,392 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:22:29,392 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82bcc06d90) -- 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 = 6001405f6c47da3798f486cbb173c192 2024-03-01 17:22:29,395 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:22:29,395 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:22:29,398 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-id/lvm-pv-uuid-FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba ' '/dev/disk/by-id/wwn-0x6001405c384a7d0fd42402ab48647604', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba', 'ID_FS_UUID_ENC': 'FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba', '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': 'c384a7d0-fd42-402a-b486-47604c166abd', 'ID_SERIAL': '36001405c384a7d0fd42402ab48647604', 'ID_SERIAL_SHORT': '6001405c384a7d0fd42402ab48647604', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c384a7d0f', 'ID_WWN_VENDOR_EXTENSION': '0xd42402ab48647604', 'ID_WWN_WITH_EXTENSION': '0x6001405c384a7d0fd42402ab48647604', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c384a7d0fd42402ab48647604', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593859156'} ; 2024-03-01 17:22:29,398 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:22:29,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:29,409 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:22:29,409 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:22:29,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:22:29,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:22:29,412 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:22:29,415 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:22:29,415 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:22:29,418 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:22:29,418 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:22:29,418 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:22:29,419 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82bcc1b460) -- 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 = 6001405c384a7d0fd42402ab48647604 2024-03-01 17:22:29,421 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:22:29,424 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:29,425 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:22:29,427 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:29,427 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:22:29,430 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:29,431 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:22:29,433 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:29,434 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:22:29,436 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:22:29,436 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:22:29,436 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 17:22:29,472 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:22:29,472 INFO program/MainThread: stderr[9]: 2024-03-01 17:22:29,472 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:22:29,472 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:22:29,476 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba ; label: None ; device: /dev/sdc ; serial: 36001405c384a7d0fd42402ab48647604 ; exists: True ; vg_name: test_vg1 ; vg_uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:22:29,476 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:22:29,479 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:22:29,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; incomplete: True ; hidden: False ; 2024-03-01 17:22:29,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:29,488 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:22:29,491 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:22:29,493 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:22:29,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; incomplete: True ; hidden: False ; 2024-03-01 17:22:29,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:29,499 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 17:22:29,531 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:29,531 INFO program/MainThread: stderr[10]: 2024-03-01 17:22:29,531 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:22:29,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:29,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:29,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:22:29,546 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:22:29,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:22:29,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:22:29,553 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:22:29,554 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:22:29,557 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:22:29,557 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:22:29,557 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:22:29,560 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:22:29,563 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:22:29,564 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:22:29,566 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:22:29,569 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:22:29,570 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:22:29,573 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:22:29,573 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:22:29,573 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:22:29,573 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:22:29,576 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:22:29,577 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:22:29,579 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:22:29,580 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:22:29,584 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXEKJRSETMEJgjdBX10o3Ze5dRHrWnIUqp ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/66f99634-f6de-4f02-a226-c30b0c80323f', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '27', '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-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXEKJRSETMEJgjdBX10o3Ze5dRHrWnIUqp', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '66f99634-f6de-4f02-a226-c30b0c80323f', 'ID_FS_UUID_ENC': '66f99634-f6de-4f02-a226-c30b0c80323f', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1034076803'} ; 2024-03-01 17:22:29,584 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:22:29,584 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:29,587 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:22:29,587 INFO program/MainThread: stderr[11]: 2024-03-01 17:22:29,587 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:22:29,588 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:29,590 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:22:29,590 INFO program/MainThread: stderr[12]: 2024-03-01 17:22:29,590 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:22:29,590 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:29,593 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:22:29,593 INFO program/MainThread: stderr[13]: 2024-03-01 17:22:29,593 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:22:29,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:22:29,602 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:29,602 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:22:29,603 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:29,603 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:22:29,600 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcc1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7f82bcccd6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:29,604 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:29,606 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:22:29,606 INFO program/MainThread: stderr[14]: 2024-03-01 17:22:29,606 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:22:29,610 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:22:29,613 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:29,613 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:22:29,616 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:29,617 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:22:29,620 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:29,620 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:22:29,623 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:29,623 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:22:29,624 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:22:29,625 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:22:29,628 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:29,628 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:22:29,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:22:29,631 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:29,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:29,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:29,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:22:29,646 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:22:29,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:22:29,649 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:22:29,652 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:22:29,652 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:22:29,655 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:22:29,656 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:22:29,656 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:22:29,659 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:22:29,662 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:22:29,662 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:22:29,665 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:22:29,668 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:22:29,668 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:22:29,671 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:22:29,672 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:22:29,672 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:22:29,672 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:22:29,675 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:22:29,675 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:22:29,678 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:22:29,678 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:22:29,682 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/1dc24f68-16ed-4d87-994f-b89f17c2d8cd ' '/dev/disk/by-id/dm-uuid-LVM-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXoV5hX4Wpnnx2H2SIwpyjoepSEqDgivwC ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '26', '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-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXoV5hX4Wpnnx2H2SIwpyjoepSEqDgivwC', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1dc24f68-16ed-4d87-994f-b89f17c2d8cd', 'ID_FS_UUID_ENC': '1dc24f68-16ed-4d87-994f-b89f17c2d8cd', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1033302439'} ; 2024-03-01 17:22:29,682 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:22:29,682 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:29,685 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:22:29,685 INFO program/MainThread: stderr[15]: 2024-03-01 17:22:29,685 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:22:29,685 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:29,687 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:22:29,688 INFO program/MainThread: stderr[16]: 2024-03-01 17:22:29,688 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:22:29,688 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:29,690 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:22:29,690 INFO program/MainThread: stderr[17]: 2024-03-01 17:22:29,690 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:22:29,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:22:29,700 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:29,700 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:29,701 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:29,701 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:29,697 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcc1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7f82bcccd6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:29,702 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:29,704 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:22:29,704 INFO program/MainThread: stderr[18]: 2024-03-01 17:22:29,704 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:22:29,708 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:22:29,712 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:29,712 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:22:29,715 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:29,715 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:22:29,718 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:29,718 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:22:29,721 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:29,721 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:22:29,722 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:22:29,725 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:29,725 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:22:29,728 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:22:29,728 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:29,728 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:29,731 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/lvm-pv-uuid-XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G ' '/dev/disk/by-id/wwn-0x6001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G', 'ID_FS_UUID_ENC': 'XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G', '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': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'ID_SERIAL': '36001405c8f7deaa9c9449df993f76883', 'ID_SERIAL_SHORT': '6001405c8f7deaa9c9449df993f76883', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c8f7deaa9', 'ID_WWN_VENDOR_EXTENSION': '0xc9449df993f76883', 'ID_WWN_WITH_EXTENSION': '0x6001405c8f7deaa9c9449df993f76883', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c8f7deaa9c9449df993f76883', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593816439'} ; 2024-03-01 17:22:29,731 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:22:29,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:29,742 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:22:29,743 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:22:29,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:22:29,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:22:29,746 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:22:29,749 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:22:29,749 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:22:29,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 17:22:29,752 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:22:29,752 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:22:29,752 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82bcc194f0) -- 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 = 6001405c8f7deaa9c9449df993f76883 2024-03-01 17:22:29,755 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:22:29,758 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:29,758 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:22:29,761 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:29,761 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:22:29,764 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:29,764 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:22:29,767 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:29,767 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:22:29,770 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:22:29,770 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:22:29,770 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sdd,/dev/sda ... 2024-03-01 17:22:29,804 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:22:29,804 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX. WARNING: Couldn't find device with uuid aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd. WARNING: VG test_vg2 is missing PV Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX (last written to /dev/sde). WARNING: VG test_vg2 is missing PV aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd (last written to /dev/sdf). 2024-03-01 17:22:29,804 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:22:29,804 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:22:29,808 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G ; label: None ; device: /dev/sdd ; serial: 36001405c8f7deaa9c9449df993f76883 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:22:29,809 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:22:29,812 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:22:29,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; incomplete: True ; hidden: False ; 2024-03-01 17:22:29,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:29,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:29,822 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sdd,/dev/sda ... 2024-03-01 17:22:29,851 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 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=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:22:29,851 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX. WARNING: Couldn't find device with uuid aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd. WARNING: VG test_vg2 is missing PV Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX (last written to /dev/sde). WARNING: VG test_vg2 is missing PV aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd (last written to /dev/sdf). 2024-03-01 17:22:29,851 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:22:29,851 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:22:29,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:22:29,856 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:22:29,859 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:22:29,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:22:29,862 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:22:29,862 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sdd,/dev/sda ... 2024-03-01 17:22:29,894 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:29,894 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX. WARNING: Couldn't find device with uuid aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd. WARNING: VG test_vg2 is missing PV Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX (last written to /dev/sde). WARNING: VG test_vg2 is missing PV aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd (last written to /dev/sdf). 2024-03-01 17:22:29,894 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:22:29,898 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:22:29,899 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:22:29,901 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:22:29,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; incomplete: True ; hidden: False ; 2024-03-01 17:22:29,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:22:29,907 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:22:29,907 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:29,910 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/lvm-pv-uuid-Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX ' '/dev/disk/by-id/wwn-0x600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/scsi-3600140597c41fbd71554a328e0c165f5', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX', 'ID_FS_UUID_ENC': 'Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX', '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': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'ID_SERIAL': '3600140597c41fbd71554a328e0c165f5', 'ID_SERIAL_SHORT': '600140597c41fbd71554a328e0c165f5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597c41fbd7', 'ID_WWN_VENDOR_EXTENSION': '0x1554a328e0c165f5', 'ID_WWN_WITH_EXTENSION': '0x600140597c41fbd71554a328e0c165f5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597c41fbd71554a328e0c165f5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593986117'} ; 2024-03-01 17:22:29,911 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:22:29,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:22:29,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:29,922 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:22:29,922 INFO blivet/MainThread: sde is a disk 2024-03-01 17:22:29,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:22:29,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:22:29,925 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:22:29,928 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:22:29,928 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:22:29,931 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:22:29,931 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:22:29,932 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:22:29,932 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82bcc062e0) -- 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 = 600140597c41fbd71554a328e0c165f5 2024-03-01 17:22:29,935 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:22:29,938 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:29,938 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:22:29,941 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:29,941 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:22:29,944 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:29,944 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:22:29,947 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:29,947 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:22:29,950 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:22:29,950 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:22:29,950 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdd,/dev/sdb,/dev/sde,/dev/sda ... 2024-03-01 17:22:29,984 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:22:29,984 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd. WARNING: VG test_vg2 is missing PV aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd (last written to /dev/sdf). 2024-03-01 17:22:29,984 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:22:29,984 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:22:29,988 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX ; label: None ; device: /dev/sde ; serial: 3600140597c41fbd71554a328e0c165f5 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:22:29,988 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:22:29,991 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:22:29,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; incomplete: True ; hidden: False ; 2024-03-01 17:22:29,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:22:30,000 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:22:30,003 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:22:30,005 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:22:30,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; incomplete: True ; hidden: False ; 2024-03-01 17:22:30,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:30,011 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdd,/dev/sdb,/dev/sde,/dev/sda ... 2024-03-01 17:22:30,050 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:30,050 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd. WARNING: VG test_vg2 is missing PV aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd (last written to /dev/sdf). 2024-03-01 17:22:30,050 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:22:30,050 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:22:30,051 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:30,055 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405440d1e8b89904665bae377f82 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/lvm-pv-uuid-aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/wwn-0x6001405440d1e8b89904665bae377f82 ' '/dev/disk/by-diskseq/7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd', 'ID_FS_UUID_ENC': 'aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd', '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': '440d1e8b-8990-4665-bae3-77f82b791844', 'ID_SERIAL': '36001405440d1e8b89904665bae377f82', 'ID_SERIAL_SHORT': '6001405440d1e8b89904665bae377f82', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405440d1e8b8', 'ID_WWN_VENDOR_EXTENSION': '0x9904665bae377f82', 'ID_WWN_WITH_EXTENSION': '0x6001405440d1e8b89904665bae377f82', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405440d1e8b89904665bae377f82', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594073378'} ; 2024-03-01 17:22:30,055 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:22:30,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:22:30,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:30,067 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:22:30,067 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:22:30,067 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:22:30,068 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:22:30,070 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:22:30,073 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:22:30,073 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:22:30,076 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:22:30,076 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:22:30,077 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:22:30,077 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82bdddc820) -- 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 = 6001405440d1e8b89904665bae377f82 2024-03-01 17:22:30,080 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:22:30,083 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:30,083 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:22:30,086 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:30,086 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:22:30,089 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:30,089 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:22:30,092 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:30,092 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:22:30,095 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:22:30,095 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:22:30,095 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sdd,/dev/sdb,/dev/sde,/dev/sda ... 2024-03-01 17:22:30,129 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:22:30,129 INFO program/MainThread: stderr[24]: 2024-03-01 17:22:30,129 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:22:30,129 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:22:30,133 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd ; label: None ; device: /dev/sdf ; serial: 36001405440d1e8b89904665bae377f82 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:22:30,134 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:22:30,136 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:22:30,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; incomplete: True ; hidden: False ; 2024-03-01 17:22:30,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:30,145 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:22:30,148 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:22:30,150 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:22:30,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; incomplete: True ; hidden: False ; 2024-03-01 17:22:30,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:30,156 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sdd,/dev/sdb,/dev/sde,/dev/sda ... 2024-03-01 17:22:30,196 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:30,196 INFO program/MainThread: stderr[25]: 2024-03-01 17:22:30,196 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:22:30,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:30,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:30,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:30,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:30,209 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:22:30,212 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:22:30,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:22:30,216 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:22:30,219 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:22:30,219 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:22:30,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:22:30,223 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:22:30,223 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:22:30,226 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:22:30,229 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:22:30,229 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:22:30,232 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:22:30,235 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:22:30,235 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:22:30,238 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:22:30,239 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:22:30,239 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:22:30,239 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:22:30,242 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:22:30,242 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:22:30,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:22:30,245 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:22:30,249 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/a0a2edd9-c003-493f-a5cc-2f1c1e89b68e ' '/dev/disk/by-id/dm-uuid-LVM-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgwSlgF4K5qeazewpWPCKOzUBrue6aoop8', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '25', '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-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgwSlgF4K5qeazewpWPCKOzUBrue6aoop8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a0a2edd9-c003-493f-a5cc-2f1c1e89b68e', 'ID_FS_UUID_ENC': 'a0a2edd9-c003-493f-a5cc-2f1c1e89b68e', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1031759549'} ; 2024-03-01 17:22:30,249 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:22:30,249 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:30,252 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:22:30,252 INFO program/MainThread: stderr[26]: 2024-03-01 17:22:30,252 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:22:30,252 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:30,255 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:22:30,255 INFO program/MainThread: stderr[27]: 2024-03-01 17:22:30,255 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:22:30,255 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:30,257 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:22:30,258 INFO program/MainThread: stderr[28]: 2024-03-01 17:22:30,258 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:22:30,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:30,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:22:30,267 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:30,267 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:22:30,268 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:30,268 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:22:30,265 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcbbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7f82bcc35c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:30,269 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:30,271 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:22:30,272 INFO program/MainThread: stderr[29]: 2024-03-01 17:22:30,272 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:22:30,275 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:22:30,279 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:30,279 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:22:30,282 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:30,282 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:22:30,285 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:30,285 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:22:30,288 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:30,288 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:22:30,289 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:22:30,292 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:30,292 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:22:30,295 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:22:30,295 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:30,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:30,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:30,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv ; incomplete: False ; hidden: False ; 2024-03-01 17:22:30,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:30,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:22:30,310 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:22:30,310 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:22:30,313 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:22:30,316 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:22:30,317 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:22:30,320 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:22:30,320 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:22:30,320 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:22:30,323 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:22:30,326 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:22:30,327 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:22:30,330 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:22:30,333 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:22:30,333 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:22:30,336 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:22:30,336 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:22:30,336 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:22:30,337 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:22:30,339 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:22:30,340 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:22:30,342 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:22:30,343 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:22:30,346 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgXKcTcp7VBXaZ3YPahTuip3XVv5kkRpRv ' '/dev/disk/by-uuid/2829a212-7c9e-4f65-9a85-ed7792414da7 ' '/dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '24', '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-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgXKcTcp7VBXaZ3YPahTuip3XVv5kkRpRv', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2829a212-7c9e-4f65-9a85-ed7792414da7', 'ID_FS_UUID_ENC': '2829a212-7c9e-4f65-9a85-ed7792414da7', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1031112022'} ; 2024-03-01 17:22:30,346 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:22:30,346 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:30,349 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:22:30,349 INFO program/MainThread: stderr[30]: 2024-03-01 17:22:30,350 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:22:30,350 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:30,352 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:22:30,352 INFO program/MainThread: stderr[31]: 2024-03-01 17:22:30,352 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:22:30,352 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:30,355 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:22:30,355 INFO program/MainThread: stderr[32]: 2024-03-01 17:22:30,355 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:22:30,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:30,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:22:30,364 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:30,365 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:30,366 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:30,366 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:30,362 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcbbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7f82bcc35c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:30,367 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:30,369 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:22:30,369 INFO program/MainThread: stderr[33]: 2024-03-01 17:22:30,369 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:22:30,373 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:22:30,377 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:30,377 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:22:30,380 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:30,380 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:22:30,383 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:30,383 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:22:30,386 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:30,386 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:22:30,387 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:22:30,389 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:30,390 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:22:30,393 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:22:30,393 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:30,393 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:30,396 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f5734b57e5174177899809df8 ' '/dev/disk/by-id/lvm-pv-uuid-qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/scsi-36001405f5734b57e5174177899809df8', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN', 'ID_FS_UUID_ENC': 'qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN', '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': 'f5734b57-e517-4177-8998-09df8f76da77', 'ID_SERIAL': '36001405f5734b57e5174177899809df8', 'ID_SERIAL_SHORT': '6001405f5734b57e5174177899809df8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f5734b57e', 'ID_WWN_VENDOR_EXTENSION': '0x5174177899809df8', 'ID_WWN_WITH_EXTENSION': '0x6001405f5734b57e5174177899809df8', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f5734b57e5174177899809df8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594194969'} ; 2024-03-01 17:22:30,396 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:22:30,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:22:30,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:30,407 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:22:30,408 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:22:30,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:22:30,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:22:30,411 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:22:30,414 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:22:30,414 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:22:30,417 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:22:30,417 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:22:30,418 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:22:30,418 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82bcc19040) -- 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 = 6001405f5734b57e5174177899809df8 2024-03-01 17:22:30,421 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:22:30,424 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:30,424 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:22:30,426 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:30,427 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:22:30,430 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:30,430 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:22:30,433 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:30,433 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:22:30,435 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:22:30,435 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:22:30,435 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sdd,/dev/sdg,/dev/sdb,/dev/sde,/dev/sda ... 2024-03-01 17:22:30,470 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:22:30,470 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V. WARNING: Couldn't find device with uuid cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr. WARNING: Couldn't find device with uuid Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU. WARNING: VG test_vg3 is missing PV CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:22:30,470 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:22:30,471 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:22:30,474 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN ; label: None ; device: /dev/sdg ; serial: 36001405f5734b57e5174177899809df8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:22:30,475 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:22:30,477 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:22:30,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:30,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:30,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:30,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:30,489 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sdd,/dev/sdg,/dev/sdb,/dev/sde,/dev/sda ... 2024-03-01 17:22:30,530 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 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=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:22:30,530 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V. WARNING: Couldn't find device with uuid cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr. WARNING: Couldn't find device with uuid Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU. WARNING: VG test_vg3 is missing PV CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:22:30,530 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:22:30,530 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:22:30,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:22:30,535 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:22:30,538 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:22:30,538 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:22:30,541 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:22:30,541 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sdd,/dev/sdg,/dev/sdb,/dev/sde,/dev/sda ... 2024-03-01 17:22:30,579 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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=GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:30,579 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V. WARNING: Couldn't find device with uuid cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr. WARNING: Couldn't find device with uuid Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU. WARNING: VG test_vg3 is missing PV CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:22:30,579 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:22:30,583 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:22:30,584 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:22:30,586 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:22:30,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:30,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:22:30,592 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:22:30,592 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:30,596 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/wwn-0x600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/lvm-pv-uuid-CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V ' '/dev/disk/by-diskseq/9', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V', 'ID_FS_UUID_ENC': 'CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V', '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': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'ID_SERIAL': '3600140517f70eddad1f439d9dc8b6e2b', 'ID_SERIAL_SHORT': '600140517f70eddad1f439d9dc8b6e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140517f70edda', 'ID_WWN_VENDOR_EXTENSION': '0xd1f439d9dc8b6e2b', 'ID_WWN_WITH_EXTENSION': '0x600140517f70eddad1f439d9dc8b6e2b', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140517f70eddad1f439d9dc8b6e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594133983'} ; 2024-03-01 17:22:30,596 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:22:30,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:22:30,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:30,607 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:22:30,608 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:22:30,608 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:22:30,608 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:22:30,611 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:22:30,613 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:22:30,614 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:22:30,616 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:22:30,617 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:22:30,617 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:22:30,617 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82bcbd07c0) -- 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 = 600140517f70eddad1f439d9dc8b6e2b 2024-03-01 17:22:30,620 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:22:30,623 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:30,623 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:22:30,626 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:30,626 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:22:30,629 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:30,629 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:22:30,632 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:30,632 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:22:30,635 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:22:30,635 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:22:30,635 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sdh,/dev/sdd,/dev/sdg,/dev/sdb,/dev/sde,/dev/sda ... 2024-03-01 17:22:30,672 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:22:30,672 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr. WARNING: Couldn't find device with uuid Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU. WARNING: VG test_vg3 is missing PV cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:22:30,672 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:22:30,673 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:22:30,677 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V ; label: None ; device: /dev/sdh ; serial: 3600140517f70eddad1f439d9dc8b6e2b ; exists: True ; vg_name: test_vg3 ; vg_uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; pe_start: 8 MiB ; 2024-03-01 17:22:30,677 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:22:30,680 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:22:30,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:30,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:22:30,688 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:22:30,691 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:22:30,694 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:22:30,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:30,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:30,699 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sdh,/dev/sdd,/dev/sdg,/dev/sdb,/dev/sde,/dev/sda ... 2024-03-01 17:22:30,736 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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=GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:30,736 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr. WARNING: Couldn't find device with uuid Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU. WARNING: VG test_vg3 is missing PV cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:22:30,736 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:22:30,737 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:22:30,737 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:30,741 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr ' '/dev/disk/by-id/wwn-0x6001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-36001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-diskseq/10', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr', 'ID_FS_UUID_ENC': 'cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr', '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': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'ID_SERIAL': '36001405b8364ad612b246328a2bbbad4', 'ID_SERIAL_SHORT': '6001405b8364ad612b246328a2bbbad4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8364ad61', 'ID_WWN_VENDOR_EXTENSION': '0x2b246328a2bbbad4', 'ID_WWN_WITH_EXTENSION': '0x6001405b8364ad612b246328a2bbbad4', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8364ad612b246328a2bbbad4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594335610'} ; 2024-03-01 17:22:30,741 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:22:30,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:22:30,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:30,753 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:22:30,753 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:22:30,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:22:30,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:22:30,757 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:22:30,760 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:22:30,760 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:22:30,763 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:22:30,763 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:22:30,763 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:22:30,763 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82bcbd3220) -- 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 = 6001405b8364ad612b246328a2bbbad4 2024-03-01 17:22:30,766 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:22:30,769 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:30,769 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:22:30,772 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:30,772 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:22:30,775 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:30,775 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:22:30,778 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:30,778 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:22:30,781 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:22:30,781 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:22:30,781 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sdh,/dev/sdd,/dev/sdg,/dev/sdi,/dev/sdb,/dev/sde,/dev/sda ... 2024-03-01 17:22:30,820 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:22:30,820 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU. WARNING: VG test_vg3 is missing PV Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:22:30,820 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:22:30,821 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:22:30,825 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr ; label: None ; device: /dev/sdi ; serial: 36001405b8364ad612b246328a2bbbad4 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; pe_start: 8 MiB ; 2024-03-01 17:22:30,825 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:22:30,828 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:22:30,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:30,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:30,836 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:22:30,839 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:22:30,842 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:22:30,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:30,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:30,848 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sdh,/dev/sdd,/dev/sdg,/dev/sdi,/dev/sdb,/dev/sde,/dev/sda ... 2024-03-01 17:22:30,885 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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=GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:30,885 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU. WARNING: VG test_vg3 is missing PV Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:22:30,885 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:22:30,886 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:22:30,886 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:30,890 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-360014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-id/lvm-pv-uuid-Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU', 'ID_FS_UUID_ENC': 'Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU', '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': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'ID_SERIAL': '360014059e03fec5dbf54a72af89072bc', 'ID_SERIAL_SHORT': '60014059e03fec5dbf54a72af89072bc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059e03fec5d', 'ID_WWN_VENDOR_EXTENSION': '0xbf54a72af89072bc', 'ID_WWN_WITH_EXTENSION': '0x60014059e03fec5dbf54a72af89072bc', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059e03fec5dbf54a72af89072bc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594404585'} ; 2024-03-01 17:22:30,890 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:22:30,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:22:30,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:30,902 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:22:30,902 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:22:30,903 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:22:30,903 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:22:30,905 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:22:30,908 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:22:30,909 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:22:30,912 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:22:30,912 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:22:30,912 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:22:30,912 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82bcbd4910) -- 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 = 60014059e03fec5dbf54a72af89072bc 2024-03-01 17:22:30,915 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:22:30,919 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:30,919 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:22:30,922 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:30,922 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:22:30,925 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:30,925 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:22:30,928 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:30,928 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:22:30,930 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:22:30,931 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:22:30,931 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sdh,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdi,/dev/sdb,/dev/sde,/dev/sda ... 2024-03-01 17:22:30,972 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:22:30,972 INFO program/MainThread: stderr[41]: 2024-03-01 17:22:30,973 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:22:30,973 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:22:30,977 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU ; label: None ; device: /dev/sdj ; serial: 360014059e03fec5dbf54a72af89072bc ; exists: True ; vg_name: test_vg3 ; vg_uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:22:30,977 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:22:30,980 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:22:30,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:30,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:30,989 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:22:30,992 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:22:30,994 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:22:30,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:31,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:31,000 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sdh,/dev/sdj,/dev/sdd,/dev/sdg,/dev/sdi,/dev/sdb,/dev/sde,/dev/sda ... 2024-03-01 17:22:31,040 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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=GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:31,040 INFO program/MainThread: stderr[42]: 2024-03-01 17:22:31,040 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:22:31,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:31,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:31,053 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:22:31,056 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:22:31,057 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:22:31,060 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:22:31,063 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:22:31,063 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:22:31,066 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:22:31,067 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:22:31,067 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:22:31,070 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:22:31,073 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:22:31,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:22:31,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:22:31,079 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:22:31,080 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:22:31,083 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:22:31,083 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:22:31,083 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:22:31,083 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:22:31,086 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:22:31,086 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:22:31,089 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:22:31,090 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:22:31,093 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPJq9AvJfhNdTkb8nPbVxtPaM3izLiBIsC ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/9e2fab19-e335-484a-b548-2d9f56c236b9 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '23', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPJq9AvJfhNdTkb8nPbVxtPaM3izLiBIsC', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9e2fab19-e335-484a-b548-2d9f56c236b9', 'ID_FS_UUID_ENC': '9e2fab19-e335-484a-b548-2d9f56c236b9', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1029420515'} ; 2024-03-01 17:22:31,093 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:22:31,093 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:31,096 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:22:31,097 INFO program/MainThread: stderr[43]: 2024-03-01 17:22:31,097 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:22:31,097 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:31,099 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:22:31,099 INFO program/MainThread: stderr[44]: 2024-03-01 17:22:31,099 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:22:31,099 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:31,102 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:22:31,102 INFO program/MainThread: stderr[45]: 2024-03-01 17:22:31,102 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:22:31,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:22:31,113 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,113 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:22:31,114 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,114 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:22:31,110 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcbd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7f82bcbc7f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:31,115 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:31,117 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:22:31,118 INFO program/MainThread: stderr[46]: 2024-03-01 17:22:31,118 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:22:31,121 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:22:31,125 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:31,125 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:22:31,128 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:31,128 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:22:31,131 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:31,131 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:22:31,134 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:31,134 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:22:31,135 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:22:31,138 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:31,138 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:22:31,141 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:22:31,141 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:31,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:31,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:31,162 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:22:31,165 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:22:31,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:22:31,168 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:22:31,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:31,172 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:22:31,175 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:22:31,175 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:22:31,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:22:31,178 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:22:31,182 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:22:31,182 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:22:31,185 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:22:31,188 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:31,188 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:22:31,191 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:22:31,191 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:22:31,191 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:22:31,192 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:22:31,194 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:31,195 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:22:31,197 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:22:31,198 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:22:31,201 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPC4OFEN0miFk4caSegAOY7fzCb3mwWbmu ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/60580b53-7cc6-46aa-aae2-719bda05a117 ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '22', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPC4OFEN0miFk4caSegAOY7fzCb3mwWbmu', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '60580b53-7cc6-46aa-aae2-719bda05a117', 'ID_FS_UUID_ENC': '60580b53-7cc6-46aa-aae2-719bda05a117', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1028335128'} ; 2024-03-01 17:22:31,201 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:22:31,201 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:31,205 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:22:31,205 INFO program/MainThread: stderr[47]: 2024-03-01 17:22:31,205 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:22:31,205 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:31,207 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:22:31,207 INFO program/MainThread: stderr[48]: 2024-03-01 17:22:31,207 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:22:31,208 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:31,210 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:22:31,210 INFO program/MainThread: stderr[49]: 2024-03-01 17:22:31,210 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:22:31,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:22:31,221 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,221 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:22:31,222 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,222 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:22:31,218 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcc81160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7f82bcbc7f40) -- name = test_vg3 status = True 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:31,223 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:31,226 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:22:31,226 INFO program/MainThread: stderr[50]: 2024-03-01 17:22:31,226 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:22:31,230 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:22:31,233 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:31,233 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:22:31,236 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:31,236 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:22:31,239 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:31,240 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:22:31,243 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:31,243 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:22:31,243 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:22:31,246 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:31,246 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:22:31,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:22:31,249 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:31,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:31,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:31,261 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:22:31,264 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:22:31,264 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:22:31,267 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:22:31,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:31,271 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:22:31,274 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:22:31,275 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:22:31,275 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:22:31,278 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:22:31,281 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:22:31,281 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:22:31,284 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:22:31,287 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:31,287 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:22:31,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:22:31,291 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:22:31,291 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:22:31,291 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:22:31,294 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:31,294 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:22:31,297 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:22:31,297 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:22:31,301 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/e3018dcc-4bc0-4223-b8c9-3c50dda97355 ' '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPfJlDIjcFpdkGDLP0vh3QlGqWjesgaRfk ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '21', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPfJlDIjcFpdkGDLP0vh3QlGqWjesgaRfk', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e3018dcc-4bc0-4223-b8c9-3c50dda97355', 'ID_FS_UUID_ENC': 'e3018dcc-4bc0-4223-b8c9-3c50dda97355', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1027421652'} ; 2024-03-01 17:22:31,301 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:22:31,301 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:31,304 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:22:31,304 INFO program/MainThread: stderr[51]: 2024-03-01 17:22:31,304 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:22:31,304 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:31,307 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:22:31,307 INFO program/MainThread: stderr[52]: 2024-03-01 17:22:31,307 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:22:31,307 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:31,310 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:22:31,310 INFO program/MainThread: stderr[53]: 2024-03-01 17:22:31,310 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:22:31,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:22:31,320 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,321 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:22:31,321 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,322 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:22:31,318 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcc19a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7f82bcbc7f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:31,323 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:31,326 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:22:31,326 INFO program/MainThread: stderr[54]: 2024-03-01 17:22:31,326 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:22:31,330 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:22:31,333 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:31,333 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:22:31,336 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:31,336 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:22:31,340 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:31,340 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:22:31,343 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:31,343 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:22:31,343 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:22:31,346 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:31,346 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:22:31,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:22:31,349 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:31,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:31,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:31,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:22:31,364 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:22:31,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:22:31,368 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:22:31,371 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:22:31,371 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:22:31,374 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:22:31,375 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:22:31,375 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:22:31,378 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:22:31,381 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:22:31,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:22:31,384 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:22:31,387 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:22:31,387 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:22:31,391 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:22:31,391 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:22:31,391 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:22:31,391 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:22:31,394 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:22:31,394 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:22:31,397 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:22:31,398 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:22:31,401 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/1d264bea-dfab-4d0f-b1fa-d35973742311 ' '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPGdwWfn0W4GARiU7wedPrqaIVQFXD6Ja3', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPGdwWfn0W4GARiU7wedPrqaIVQFXD6Ja3', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1d264bea-dfab-4d0f-b1fa-d35973742311', 'ID_FS_UUID_ENC': '1d264bea-dfab-4d0f-b1fa-d35973742311', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1026849311'} ; 2024-03-01 17:22:31,401 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:22:31,401 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:31,404 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:22:31,405 INFO program/MainThread: stderr[55]: 2024-03-01 17:22:31,405 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:22:31,405 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:31,407 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:22:31,407 INFO program/MainThread: stderr[56]: 2024-03-01 17:22:31,407 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:22:31,407 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:31,410 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:22:31,410 INFO program/MainThread: stderr[57]: 2024-03-01 17:22:31,410 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:22:31,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:22:31,420 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,421 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:31,422 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,423 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:31,418 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcbc7460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7f82bcbc7f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:31,424 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:31,426 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:22:31,426 INFO program/MainThread: stderr[58]: 2024-03-01 17:22:31,426 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:22:31,430 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:22:31,433 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:31,433 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:22:31,437 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:31,437 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:22:31,440 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:31,440 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:22:31,443 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:31,443 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:22:31,443 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:22:31,446 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:31,447 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:22:31,450 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:22:31,450 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:31,450 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:31,453 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13108560'} ; 2024-03-01 17:22:31,453 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:22:31,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:31,464 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:22:31,464 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:22:31,464 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:22:31,464 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:22:31,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:22:31,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:22:31,467 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:22:31,470 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:22:31,470 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:22:31,473 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:22:31,473 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:22:31,474 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:22:31,474 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82bcbbe880) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:22:31,477 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:22:31,480 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:31,480 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:22:31,483 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:31,483 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:22:31,486 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:31,486 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:22:31,489 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:31,489 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:22:31,492 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:22:31,495 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:31,497 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:22:31,506 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 0x7f82bcbe0380> 2024-03-01 17:22:31,550 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:22:31,554 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:22:31,554 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:22:31,557 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13114063'} ; 2024-03-01 17:22:31,557 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:22:31,557 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:22:31,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:31,567 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:22:31,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:31,573 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:31,585 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:31,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:22:31,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:22:31,612 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:22:31,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:22:31,615 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:22:31,618 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:22:31,618 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:22:31,621 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:22:31,621 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:22:31,622 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:22:31,624 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:22:31,627 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:22:31,630 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:22:31,633 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:22:31,635 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:22:31,636 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:22:31,636 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:22:31,637 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:22:31,636 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f82bcbc6250) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f82bcbebcc0> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:22:31,640 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:22:31,643 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:31,643 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:22:31,646 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:31,646 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:22:31,649 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:31,649 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:22:31,652 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:31,652 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:22:31,652 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:22:31,655 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:31,655 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:22:31,658 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:22:31,658 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:31,661 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPGdwWfn0W4GARiU7wedPrqaIVQFXD6Ja3 ' '/dev/disk/by-uuid/1d264bea-dfab-4d0f-b1fa-d35973742311 ' '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPGdwWfn0W4GARiU7wedPrqaIVQFXD6Ja3', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1d264bea-dfab-4d0f-b1fa-d35973742311', 'ID_FS_UUID_ENC': '1d264bea-dfab-4d0f-b1fa-d35973742311', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1026849311'} ; 2024-03-01 17:22:31,661 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:22:31,661 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:31,664 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:22:31,664 INFO program/MainThread: stderr[59]: 2024-03-01 17:22:31,664 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:22:31,665 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:31,667 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:22:31,667 INFO program/MainThread: stderr[60]: 2024-03-01 17:22:31,667 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:22:31,667 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:31,670 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:22:31,670 INFO program/MainThread: stderr[61]: 2024-03-01 17:22:31,670 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:22:31,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:22:31,681 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,682 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:31,682 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,683 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:31,678 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcbc7460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7f82bcbc7f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:31,684 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:31,687 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:22:31,687 INFO program/MainThread: stderr[62]: 2024-03-01 17:22:31,687 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:22:31,691 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:22:31,691 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:22:31,693 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPfJlDIjcFpdkGDLP0vh3QlGqWjesgaRfk ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/e3018dcc-4bc0-4223-b8c9-3c50dda97355 ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '21', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPfJlDIjcFpdkGDLP0vh3QlGqWjesgaRfk', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e3018dcc-4bc0-4223-b8c9-3c50dda97355', 'ID_FS_UUID_ENC': 'e3018dcc-4bc0-4223-b8c9-3c50dda97355', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1027421652'} ; 2024-03-01 17:22:31,694 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:22:31,694 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:31,696 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:22:31,696 INFO program/MainThread: stderr[63]: 2024-03-01 17:22:31,696 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:22:31,697 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:31,699 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:22:31,699 INFO program/MainThread: stderr[64]: 2024-03-01 17:22:31,699 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:22:31,699 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:31,702 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:22:31,702 INFO program/MainThread: stderr[65]: 2024-03-01 17:22:31,702 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:22:31,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:22:31,712 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,713 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:31,713 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,714 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:31,709 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcc19a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7f82bcbc7f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:31,715 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:31,718 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:22:31,718 INFO program/MainThread: stderr[66]: 2024-03-01 17:22:31,718 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:22:31,721 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:22:31,721 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:22:31,724 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/60580b53-7cc6-46aa-aae2-719bda05a117 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPC4OFEN0miFk4caSegAOY7fzCb3mwWbmu ' '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '22', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPC4OFEN0miFk4caSegAOY7fzCb3mwWbmu', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '60580b53-7cc6-46aa-aae2-719bda05a117', 'ID_FS_UUID_ENC': '60580b53-7cc6-46aa-aae2-719bda05a117', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1028335128'} ; 2024-03-01 17:22:31,724 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:22:31,725 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:31,727 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:22:31,727 INFO program/MainThread: stderr[67]: 2024-03-01 17:22:31,727 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:22:31,727 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:31,730 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:22:31,730 INFO program/MainThread: stderr[68]: 2024-03-01 17:22:31,730 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:22:31,730 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:31,732 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:22:31,732 INFO program/MainThread: stderr[69]: 2024-03-01 17:22:31,732 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:22:31,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:22:31,742 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,743 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:31,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,745 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:31,740 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcc81160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7f82bcbc7f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:31,745 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:31,748 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:22:31,748 INFO program/MainThread: stderr[70]: 2024-03-01 17:22:31,748 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:22:31,752 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:22:31,752 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:22:31,755 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/9e2fab19-e335-484a-b548-2d9f56c236b9 ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPJq9AvJfhNdTkb8nPbVxtPaM3izLiBIsC', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '23', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPJq9AvJfhNdTkb8nPbVxtPaM3izLiBIsC', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9e2fab19-e335-484a-b548-2d9f56c236b9', 'ID_FS_UUID_ENC': '9e2fab19-e335-484a-b548-2d9f56c236b9', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1029420515'} ; 2024-03-01 17:22:31,755 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:22:31,755 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:31,757 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:22:31,758 INFO program/MainThread: stderr[71]: 2024-03-01 17:22:31,758 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:22:31,758 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:31,760 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:22:31,760 INFO program/MainThread: stderr[72]: 2024-03-01 17:22:31,760 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:22:31,760 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:31,763 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:22:31,763 INFO program/MainThread: stderr[73]: 2024-03-01 17:22:31,763 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:22:31,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 17:22:31,773 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,774 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:31,774 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:31,775 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:31,770 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcbd82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7f82bcbc7f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:31,776 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:31,779 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:22:31,779 INFO program/MainThread: stderr[74]: 2024-03-01 17:22:31,779 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:22:31,782 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:22:31,782 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:22:31,785 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgXKcTcp7VBXaZ3YPahTuip3XVv5kkRpRv ' '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/2829a212-7c9e-4f65-9a85-ed7792414da7 ' '/dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '24', '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-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgXKcTcp7VBXaZ3YPahTuip3XVv5kkRpRv', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2829a212-7c9e-4f65-9a85-ed7792414da7', 'ID_FS_UUID_ENC': '2829a212-7c9e-4f65-9a85-ed7792414da7', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1031112022'} ; 2024-03-01 17:22:31,785 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:22:31,786 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:31,788 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:22:31,788 INFO program/MainThread: stderr[75]: 2024-03-01 17:22:31,788 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:22:31,788 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:31,791 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:22:31,791 INFO program/MainThread: stderr[76]: 2024-03-01 17:22:31,791 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:22:31,791 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:31,794 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:22:31,794 INFO program/MainThread: stderr[77]: 2024-03-01 17:22:31,794 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:22:31,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:22:31,803 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:31,804 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:31,804 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:31,805 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:31,801 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcbbebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7f82bcc35c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:31,805 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:31,808 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:22:31,808 INFO program/MainThread: stderr[78]: 2024-03-01 17:22:31,808 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:22:31,812 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:22:31,812 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:22:31,814 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgwSlgF4K5qeazewpWPCKOzUBrue6aoop8 ' '/dev/disk/by-uuid/a0a2edd9-c003-493f-a5cc-2f1c1e89b68e ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '25', '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-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgwSlgF4K5qeazewpWPCKOzUBrue6aoop8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a0a2edd9-c003-493f-a5cc-2f1c1e89b68e', 'ID_FS_UUID_ENC': 'a0a2edd9-c003-493f-a5cc-2f1c1e89b68e', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1031759549'} ; 2024-03-01 17:22:31,815 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:22:31,815 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:31,817 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:22:31,817 INFO program/MainThread: stderr[79]: 2024-03-01 17:22:31,817 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:22:31,818 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:31,820 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:22:31,820 INFO program/MainThread: stderr[80]: 2024-03-01 17:22:31,820 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:22:31,820 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:31,823 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:22:31,823 INFO program/MainThread: stderr[81]: 2024-03-01 17:22:31,823 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:22:31,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:22:31,832 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:31,833 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:31,833 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:31,834 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:31,830 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcbbe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7f82bcc35c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:31,835 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:31,837 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:22:31,837 INFO program/MainThread: stderr[82]: 2024-03-01 17:22:31,837 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:22:31,841 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:22:31,841 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:22:31,844 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXoV5hX4Wpnnx2H2SIwpyjoepSEqDgivwC ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/1dc24f68-16ed-4d87-994f-b89f17c2d8cd', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '26', '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-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXoV5hX4Wpnnx2H2SIwpyjoepSEqDgivwC', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1dc24f68-16ed-4d87-994f-b89f17c2d8cd', 'ID_FS_UUID_ENC': '1dc24f68-16ed-4d87-994f-b89f17c2d8cd', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1033302439'} ; 2024-03-01 17:22:31,844 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:22:31,844 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:31,847 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:22:31,847 INFO program/MainThread: stderr[83]: 2024-03-01 17:22:31,847 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:22:31,847 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:31,849 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:22:31,849 INFO program/MainThread: stderr[84]: 2024-03-01 17:22:31,849 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:22:31,850 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:31,852 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:22:31,852 INFO program/MainThread: stderr[85]: 2024-03-01 17:22:31,852 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:22:31,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 17:22:31,861 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:31,862 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:31,862 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:31,863 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:31,859 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcc1bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7f82bcccd6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:31,864 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:31,866 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:22:31,866 INFO program/MainThread: stderr[86]: 2024-03-01 17:22:31,866 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:22:31,870 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:22:31,870 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:22:31,873 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXEKJRSETMEJgjdBX10o3Ze5dRHrWnIUqp ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/66f99634-f6de-4f02-a226-c30b0c80323f ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '27', '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-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXEKJRSETMEJgjdBX10o3Ze5dRHrWnIUqp', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '66f99634-f6de-4f02-a226-c30b0c80323f', 'ID_FS_UUID_ENC': '66f99634-f6de-4f02-a226-c30b0c80323f', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1034076803'} ; 2024-03-01 17:22:31,873 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:22:31,873 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:31,876 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:22:31,876 INFO program/MainThread: stderr[87]: 2024-03-01 17:22:31,876 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:22:31,876 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:31,878 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:22:31,878 INFO program/MainThread: stderr[88]: 2024-03-01 17:22:31,878 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:22:31,879 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:31,881 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:22:31,881 INFO program/MainThread: stderr[89]: 2024-03-01 17:22:31,881 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:22:31,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:22:31,890 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:31,891 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:31,891 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:31,892 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:31,888 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f82bcc1bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7f82bcccd6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:31,893 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:31,895 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:22:31,895 INFO program/MainThread: stderr[90]: 2024-03-01 17:22:31,895 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:22:31,899 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:22:31,899 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:22:31,899 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:31,911 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:31,929 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:22:31,929 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:22:31,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:31,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:31,941 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:22:31,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:31,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:31,952 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:22:31,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:31,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:31,963 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:22:31,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:31,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:31,974 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:22:31,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:31,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:31,985 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:22:31,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:31,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:22:31,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:31,995 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:22:35,010 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_75gnnrn_/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:22:35,045 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:35,045 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:22:35,048 INFO program/MainThread: stdout[2]: 2024-03-01 17:22:35,048 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:22:35,048 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:22:35,048 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:22:35,053 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:35,053 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:22:35,056 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:35,056 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:22:35,059 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:35,060 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:22:35,062 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:35,062 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:22:35,073 INFO program/MainThread: stdout: 2024-03-01 17:22:35,073 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:22:35,073 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 2024-03-01 17:22:35,073 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1dc24f68-16ed-4d87-994f-b89f17c2d8cd 2024-03-01 17:22:35,073 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT 2024-03-01 17:22:35,073 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1dc24f68-16ed-4d87-994f-b89f17c2d8cd 2024-03-01 17:22:35,073 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 66f99634-f6de-4f02-a226-c30b0c80323f 2024-03-01 17:22:35,073 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba 2024-03-01 17:22:35,073 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G 2024-03-01 17:22:35,073 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 2829a212-7c9e-4f65-9a85-ed7792414da7 2024-03-01 17:22:35,073 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs a0a2edd9-c003-493f-a5cc-2f1c1e89b68e 2024-03-01 17:22:35,073 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX 2024-03-01 17:22:35,073 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd 2024-03-01 17:22:35,073 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN 2024-03-01 17:22:35,073 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1d264bea-dfab-4d0f-b1fa-d35973742311 2024-03-01 17:22:35,073 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs e3018dcc-4bc0-4223-b8c9-3c50dda97355 2024-03-01 17:22:35,074 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 60580b53-7cc6-46aa-aae2-719bda05a117 2024-03-01 17:22:35,074 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V 2024-03-01 17:22:35,074 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 60580b53-7cc6-46aa-aae2-719bda05a117 2024-03-01 17:22:35,074 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr 2024-03-01 17:22:35,074 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 9e2fab19-e335-484a-b548-2d9f56c236b9 2024-03-01 17:22:35,074 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU 2024-03-01 17:22:35,074 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 9e2fab19-e335-484a-b548-2d9f56c236b9 2024-03-01 17:22:35,074 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:22:35,074 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:22:35,074 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:22:35,074 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:22:35,074 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:35,074 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1dc24f68-16ed-4d87-994f-b89f17c2d8cd sdb 1073741824 root disk brw-rw---- LVM2_member rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 1dc24f68-16ed-4d87-994f-b89f17c2d8cd `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 66f99634-f6de-4f02-a226-c30b0c80323f sdc 1073741824 root disk brw-rw---- LVM2_member FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba sdd 1073741824 root disk brw-rw---- LVM2_member XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 2829a212-7c9e-4f65-9a85-ed7792414da7 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs a0a2edd9-c003-493f-a5cc-2f1c1e89b68e sde 1073741824 root disk brw-rw---- LVM2_member Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX sdf 1073741824 root disk brw-rw---- LVM2_member aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd sdg 1073741824 root disk brw-rw---- LVM2_member qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1d264bea-dfab-4d0f-b1fa-d35973742311 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs e3018dcc-4bc0-4223-b8c9-3c50dda97355 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 60580b53-7cc6-46aa-aae2-719bda05a117 sdh 1073741824 root disk brw-rw---- LVM2_member CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 60580b53-7cc6-46aa-aae2-719bda05a117 sdi 1073741824 root disk brw-rw---- LVM2_member cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 9e2fab19-e335-484a-b548-2d9f56c236b9 sdj 1073741824 root disk brw-rw---- LVM2_member Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 9e2fab19-e335-484a-b548-2d9f56c236b9 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:22:35,074 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:35,074 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:35,075 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:22:35,075 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:35,075 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:22:35,075 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:22:35,075 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:35,089 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:35,105 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 17:22:35,110 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1 ' '/dev/disk/by-id/scsi-36001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/wwn-0x6001405c7605f87e2dd44328235512a9 ' '/dev/disk/by-id/lvm-pv-uuid-yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_c7605f87-e2dd-4432-8235-512a973d6be1', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6', 'ID_FS_UUID_ENC': 'yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6', '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': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'ID_SERIAL': '36001405c7605f87e2dd44328235512a9', 'ID_SERIAL_SHORT': '6001405c7605f87e2dd44328235512a9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c7605f87e', 'ID_WWN_VENDOR_EXTENSION': '0x2dd44328235512a9', 'ID_WWN_WITH_EXTENSION': '0x6001405c7605f87e2dd44328235512a9', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c7605f87e2dd44328235512a9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c7605f87-e2dd-4432-8235-512a973d6be1', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593781552'} ; 2024-03-01 17:22:35,110 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:22:35,110 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:35,147 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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=GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:35,147 INFO program/MainThread: stderr[3]: 2024-03-01 17:22:35,147 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:22:35,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:35,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:35,159 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:22:35,161 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:22:35,165 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:22:35,166 INFO blivet/MainThread: sda is a disk 2024-03-01 17:22:35,166 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:22:35,166 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:22:35,170 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:22:35,173 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:22:35,173 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:22:35,176 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:22:35,177 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:22:35,177 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:22:35,177 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd4fc4a88e0) -- 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 = 6001405c7605f87e2dd44328235512a9 2024-03-01 17:22:35,180 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:22:35,184 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:35,184 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:22:35,187 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:35,187 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:22:35,191 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:35,191 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:22:35,194 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:35,194 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:22:35,197 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:22:35,197 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:22:35,198 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:22:35,233 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:22:35,233 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT. WARNING: Couldn't find device with uuid FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba. WARNING: VG test_vg1 is missing PV rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:22:35,233 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:22:35,234 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:22:35,238 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 ; label: None ; device: /dev/sda ; serial: 36001405c7605f87e2dd44328235512a9 ; exists: True ; vg_name: test_vg1 ; vg_uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; pe_start: 8 MiB ; 2024-03-01 17:22:35,238 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:22:35,241 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:22:35,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; incomplete: True ; hidden: False ; 2024-03-01 17:22:35,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:35,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:35,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:35,253 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:22:35,290 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:22:35,290 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT. WARNING: Couldn't find device with uuid FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba. WARNING: VG test_vg1 is missing PV rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:22:35,290 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:22:35,290 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:22:35,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:22:35,296 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:22:35,300 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:22:35,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:22:35,303 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:22:35,303 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:22:35,336 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:35,336 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT. WARNING: Couldn't find device with uuid FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba. WARNING: VG test_vg1 is missing PV rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:22:35,336 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:22:35,340 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:22:35,341 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:22:35,343 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:22:35,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; incomplete: True ; hidden: False ; 2024-03-01 17:22:35,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:22:35,349 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:22:35,349 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:35,352 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4 ' '/dev/disk/by-id/wwn-0x60014050e9b6d7e32cc4ec6ad6649404 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-360014050e9b6d7e32cc4ec6ad6649404', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT', 'ID_FS_UUID_ENC': 'rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT', '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': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'ID_SERIAL': '360014050e9b6d7e32cc4ec6ad6649404', 'ID_SERIAL_SHORT': '60014050e9b6d7e32cc4ec6ad6649404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050e9b6d7e3', 'ID_WWN_VENDOR_EXTENSION': '0x2cc4ec6ad6649404', 'ID_WWN_WITH_EXTENSION': '0x60014050e9b6d7e32cc4ec6ad6649404', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050e9b6d7e32cc4ec6ad6649404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0e9b6d7e-32cc-4ec6-ad66-494045164ab4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593775410'} ; 2024-03-01 17:22:35,353 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:22:35,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:22:35,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:35,363 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:22:35,364 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:22:35,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:22:35,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:22:35,367 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:22:35,370 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:22:35,370 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:22:35,373 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:22:35,373 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:22:35,374 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:22:35,374 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd4fb0e5a00) -- 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 = 60014050e9b6d7e32cc4ec6ad6649404 2024-03-01 17:22:35,377 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:22:35,380 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:35,380 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:22:35,383 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:35,383 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:22:35,386 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:35,386 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:22:35,389 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:35,389 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:22:35,392 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:22:35,392 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:22:35,392 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 17:22:35,431 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:22:35,431 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba. WARNING: VG test_vg1 is missing PV FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba (last written to /dev/sdc). 2024-03-01 17:22:35,431 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:22:35,432 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:22:35,436 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT ; label: None ; device: /dev/sdb ; serial: 360014050e9b6d7e32cc4ec6ad6649404 ; exists: True ; vg_name: test_vg1 ; vg_uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:22:35,436 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:22:35,439 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:22:35,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; incomplete: True ; hidden: False ; 2024-03-01 17:22:35,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:22:35,447 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:22:35,450 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:22:35,453 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:22:35,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; incomplete: True ; hidden: False ; 2024-03-01 17:22:35,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:35,458 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 17:22:35,496 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:35,496 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba. WARNING: VG test_vg1 is missing PV FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba (last written to /dev/sdc). 2024-03-01 17:22:35,496 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:22:35,497 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:22:35,497 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:35,501 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57 ' '/dev/disk/by-id/wwn-0x6001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-id/scsi-36001405b6f8c60704334deb9ca9344a0 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_b6f8c607-0433-4deb-9ca9-344a0d616d57', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'ID_SERIAL': '36001405b6f8c60704334deb9ca9344a0', 'ID_SERIAL_SHORT': '6001405b6f8c60704334deb9ca9344a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b6f8c6070', 'ID_WWN_VENDOR_EXTENSION': '0x4334deb9ca9344a0', 'ID_WWN_WITH_EXTENSION': '0x6001405b6f8c60704334deb9ca9344a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b6f8c60704334deb9ca9344a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b6f8c607-0433-4deb-9ca9-344a0d616d57', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594356889'} ; 2024-03-01 17:22:35,501 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:22:35,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:22:35,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:35,512 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:22:35,512 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:22:35,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:22:35,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:22:35,515 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:22:35,518 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:22:35,518 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:22:35,521 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:22:35,522 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:22:35,522 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:22:35,522 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd4fb045c40) -- 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 = 6001405b6f8c60704334deb9ca9344a0 2024-03-01 17:22:35,525 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:22:35,525 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:22:35,528 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01 ' '/dev/disk/by-id/scsi-36001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/wwn-0x6001405f6c47da3798f486cbb173c192 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_f6c47da3-798f-486c-bb17-3c1924895b01', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'ID_SERIAL': '36001405f6c47da3798f486cbb173c192', 'ID_SERIAL_SHORT': '6001405f6c47da3798f486cbb173c192', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f6c47da37', 'ID_WWN_VENDOR_EXTENSION': '0x98f486cbb173c192', 'ID_WWN_WITH_EXTENSION': '0x6001405f6c47da3798f486cbb173c192', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f6c47da3798f486cbb173c192', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f6c47da3-798f-486c-bb17-3c1924895b01', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594413992'} ; 2024-03-01 17:22:35,528 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:22:35,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:22:35,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:35,539 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:22:35,539 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:22:35,539 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:22:35,539 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:22:35,542 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:22:35,545 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:22:35,545 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:22:35,548 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:22:35,548 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:22:35,548 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:22:35,549 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd4fb045d90) -- 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 = 6001405f6c47da3798f486cbb173c192 2024-03-01 17:22:35,551 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:22:35,552 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:22:35,555 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/lvm-pv-uuid-FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba ' '/dev/disk/by-id/scsi-36001405c384a7d0fd42402ab48647604 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_c384a7d0-fd42-402a-b486-47604c166abd ' '/dev/disk/by-diskseq/4', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba', 'ID_FS_UUID_ENC': 'FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba', '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': 'c384a7d0-fd42-402a-b486-47604c166abd', 'ID_SERIAL': '36001405c384a7d0fd42402ab48647604', 'ID_SERIAL_SHORT': '6001405c384a7d0fd42402ab48647604', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c384a7d0f', 'ID_WWN_VENDOR_EXTENSION': '0xd42402ab48647604', 'ID_WWN_WITH_EXTENSION': '0x6001405c384a7d0fd42402ab48647604', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c384a7d0fd42402ab48647604', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c384a7d0-fd42-402a-b486-47604c166abd', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593859156'} ; 2024-03-01 17:22:35,555 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:22:35,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:22:35,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:35,565 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:22:35,565 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:22:35,566 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:22:35,566 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:22:35,568 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:22:35,571 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:22:35,572 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:22:35,574 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:22:35,575 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:22:35,575 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:22:35,575 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd4fb05a460) -- 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 = 6001405c384a7d0fd42402ab48647604 2024-03-01 17:22:35,578 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:22:35,581 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:35,581 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:22:35,584 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:35,584 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:22:35,587 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:35,587 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:22:35,590 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:35,590 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:22:35,593 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:22:35,593 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:22:35,593 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:22:35,626 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:22:35,626 INFO program/MainThread: stderr[9]: 2024-03-01 17:22:35,626 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:22:35,627 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:22:35,630 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba ; label: None ; device: /dev/sdc ; serial: 36001405c384a7d0fd42402ab48647604 ; exists: True ; vg_name: test_vg1 ; vg_uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:22:35,630 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:22:35,633 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:22:35,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; incomplete: True ; hidden: False ; 2024-03-01 17:22:35,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:35,642 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:22:35,645 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:22:35,648 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:22:35,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX ; incomplete: True ; hidden: False ; 2024-03-01 17:22:35,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:35,653 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:22:35,687 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:35,687 INFO program/MainThread: stderr[10]: 2024-03-01 17:22:35,687 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:22:35,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:35,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:35,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp ; incomplete: False ; hidden: False ; 2024-03-01 17:22:35,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:35,700 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:22:35,703 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:22:35,703 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:22:35,706 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:22:35,710 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:22:35,710 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:22:35,713 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:22:35,714 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:22:35,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:22:35,717 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:22:35,720 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:22:35,720 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:22:35,723 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:22:35,726 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:22:35,726 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:22:35,729 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:22:35,730 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:22:35,730 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:22:35,730 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:22:35,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:22:35,733 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:22:35,736 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:22:35,736 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:22:35,741 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXEKJRSETMEJgjdBX10o3Ze5dRHrWnIUqp ' '/dev/disk/by-uuid/66f99634-f6de-4f02-a226-c30b0c80323f ' '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '27', '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-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXEKJRSETMEJgjdBX10o3Ze5dRHrWnIUqp', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '66f99634-f6de-4f02-a226-c30b0c80323f', 'ID_FS_UUID_ENC': '66f99634-f6de-4f02-a226-c30b0c80323f', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1034076803'} ; 2024-03-01 17:22:35,741 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:22:35,741 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:35,744 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:22:35,744 INFO program/MainThread: stderr[11]: 2024-03-01 17:22:35,744 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:22:35,744 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:35,746 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:22:35,747 INFO program/MainThread: stderr[12]: 2024-03-01 17:22:35,747 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:22:35,747 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:35,749 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:22:35,749 INFO program/MainThread: stderr[13]: 2024-03-01 17:22:35,749 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:22:35,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:35,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:22:35,758 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:35,759 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:22:35,759 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:35,760 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:22:35,756 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:35,760 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:35,763 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:22:35,763 INFO program/MainThread: stderr[14]: 2024-03-01 17:22:35,763 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:22:35,766 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:22:35,770 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:35,770 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:22:35,773 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:35,773 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:22:35,776 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:35,776 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:22:35,779 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:35,780 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:22:35,781 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:22:35,781 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:22:35,784 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:35,785 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:22:35,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:22:35,788 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:35,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:35,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:35,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC ; incomplete: False ; hidden: False ; 2024-03-01 17:22:35,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:35,799 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:22:35,802 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:22:35,802 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:22:35,805 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:22:35,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:22:35,809 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:22:35,812 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:22:35,812 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:22:35,813 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:22:35,816 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:22:35,819 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:22:35,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:22:35,822 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:22:35,825 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:22:35,825 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:22:35,828 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:22:35,829 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:22:35,829 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:22:35,829 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:22:35,832 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:22:35,832 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:22:35,835 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:22:35,835 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:22:35,839 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXoV5hX4Wpnnx2H2SIwpyjoepSEqDgivwC ' '/dev/disk/by-uuid/1dc24f68-16ed-4d87-994f-b89f17c2d8cd ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '26', '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-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXoV5hX4Wpnnx2H2SIwpyjoepSEqDgivwC', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1dc24f68-16ed-4d87-994f-b89f17c2d8cd', 'ID_FS_UUID_ENC': '1dc24f68-16ed-4d87-994f-b89f17c2d8cd', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1033302439'} ; 2024-03-01 17:22:35,839 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:22:35,839 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:35,842 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:22:35,842 INFO program/MainThread: stderr[15]: 2024-03-01 17:22:35,842 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:22:35,842 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:35,845 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:22:35,845 INFO program/MainThread: stderr[16]: 2024-03-01 17:22:35,845 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:22:35,845 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:35,847 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:22:35,848 INFO program/MainThread: stderr[17]: 2024-03-01 17:22:35,848 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:22:35,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:35,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:22:35,857 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:35,858 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:35,858 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:35,859 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:35,855 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:35,859 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:35,862 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:22:35,862 INFO program/MainThread: stderr[18]: 2024-03-01 17:22:35,862 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:22:35,865 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:22:35,869 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:35,869 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:22:35,872 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:35,872 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:22:35,875 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:35,876 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:22:35,879 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:35,879 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:22:35,879 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:22:35,882 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:35,882 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:22:35,885 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:22:35,885 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:35,886 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:35,889 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-36001405c8f7deaa9c9449df993f76883 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c8f7deaa-9c94-49df-993f-768837594ca4 ' '/dev/disk/by-id/lvm-pv-uuid-XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G', 'ID_FS_UUID_ENC': 'XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G', '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': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'ID_SERIAL': '36001405c8f7deaa9c9449df993f76883', 'ID_SERIAL_SHORT': '6001405c8f7deaa9c9449df993f76883', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c8f7deaa9', 'ID_WWN_VENDOR_EXTENSION': '0xc9449df993f76883', 'ID_WWN_WITH_EXTENSION': '0x6001405c8f7deaa9c9449df993f76883', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c8f7deaa9c9449df993f76883', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c8f7deaa-9c94-49df-993f-768837594ca4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593816439'} ; 2024-03-01 17:22:35,889 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:22:35,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:22:35,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:35,900 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:22:35,900 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:22:35,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:22:35,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:22:35,903 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:22:35,906 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:22:35,906 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:22:35,909 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:22:35,910 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:22:35,910 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:22:35,910 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd4fb0544f0) -- 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 = 6001405c8f7deaa9c9449df993f76883 2024-03-01 17:22:35,913 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:22:35,916 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:35,916 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:22:35,919 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:35,919 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:22:35,922 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:35,922 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:22:35,925 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:35,925 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:22:35,928 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:22:35,928 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:22:35,928 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc,/dev/sdd ... 2024-03-01 17:22:35,959 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:22:35,959 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX. WARNING: Couldn't find device with uuid aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd. WARNING: VG test_vg2 is missing PV Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX (last written to /dev/sde). WARNING: VG test_vg2 is missing PV aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd (last written to /dev/sdf). 2024-03-01 17:22:35,959 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:22:35,959 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:22:35,963 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G ; label: None ; device: /dev/sdd ; serial: 36001405c8f7deaa9c9449df993f76883 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:22:35,964 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:22:35,967 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:22:35,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; incomplete: True ; hidden: False ; 2024-03-01 17:22:35,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:35,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:35,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:35,978 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc,/dev/sdd ... 2024-03-01 17:22:36,015 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 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=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:22:36,015 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX. WARNING: Couldn't find device with uuid aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd. WARNING: VG test_vg2 is missing PV Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX (last written to /dev/sde). WARNING: VG test_vg2 is missing PV aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd (last written to /dev/sdf). 2024-03-01 17:22:36,015 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:22:36,015 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:22:36,016 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:22:36,020 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:22:36,023 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:22:36,023 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:22:36,026 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:22:36,026 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc,/dev/sdd ... 2024-03-01 17:22:36,059 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:36,059 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX. WARNING: Couldn't find device with uuid aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd. WARNING: VG test_vg2 is missing PV Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX (last written to /dev/sde). WARNING: VG test_vg2 is missing PV aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd (last written to /dev/sdf). 2024-03-01 17:22:36,059 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:22:36,064 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:22:36,064 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:22:36,067 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:22:36,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; incomplete: True ; hidden: False ; 2024-03-01 17:22:36,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:22:36,073 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:22:36,073 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:36,076 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/wwn-0x600140597c41fbd71554a328e0c165f5 ' '/dev/disk/by-id/lvm-pv-uuid-Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595 ' '/dev/disk/by-id/scsi-3600140597c41fbd71554a328e0c165f5', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX', 'ID_FS_UUID_ENC': 'Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX', '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': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'ID_SERIAL': '3600140597c41fbd71554a328e0c165f5', 'ID_SERIAL_SHORT': '600140597c41fbd71554a328e0c165f5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140597c41fbd7', 'ID_WWN_VENDOR_EXTENSION': '0x1554a328e0c165f5', 'ID_WWN_WITH_EXTENSION': '0x600140597c41fbd71554a328e0c165f5', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140597c41fbd71554a328e0c165f5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '97c41fbd-7155-4a32-8e0c-165f50b26595', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '593986117'} ; 2024-03-01 17:22:36,076 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:22:36,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:22:36,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:36,087 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:22:36,088 INFO blivet/MainThread: sde is a disk 2024-03-01 17:22:36,088 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:22:36,088 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:22:36,091 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:22:36,093 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:22:36,094 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:22:36,096 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:22:36,097 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:22:36,097 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:22:36,097 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd4fb0452e0) -- 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 = 600140597c41fbd71554a328e0c165f5 2024-03-01 17:22:36,100 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:22:36,103 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:36,103 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:22:36,106 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:36,106 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:22:36,109 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:36,109 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:22:36,113 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:36,113 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:22:36,115 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:22:36,115 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:22:36,116 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc ... 2024-03-01 17:22:36,155 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:22:36,155 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd. WARNING: VG test_vg2 is missing PV aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd (last written to /dev/sdf). 2024-03-01 17:22:36,155 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:22:36,156 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:22:36,160 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX ; label: None ; device: /dev/sde ; serial: 3600140597c41fbd71554a328e0c165f5 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:22:36,160 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:22:36,163 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:22:36,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; incomplete: True ; hidden: False ; 2024-03-01 17:22:36,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:22:36,171 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:22:36,174 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:22:36,177 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:22:36,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; incomplete: True ; hidden: False ; 2024-03-01 17:22:36,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:36,182 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc ... 2024-03-01 17:22:36,222 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:36,222 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd. WARNING: VG test_vg2 is missing PV aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd (last written to /dev/sdf). 2024-03-01 17:22:36,222 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:22:36,222 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:22:36,223 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:36,227 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405440d1e8b89904665bae377f82 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844 ' '/dev/disk/by-id/scsi-36001405440d1e8b89904665bae377f82 ' '/dev/disk/by-id/lvm-pv-uuid-aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_440d1e8b-8990-4665-bae3-77f82b791844', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd', 'ID_FS_UUID_ENC': 'aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd', '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': '440d1e8b-8990-4665-bae3-77f82b791844', 'ID_SERIAL': '36001405440d1e8b89904665bae377f82', 'ID_SERIAL_SHORT': '6001405440d1e8b89904665bae377f82', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405440d1e8b8', 'ID_WWN_VENDOR_EXTENSION': '0x9904665bae377f82', 'ID_WWN_WITH_EXTENSION': '0x6001405440d1e8b89904665bae377f82', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405440d1e8b89904665bae377f82', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '440d1e8b-8990-4665-bae3-77f82b791844', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594073378'} ; 2024-03-01 17:22:36,227 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:22:36,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:22:36,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:36,239 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:22:36,239 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:22:36,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:22:36,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:22:36,242 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:22:36,245 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:22:36,245 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:22:36,248 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:22:36,248 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:22:36,249 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:22:36,249 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd4fc4a8820) -- 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 = 6001405440d1e8b89904665bae377f82 2024-03-01 17:22:36,252 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:22:36,255 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:36,255 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:22:36,258 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:36,258 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:22:36,261 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:36,261 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:22:36,264 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:36,264 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:22:36,267 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:22:36,267 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:22:36,267 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:36,311 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:22:36,311 INFO program/MainThread: stderr[24]: 2024-03-01 17:22:36,311 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:22:36,312 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:22:36,316 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd ; label: None ; device: /dev/sdf ; serial: 36001405440d1e8b89904665bae377f82 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:22:36,316 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:22:36,319 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:22:36,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; incomplete: True ; hidden: False ; 2024-03-01 17:22:36,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:36,327 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:22:36,330 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:22:36,333 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:22:36,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg ; incomplete: True ; hidden: False ; 2024-03-01 17:22:36,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:36,339 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:36,372 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:36,372 INFO program/MainThread: stderr[25]: 2024-03-01 17:22:36,372 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:22:36,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:36,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:36,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:36,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:36,385 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:22:36,388 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:22:36,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:22:36,391 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:22:36,395 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:22:36,395 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:22:36,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:22:36,398 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:22:36,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:22:36,402 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:22:36,405 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:22:36,405 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:22:36,408 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:22:36,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:22:36,411 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:22:36,414 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:22:36,415 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:22:36,415 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:22:36,415 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:22:36,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:22:36,418 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:22:36,421 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:22:36,421 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:22:36,425 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgwSlgF4K5qeazewpWPCKOzUBrue6aoop8 ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/a0a2edd9-c003-493f-a5cc-2f1c1e89b68e ' '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '25', '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-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgwSlgF4K5qeazewpWPCKOzUBrue6aoop8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a0a2edd9-c003-493f-a5cc-2f1c1e89b68e', 'ID_FS_UUID_ENC': 'a0a2edd9-c003-493f-a5cc-2f1c1e89b68e', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1031759549'} ; 2024-03-01 17:22:36,425 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:22:36,425 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:36,428 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:22:36,428 INFO program/MainThread: stderr[26]: 2024-03-01 17:22:36,428 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:22:36,428 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:36,431 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:22:36,431 INFO program/MainThread: stderr[27]: 2024-03-01 17:22:36,431 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:22:36,431 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:36,433 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:22:36,433 INFO program/MainThread: stderr[28]: 2024-03-01 17:22:36,433 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:22:36,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:36,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:22:36,443 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:36,443 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:22:36,443 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:36,444 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:22:36,440 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:36,444 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:36,447 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:22:36,447 INFO program/MainThread: stderr[29]: 2024-03-01 17:22:36,447 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:22:36,451 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:22:36,454 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:36,454 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:22:36,457 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:36,457 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:22:36,460 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:36,460 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:22:36,464 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:36,464 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:22:36,464 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:22:36,468 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:36,468 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:22:36,471 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:22:36,471 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:36,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:36,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:36,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv ; incomplete: False ; hidden: False ; 2024-03-01 17:22:36,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:36,482 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:22:36,485 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:22:36,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:22:36,488 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:22:36,492 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:22:36,492 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:22:36,495 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:22:36,495 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:22:36,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:22:36,499 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:22:36,502 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:22:36,502 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:22:36,505 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:22:36,508 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:22:36,508 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:22:36,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:22:36,511 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:22:36,512 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:22:36,512 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:22:36,515 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:22:36,515 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:22:36,518 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:22:36,518 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:22:36,521 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgXKcTcp7VBXaZ3YPahTuip3XVv5kkRpRv ' '/dev/disk/by-uuid/2829a212-7c9e-4f65-9a85-ed7792414da7 ' '/dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '24', '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-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgXKcTcp7VBXaZ3YPahTuip3XVv5kkRpRv', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2829a212-7c9e-4f65-9a85-ed7792414da7', 'ID_FS_UUID_ENC': '2829a212-7c9e-4f65-9a85-ed7792414da7', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1031112022'} ; 2024-03-01 17:22:36,521 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:22:36,522 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:36,524 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:22:36,525 INFO program/MainThread: stderr[30]: 2024-03-01 17:22:36,525 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:22:36,525 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:36,527 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:22:36,527 INFO program/MainThread: stderr[31]: 2024-03-01 17:22:36,527 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:22:36,527 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:36,530 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:22:36,530 INFO program/MainThread: stderr[32]: 2024-03-01 17:22:36,530 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:22:36,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:36,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:22:36,539 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:36,540 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:36,540 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:36,541 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:36,537 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:36,542 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:36,544 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:22:36,544 INFO program/MainThread: stderr[33]: 2024-03-01 17:22:36,544 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:22:36,548 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:22:36,552 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:36,552 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:22:36,555 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:36,555 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:22:36,558 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:36,558 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:22:36,561 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:36,561 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:22:36,561 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:22:36,564 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:36,564 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:22:36,567 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:22:36,568 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:36,568 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:36,571 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f5734b57e5174177899809df8 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/scsi-36001405f5734b57e5174177899809df8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77 ' '/dev/disk/by-id/lvm-pv-uuid-qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN', 'ID_FS_UUID_ENC': 'qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN', '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': 'f5734b57-e517-4177-8998-09df8f76da77', 'ID_SERIAL': '36001405f5734b57e5174177899809df8', 'ID_SERIAL_SHORT': '6001405f5734b57e5174177899809df8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f5734b57e', 'ID_WWN_VENDOR_EXTENSION': '0x5174177899809df8', 'ID_WWN_WITH_EXTENSION': '0x6001405f5734b57e5174177899809df8', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f5734b57e5174177899809df8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f5734b57-e517-4177-8998-09df8f76da77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594194969'} ; 2024-03-01 17:22:36,571 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:22:36,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:22:36,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:36,582 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:22:36,583 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:22:36,583 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:22:36,583 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:22:36,586 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:22:36,589 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:22:36,589 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:22:36,592 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:22:36,592 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:22:36,593 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:22:36,593 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd4fb054040) -- 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 = 6001405f5734b57e5174177899809df8 2024-03-01 17:22:36,596 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:22:36,599 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:36,599 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:22:36,602 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:36,602 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:22:36,605 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:36,605 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:22:36,608 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:36,608 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:22:36,610 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:22:36,610 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:22:36,611 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:36,651 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:22:36,651 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V. WARNING: Couldn't find device with uuid cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr. WARNING: Couldn't find device with uuid Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU. WARNING: VG test_vg3 is missing PV CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:22:36,651 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:22:36,652 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:22:36,655 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN ; label: None ; device: /dev/sdg ; serial: 36001405f5734b57e5174177899809df8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:22:36,656 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:22:36,658 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:22:36,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:36,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:36,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:36,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:36,670 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:36,714 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 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=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:22:36,714 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V. WARNING: Couldn't find device with uuid cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr. WARNING: Couldn't find device with uuid Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU. WARNING: VG test_vg3 is missing PV CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:22:36,714 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:22:36,714 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:22:36,715 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:22:36,719 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:22:36,722 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:22:36,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:22:36,725 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:22:36,726 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:36,762 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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=GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:36,762 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V. WARNING: Couldn't find device with uuid cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr. WARNING: Couldn't find device with uuid Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU. WARNING: VG test_vg3 is missing PV CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:22:36,762 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:22:36,766 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:22:36,767 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:22:36,770 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:22:36,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:36,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:22:36,775 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:22:36,775 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:36,779 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-3600140517f70eddad1f439d9dc8b6e2b ' '/dev/disk/by-id/lvm-pv-uuid-CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_17f70edd-ad1f-439d-9dc8-b6e2b7093062 ' '/dev/disk/by-id/wwn-0x600140517f70eddad1f439d9dc8b6e2b', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V', 'ID_FS_UUID_ENC': 'CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V', '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': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'ID_SERIAL': '3600140517f70eddad1f439d9dc8b6e2b', 'ID_SERIAL_SHORT': '600140517f70eddad1f439d9dc8b6e2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140517f70edda', 'ID_WWN_VENDOR_EXTENSION': '0xd1f439d9dc8b6e2b', 'ID_WWN_WITH_EXTENSION': '0x600140517f70eddad1f439d9dc8b6e2b', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140517f70eddad1f439d9dc8b6e2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '17f70edd-ad1f-439d-9dc8-b6e2b7093062', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594133983'} ; 2024-03-01 17:22:36,779 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:22:36,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:22:36,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:36,790 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:22:36,791 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:22:36,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:22:36,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:22:36,794 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:22:36,797 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:22:36,797 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:22:36,800 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:22:36,800 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:22:36,800 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:22:36,801 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd4fb0107c0) -- 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 = 600140517f70eddad1f439d9dc8b6e2b 2024-03-01 17:22:36,804 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:22:36,807 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:36,807 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:22:36,810 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:36,810 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:22:36,813 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:36,813 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:22:36,816 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:36,816 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:22:36,819 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:22:36,819 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:22:36,819 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:36,860 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:22:36,860 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr. WARNING: Couldn't find device with uuid Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU. WARNING: VG test_vg3 is missing PV cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:22:36,860 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:22:36,861 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:22:36,865 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V ; label: None ; device: /dev/sdh ; serial: 3600140517f70eddad1f439d9dc8b6e2b ; exists: True ; vg_name: test_vg3 ; vg_uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; pe_start: 8 MiB ; 2024-03-01 17:22:36,865 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:22:36,868 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:22:36,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:36,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:22:36,876 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:22:36,879 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:22:36,882 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:22:36,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:36,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:36,888 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:36,926 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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=GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:36,926 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr. WARNING: Couldn't find device with uuid Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU. WARNING: VG test_vg3 is missing PV cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:22:36,926 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:22:36,927 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:22:36,927 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:36,931 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-id/lvm-pv-uuid-cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr ' '/dev/disk/by-id/wwn-0x6001405b8364ad612b246328a2bbbad4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f ' '/dev/disk/by-diskseq/10', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr', 'ID_FS_UUID_ENC': 'cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr', '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': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'ID_SERIAL': '36001405b8364ad612b246328a2bbbad4', 'ID_SERIAL_SHORT': '6001405b8364ad612b246328a2bbbad4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8364ad61', 'ID_WWN_VENDOR_EXTENSION': '0x2b246328a2bbbad4', 'ID_WWN_WITH_EXTENSION': '0x6001405b8364ad612b246328a2bbbad4', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8364ad612b246328a2bbbad4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8364ad6-12b2-4632-8a2b-bbad4178c70f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594335610'} ; 2024-03-01 17:22:36,931 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:22:36,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:22:36,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:36,943 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:22:36,944 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:22:36,944 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:22:36,944 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:22:36,947 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:22:36,950 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:22:36,950 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:22:36,953 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:22:36,953 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:22:36,953 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:22:36,953 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd4fb013220) -- 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 = 6001405b8364ad612b246328a2bbbad4 2024-03-01 17:22:36,956 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:22:36,959 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:36,960 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:22:36,962 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:36,963 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:22:36,966 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:36,966 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:22:36,969 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:36,969 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:22:36,971 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:22:36,971 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:22:36,971 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:37,013 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:22:37,013 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU. WARNING: VG test_vg3 is missing PV Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:22:37,013 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:22:37,014 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:22:37,017 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr ; label: None ; device: /dev/sdi ; serial: 36001405b8364ad612b246328a2bbbad4 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; pe_start: 8 MiB ; 2024-03-01 17:22:37,018 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:22:37,021 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:22:37,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:37,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:37,029 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:22:37,032 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:22:37,035 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:22:37,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:37,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:37,041 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:37,083 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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=GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:37,083 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU. WARNING: VG test_vg3 is missing PV Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:22:37,084 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:22:37,084 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:22:37,084 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:37,088 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9e03fec5-dbf5-4a72-af89-072bc8f2a1a6 ' '/dev/disk/by-id/lvm-pv-uuid-Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x60014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/scsi-360014059e03fec5dbf54a72af89072bc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU', 'ID_FS_UUID_ENC': 'Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU', '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': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'ID_SERIAL': '360014059e03fec5dbf54a72af89072bc', 'ID_SERIAL_SHORT': '60014059e03fec5dbf54a72af89072bc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059e03fec5d', 'ID_WWN_VENDOR_EXTENSION': '0xbf54a72af89072bc', 'ID_WWN_WITH_EXTENSION': '0x60014059e03fec5dbf54a72af89072bc', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059e03fec5dbf54a72af89072bc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a42e69def,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9e03fec5-dbf5-4a72-af89-072bc8f2a1a6', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a42e69def', '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': '594404585'} ; 2024-03-01 17:22:37,089 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:22:37,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:37,100 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:22:37,101 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:22:37,101 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:22:37,101 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:22:37,104 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:22:37,107 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:22:37,107 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:22:37,110 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:22:37,110 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:22:37,111 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:22:37,111 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd4fb014910) -- 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 = 60014059e03fec5dbf54a72af89072bc 2024-03-01 17:22:37,114 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:22:37,117 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:37,117 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:22:37,120 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:37,120 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:22:37,123 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:37,123 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:22:37,126 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:37,126 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:22:37,129 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:22:37,129 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:22:37,129 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:37,169 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=yctFt3-4H3g-NfKM-B96T-QKAF-dg6z-nRcCR6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=rm6EAf-UBYW-SdwX-vJgT-3RBd-haq9-QtInuT LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=FBHftJ-0eep-zrXQ-RPLv-YpJ0-ikPB-LUEUba LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=XR0cR0-YAqI-d4r0-Ffbx-ZVWZ-eqcO-f55M6G LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=Jzm42K-UR3e-h3Ge-fkyE-AjGk-VSvO-dTN7AX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=aARw31-7uW8-9dmj-yz6Y-fLfj-EzLp-fnDikd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg LVM2_VG_SIZE=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=qO5evE-wURw-leVW-GuCq-X2oe-90Rc-bZJlcN LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=CkUZCL-HH9C-fOQo-GxDq-9NEl-UlM8-9oNK5V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=cVctGE-dVUL-Pwkz-iZuW-pEfN-TrHy-gdMbdr LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP 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=Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:22:37,169 INFO program/MainThread: stderr[41]: 2024-03-01 17:22:37,169 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:22:37,170 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:22:37,174 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Tg0VEL-U0NQ-n4fN-R32c-MrSk-xQUZ-OyIwBU ; label: None ; device: /dev/sdj ; serial: 360014059e03fec5dbf54a72af89072bc ; exists: True ; vg_name: test_vg3 ; vg_uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:22:37,174 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:22:37,177 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:22:37,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:37,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:37,186 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:22:37,188 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:22:37,191 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:22:37,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP ; incomplete: True ; hidden: False ; 2024-03-01 17:22:37,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:37,197 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:37,234 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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=wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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=XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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=fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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=GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:22:37,234 INFO program/MainThread: stderr[42]: 2024-03-01 17:22:37,235 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:22:37,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:37,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:37,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:22:37,251 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:22:37,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:22:37,254 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:22:37,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:22:37,257 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:22:37,261 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:22:37,261 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:22:37,261 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:22:37,264 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:22:37,268 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:22:37,268 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:22:37,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:22:37,274 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:22:37,274 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:22:37,277 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:22:37,277 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:22:37,278 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:22:37,278 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:22:37,280 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:22:37,281 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:22:37,284 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:22:37,284 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:22:37,287 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPJq9AvJfhNdTkb8nPbVxtPaM3izLiBIsC ' '/dev/disk/by-uuid/9e2fab19-e335-484a-b548-2d9f56c236b9', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '23', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPJq9AvJfhNdTkb8nPbVxtPaM3izLiBIsC', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9e2fab19-e335-484a-b548-2d9f56c236b9', 'ID_FS_UUID_ENC': '9e2fab19-e335-484a-b548-2d9f56c236b9', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1029420515'} ; 2024-03-01 17:22:37,287 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:22:37,288 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:37,291 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:22:37,291 INFO program/MainThread: stderr[43]: 2024-03-01 17:22:37,291 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:22:37,291 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:37,293 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:22:37,293 INFO program/MainThread: stderr[44]: 2024-03-01 17:22:37,294 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:22:37,294 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:37,296 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:22:37,296 INFO program/MainThread: stderr[45]: 2024-03-01 17:22:37,296 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:22:37,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:22:37,307 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,308 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:22:37,308 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,309 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:22:37,305 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:37,309 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:37,312 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:22:37,312 INFO program/MainThread: stderr[46]: 2024-03-01 17:22:37,312 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:22:37,316 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:22:37,319 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:37,319 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:22:37,322 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:37,322 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:22:37,325 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:37,325 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:22:37,328 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:37,329 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:22:37,329 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:22:37,332 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:37,332 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:22:37,335 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:22:37,335 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:37,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:37,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:37,356 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:22:37,359 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:22:37,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:22:37,362 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:22:37,365 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:37,366 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:22:37,369 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:22:37,369 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:22:37,369 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:22:37,373 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:22:37,376 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:22:37,376 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:22:37,379 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:22:37,382 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:37,382 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:22:37,385 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:22:37,386 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:22:37,386 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:22:37,386 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:22:37,389 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:37,389 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:22:37,392 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:22:37,392 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:22:37,395 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/60580b53-7cc6-46aa-aae2-719bda05a117 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPC4OFEN0miFk4caSegAOY7fzCb3mwWbmu', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '22', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPC4OFEN0miFk4caSegAOY7fzCb3mwWbmu', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '60580b53-7cc6-46aa-aae2-719bda05a117', 'ID_FS_UUID_ENC': '60580b53-7cc6-46aa-aae2-719bda05a117', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1028335128'} ; 2024-03-01 17:22:37,396 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:22:37,396 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:37,399 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:22:37,399 INFO program/MainThread: stderr[47]: 2024-03-01 17:22:37,399 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:22:37,399 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:37,402 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:22:37,402 INFO program/MainThread: stderr[48]: 2024-03-01 17:22:37,402 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:22:37,402 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:37,404 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:22:37,404 INFO program/MainThread: stderr[49]: 2024-03-01 17:22:37,404 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:22:37,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:22:37,415 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,415 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:22:37,416 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,417 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:22:37,412 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- name = test_vg3 status = True 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:37,417 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:37,420 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:22:37,420 INFO program/MainThread: stderr[50]: 2024-03-01 17:22:37,420 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:22:37,423 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:22:37,427 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:37,427 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:22:37,430 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:37,430 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:22:37,433 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:37,433 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:22:37,437 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:37,437 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:22:37,437 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:22:37,440 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:37,440 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:22:37,443 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:22:37,443 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:37,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:37,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:37,455 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:22:37,458 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:22:37,458 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:22:37,461 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:22:37,465 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:37,465 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:22:37,468 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:22:37,469 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:22:37,469 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:22:37,472 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:22:37,475 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:22:37,475 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:22:37,478 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:22:37,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:37,482 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:22:37,485 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:22:37,485 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:22:37,485 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:22:37,485 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:22:37,488 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:37,488 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:22:37,491 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:22:37,492 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:22:37,495 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPfJlDIjcFpdkGDLP0vh3QlGqWjesgaRfk ' '/dev/disk/by-uuid/e3018dcc-4bc0-4223-b8c9-3c50dda97355 ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '21', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPfJlDIjcFpdkGDLP0vh3QlGqWjesgaRfk', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e3018dcc-4bc0-4223-b8c9-3c50dda97355', 'ID_FS_UUID_ENC': 'e3018dcc-4bc0-4223-b8c9-3c50dda97355', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1027421652'} ; 2024-03-01 17:22:37,495 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:22:37,495 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:37,498 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:22:37,499 INFO program/MainThread: stderr[51]: 2024-03-01 17:22:37,499 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:22:37,499 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:37,501 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:22:37,501 INFO program/MainThread: stderr[52]: 2024-03-01 17:22:37,501 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:22:37,501 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:37,504 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:22:37,504 INFO program/MainThread: stderr[53]: 2024-03-01 17:22:37,504 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:22:37,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:22:37,514 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,515 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:22:37,516 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,517 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:22:37,512 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:37,517 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:37,520 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:22:37,520 INFO program/MainThread: stderr[54]: 2024-03-01 17:22:37,520 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:22:37,524 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:22:37,527 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:37,527 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:22:37,530 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:37,530 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:22:37,534 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:37,534 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:22:37,537 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:37,537 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:22:37,538 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:22:37,540 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:37,541 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:22:37,544 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:22:37,544 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:37,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:37,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:37,555 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:22:37,558 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:22:37,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:22:37,562 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:22:37,565 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:22:37,565 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:22:37,568 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:22:37,569 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:22:37,569 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:22:37,572 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:22:37,575 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:22:37,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:22:37,578 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:22:37,581 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:22:37,581 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:22:37,584 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:22:37,585 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:22:37,585 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:22:37,585 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:22:37,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:22:37,588 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:22:37,591 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:22:37,592 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:22:37,595 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPGdwWfn0W4GARiU7wedPrqaIVQFXD6Ja3 ' '/dev/disk/by-uuid/1d264bea-dfab-4d0f-b1fa-d35973742311', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPGdwWfn0W4GARiU7wedPrqaIVQFXD6Ja3', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1d264bea-dfab-4d0f-b1fa-d35973742311', 'ID_FS_UUID_ENC': '1d264bea-dfab-4d0f-b1fa-d35973742311', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1026849311'} ; 2024-03-01 17:22:37,595 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:22:37,595 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:37,598 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:22:37,598 INFO program/MainThread: stderr[55]: 2024-03-01 17:22:37,598 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:22:37,598 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:37,601 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:22:37,601 INFO program/MainThread: stderr[56]: 2024-03-01 17:22:37,601 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:22:37,601 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:37,603 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:22:37,603 INFO program/MainThread: stderr[57]: 2024-03-01 17:22:37,604 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:22:37,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:22:37,614 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,615 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:37,615 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,616 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:37,611 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:37,617 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:37,620 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:22:37,620 INFO program/MainThread: stderr[58]: 2024-03-01 17:22:37,620 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:22:37,623 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:22:37,627 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:37,627 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:22:37,630 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:37,630 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:22:37,633 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:37,633 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:22:37,637 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:37,637 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:22:37,637 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:22:37,640 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:37,640 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:22:37,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:22:37,644 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:37,644 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:37,647 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13108560'} ; 2024-03-01 17:22:37,647 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:22:37,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:37,657 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:22:37,658 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:22:37,658 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:22:37,658 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:22:37,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:22:37,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:22:37,661 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:22:37,664 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:22:37,664 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:22:37,667 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:22:37,667 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:22:37,667 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:22:37,667 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd4faffe880) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:22:37,670 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:22:37,673 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:37,673 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:22:37,676 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:37,676 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:22:37,680 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:37,680 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:22:37,683 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:37,683 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:22:37,685 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:22:37,688 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:37,691 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:22:37,698 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 0x7fd4fb056480> 2024-03-01 17:22:37,737 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:22:37,740 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:22:37,741 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:22:37,744 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '13114063'} ; 2024-03-01 17:22:37,744 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:22:37,744 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:22:37,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:37,754 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:22:37,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:37,760 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:37,772 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:37,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:22:37,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:22:37,799 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:22:37,799 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:22:37,802 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:22:37,804 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:22:37,805 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:22:37,808 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:22:37,808 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:22:37,808 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:22:37,811 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:22:37,814 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:22:37,816 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:22:37,819 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:22:37,822 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:22:37,822 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:22:37,823 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:22:37,823 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:22:37,823 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd4fb006250) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fd4fca38bd0> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:22:37,826 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:22:37,829 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:37,830 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:22:37,832 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:37,832 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:22:37,835 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:37,836 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:22:37,838 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:37,839 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:22:37,839 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:22:37,841 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:37,842 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:22:37,844 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:22:37,844 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:37,847 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPGdwWfn0W4GARiU7wedPrqaIVQFXD6Ja3 ' '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/1d264bea-dfab-4d0f-b1fa-d35973742311 ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '20', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPGdwWfn0W4GARiU7wedPrqaIVQFXD6Ja3', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1d264bea-dfab-4d0f-b1fa-d35973742311', 'ID_FS_UUID_ENC': '1d264bea-dfab-4d0f-b1fa-d35973742311', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1026849311'} ; 2024-03-01 17:22:37,847 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:22:37,848 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:37,851 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:22:37,851 INFO program/MainThread: stderr[59]: 2024-03-01 17:22:37,851 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:22:37,851 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:37,854 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:22:37,854 INFO program/MainThread: stderr[60]: 2024-03-01 17:22:37,854 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:22:37,854 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:37,856 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:22:37,856 INFO program/MainThread: stderr[61]: 2024-03-01 17:22:37,856 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:22:37,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:22:37,867 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,869 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:37,869 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,870 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:37,865 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:37,871 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:37,873 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:22:37,873 INFO program/MainThread: stderr[62]: 2024-03-01 17:22:37,873 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:22:37,877 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:22:37,877 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:22:37,880 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/e3018dcc-4bc0-4223-b8c9-3c50dda97355 ' '/dev/mapper/test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPfJlDIjcFpdkGDLP0vh3QlGqWjesgaRfk ' '/dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '21', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPfJlDIjcFpdkGDLP0vh3QlGqWjesgaRfk', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e3018dcc-4bc0-4223-b8c9-3c50dda97355', 'ID_FS_UUID_ENC': 'e3018dcc-4bc0-4223-b8c9-3c50dda97355', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1027421652'} ; 2024-03-01 17:22:37,880 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:22:37,880 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:37,882 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:22:37,883 INFO program/MainThread: stderr[63]: 2024-03-01 17:22:37,883 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:22:37,883 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:37,885 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:22:37,885 INFO program/MainThread: stderr[64]: 2024-03-01 17:22:37,885 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:22:37,885 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:37,888 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:22:37,888 INFO program/MainThread: stderr[65]: 2024-03-01 17:22:37,888 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:22:37,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:22:37,898 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,899 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:37,899 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,900 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:37,895 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:37,901 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:37,904 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:22:37,904 INFO program/MainThread: stderr[66]: 2024-03-01 17:22:37,904 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:22:37,907 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:22:37,907 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:22:37,910 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPC4OFEN0miFk4caSegAOY7fzCb3mwWbmu ' '/dev/disk/by-uuid/60580b53-7cc6-46aa-aae2-719bda05a117 ' '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '22', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPC4OFEN0miFk4caSegAOY7fzCb3mwWbmu', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '60580b53-7cc6-46aa-aae2-719bda05a117', 'ID_FS_UUID_ENC': '60580b53-7cc6-46aa-aae2-719bda05a117', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1028335128'} ; 2024-03-01 17:22:37,910 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:22:37,911 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:37,913 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:22:37,913 INFO program/MainThread: stderr[67]: 2024-03-01 17:22:37,913 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:22:37,913 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:37,916 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:22:37,916 INFO program/MainThread: stderr[68]: 2024-03-01 17:22:37,916 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:22:37,916 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:37,918 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:22:37,918 INFO program/MainThread: stderr[69]: 2024-03-01 17:22:37,918 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:22:37,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:22:37,928 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,929 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:37,930 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,931 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:37,926 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:37,931 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:37,934 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:22:37,934 INFO program/MainThread: stderr[70]: 2024-03-01 17:22:37,934 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:22:37,938 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:22:37,938 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:22:37,940 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPJq9AvJfhNdTkb8nPbVxtPaM3izLiBIsC ' '/dev/disk/by-uuid/9e2fab19-e335-484a-b548-2d9f56c236b9 ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '23', '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-83AbzZJ7dYmcrTW5AB15CXf59hMebGAPJq9AvJfhNdTkb8nPbVxtPaM3izLiBIsC', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9e2fab19-e335-484a-b548-2d9f56c236b9', 'ID_FS_UUID_ENC': '9e2fab19-e335-484a-b548-2d9f56c236b9', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1029420515'} ; 2024-03-01 17:22:37,941 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:22:37,941 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:37,943 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:22:37,943 INFO program/MainThread: stderr[71]: 2024-03-01 17:22:37,943 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:22:37,944 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:37,946 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:22:37,946 INFO program/MainThread: stderr[72]: 2024-03-01 17:22:37,946 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:22:37,946 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:37,949 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:22:37,949 INFO program/MainThread: stderr[73]: 2024-03-01 17:22:37,949 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:22:37,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 17:22:37,959 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,960 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:37,960 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:37,961 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:37,956 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:37,962 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:37,964 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:22:37,964 INFO program/MainThread: stderr[74]: 2024-03-01 17:22:37,964 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:22:37,968 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:22:37,968 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:22:37,971 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/2829a212-7c9e-4f65-9a85-ed7792414da7 ' '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgXKcTcp7VBXaZ3YPahTuip3XVv5kkRpRv ' '/dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '24', '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-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgXKcTcp7VBXaZ3YPahTuip3XVv5kkRpRv', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2829a212-7c9e-4f65-9a85-ed7792414da7', 'ID_FS_UUID_ENC': '2829a212-7c9e-4f65-9a85-ed7792414da7', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1031112022'} ; 2024-03-01 17:22:37,971 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:22:37,971 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:37,974 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:22:37,974 INFO program/MainThread: stderr[75]: 2024-03-01 17:22:37,974 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:22:37,974 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:37,976 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:22:37,977 INFO program/MainThread: stderr[76]: 2024-03-01 17:22:37,977 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:22:37,977 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:37,979 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:22:37,979 INFO program/MainThread: stderr[77]: 2024-03-01 17:22:37,979 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:22:37,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:37,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:22:37,989 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:37,989 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:37,990 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:37,990 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:37,986 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:37,991 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:37,993 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:22:37,993 INFO program/MainThread: stderr[78]: 2024-03-01 17:22:37,993 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:22:37,997 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:22:37,997 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:22:38,000 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgwSlgF4K5qeazewpWPCKOzUBrue6aoop8 ' '/dev/disk/by-uuid/a0a2edd9-c003-493f-a5cc-2f1c1e89b68e ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '25', '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-77FbK51bJMD7eLH4hSNG0CD8lQjM1EjgwSlgF4K5qeazewpWPCKOzUBrue6aoop8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a0a2edd9-c003-493f-a5cc-2f1c1e89b68e', 'ID_FS_UUID_ENC': 'a0a2edd9-c003-493f-a5cc-2f1c1e89b68e', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1031759549'} ; 2024-03-01 17:22:38,000 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:22:38,000 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:38,002 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:22:38,003 INFO program/MainThread: stderr[79]: 2024-03-01 17:22:38,003 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:22:38,003 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:38,005 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:22:38,005 INFO program/MainThread: stderr[80]: 2024-03-01 17:22:38,005 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:22:38,005 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:38,008 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:22:38,008 INFO program/MainThread: stderr[81]: 2024-03-01 17:22:38,008 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:22:38,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:22:38,018 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,018 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,019 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,019 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,015 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,020 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:38,022 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:22:38,022 INFO program/MainThread: stderr[82]: 2024-03-01 17:22:38,022 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:22:38,026 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:22:38,026 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:22:38,029 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXoV5hX4Wpnnx2H2SIwpyjoepSEqDgivwC ' '/dev/disk/by-uuid/1dc24f68-16ed-4d87-994f-b89f17c2d8cd ' '/dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '26', '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-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXoV5hX4Wpnnx2H2SIwpyjoepSEqDgivwC', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1dc24f68-16ed-4d87-994f-b89f17c2d8cd', 'ID_FS_UUID_ENC': '1dc24f68-16ed-4d87-994f-b89f17c2d8cd', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1033302439'} ; 2024-03-01 17:22:38,029 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:22:38,029 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:38,032 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:22:38,032 INFO program/MainThread: stderr[83]: 2024-03-01 17:22:38,032 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:22:38,032 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:38,034 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:22:38,035 INFO program/MainThread: stderr[84]: 2024-03-01 17:22:38,035 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:22:38,035 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:38,037 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:22:38,037 INFO program/MainThread: stderr[85]: 2024-03-01 17:22:38,037 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:22:38,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 17:22:38,046 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,047 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,047 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,048 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,044 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,049 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:38,051 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:22:38,051 INFO program/MainThread: stderr[86]: 2024-03-01 17:22:38,051 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:22:38,055 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:22:38,055 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:22:38,058 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXEKJRSETMEJgjdBX10o3Ze5dRHrWnIUqp ' '/dev/disk/by-uuid/66f99634-f6de-4f02-a226-c30b0c80323f ' '/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', 'DISKSEQ': '27', '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-XfdNSNBX8Xvv933YXUahHlHq3Mc68kqXEKJRSETMEJgjdBX10o3Ze5dRHrWnIUqp', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '66f99634-f6de-4f02-a226-c30b0c80323f', 'ID_FS_UUID_ENC': '66f99634-f6de-4f02-a226-c30b0c80323f', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1034076803'} ; 2024-03-01 17:22:38,058 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:22:38,058 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:38,060 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:22:38,061 INFO program/MainThread: stderr[87]: 2024-03-01 17:22:38,061 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:22:38,061 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:38,063 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:22:38,063 INFO program/MainThread: stderr[88]: 2024-03-01 17:22:38,063 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:22:38,063 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:38,066 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:22:38,066 INFO program/MainThread: stderr[89]: 2024-03-01 17:22:38,066 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:22:38,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:22:38,075 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,076 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,076 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,077 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,073 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,077 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:38,080 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:22:38,080 INFO program/MainThread: stderr[90]: 2024-03-01 17:22:38,080 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:22:38,083 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:22:38,084 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:22:38,084 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:38,095 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:38,113 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:22:38,114 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:22:38,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:38,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:38,125 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:22:38,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:38,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:38,136 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:22:38,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:38,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:38,147 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:22:38,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:38,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:38,157 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:22:38,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:38,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:38,168 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:22:38,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:38,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:38,178 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:22:38,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:38,184 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:22:38,184 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:38,184 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:38,185 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:38,185 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:38,185 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:38,186 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:38,186 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:38,186 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:38,187 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:38,187 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:38,187 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:38,188 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:38,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:22:38,193 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:22:38,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:22:38,198 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:22:38,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:22:38,203 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:22:38,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:22:38,209 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:22:38,211 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,212 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,212 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,213 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,209 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,215 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,216 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,217 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,213 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,219 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,220 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,220 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,221 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,223 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,224 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,224 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,225 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,227 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,228 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,228 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,229 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,225 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,231 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,232 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,232 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,233 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,229 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,235 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,236 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,236 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,237 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,239 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,240 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,240 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,241 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,237 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,243 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,244 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,244 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,245 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,241 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,247 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,248 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,248 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,249 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,245 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,251 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,252 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,252 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,252 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,249 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,255 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,255 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,256 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,256 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,253 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,259 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,259 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,260 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,260 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,257 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,263 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,263 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,264 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,261 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,267 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,267 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,268 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,268 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,271 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,271 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,272 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,272 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,269 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,275 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,275 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,276 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,276 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,279 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,279 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,280 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,280 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,283 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,283 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,284 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,284 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,281 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,287 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,287 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,288 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,288 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,285 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,290 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,291 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,291 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,292 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,289 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,294 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,295 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,295 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,296 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,298 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,299 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,299 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,300 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,296 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,302 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,303 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,303 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,304 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,300 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,306 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,307 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,307 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,308 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,304 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,310 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,311 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,311 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,312 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,308 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,314 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,315 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,315 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,316 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,312 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,318 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,319 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,319 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,320 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,322 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,323 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,323 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,324 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,320 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,326 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,327 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,327 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,327 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,324 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,330 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,330 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,331 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,331 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,328 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,334 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,334 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,335 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,335 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:38,332 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = EKJRSE-TMEJ-gjdB-X10o-3Ze5-dRHr-WnIUqp 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:22:38,336 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:22:38,339 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:22:38,339 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:38,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 17:22:38,342 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:22:38,342 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:38,343 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 17:22:38,346 INFO program/MainThread: stdout[91]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 17:22:38,346 INFO program/MainThread: stderr[91]: 2024-03-01 17:22:38,346 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 17:22:38,350 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 17:22:38,350 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:22:38,350 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:38,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 17:22:38,356 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:22:38,358 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,359 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,359 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,359 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,356 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,362 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,362 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,362 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,363 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,360 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,365 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,366 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,366 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,367 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,363 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,369 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,369 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,370 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,370 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,367 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,372 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,373 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,373 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,374 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,370 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,376 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,376 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,377 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,377 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,374 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,379 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,380 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,380 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,381 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,377 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,383 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,383 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,384 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,384 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,381 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,386 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,387 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,387 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,387 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,384 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,390 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,390 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,390 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,391 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,388 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,393 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,394 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,394 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,394 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,391 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,397 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,397 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,397 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,398 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,395 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,400 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,401 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,401 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,401 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,398 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,404 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,404 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,404 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,405 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,402 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,407 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,408 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,408 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,408 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,405 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,411 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,411 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,411 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,412 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,409 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,414 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,415 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,415 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,415 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,412 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,418 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,418 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,418 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,419 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,416 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,421 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,422 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,422 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,422 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,419 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,425 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,425 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,425 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,426 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,423 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,428 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,429 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,429 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,429 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,426 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,432 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,432 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,432 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,433 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,430 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,435 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,436 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,436 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,436 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,433 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,439 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,439 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,439 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,440 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,437 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,442 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,443 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,443 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,443 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,440 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,446 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,446 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,446 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,447 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,444 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,449 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,450 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,450 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,450 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,447 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,453 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,453 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,453 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,454 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,451 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,456 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,457 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,457 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,457 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,454 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,460 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,460 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,460 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,461 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,458 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,463 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,464 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,464 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,464 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,461 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,467 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,467 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,467 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:38,468 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:38,465 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb05adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = oV5hX4-Wpnn-x2H2-SIwp-yjoe-pSEq-DgivwC 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 (0x7fd4fb10c6d0) -- 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 = XfdNSN-BX8X-vv93-3YXU-ahHl-Hq3M-c68kqX size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:22:38,468 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 17:22:38,471 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:22:38,471 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:38,472 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 17:22:38,474 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 17:22:38,474 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:38,478 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:22:38,478 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 17:22:38,478 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:38,478 DEBUG blivet.ansible/MainThread: ['sdb', 'sdc', 'test_vg1', 'sda'] 2024-03-01 17:22:38,478 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:22:38,480 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:22:38,481 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:38,484 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:22:38,486 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:22:38,489 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:22:38,489 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:22:38,489 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:22:38,489 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:22:38,489 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:22:38,492 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:38,492 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:38,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 17:22:38,495 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:22:38,495 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:22:38,495 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:22:38,495 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:22:38,497 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:38,498 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:38,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 17:22:38,500 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:22:38,500 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:22:38,501 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:22:38,501 DEBUG blivet/MainThread: removing sda 2024-03-01 17:22:38,503 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:38,503 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:38,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 17:22:38,506 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:22:38,506 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:22:38,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:38,511 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 17:22:38,512 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:38,512 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:38,512 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:38,513 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:38,513 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:38,513 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:38,514 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:38,514 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:38,514 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:38,515 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:38,515 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:38,515 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:38,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 17:22:38,520 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:22:38,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 17:22:38,526 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:22:38,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 17:22:38,531 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:22:38,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:22:38,536 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:22:38,538 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,539 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,539 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,540 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,536 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,542 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,543 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,543 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,544 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,540 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,546 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,547 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,547 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,548 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,544 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,550 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,551 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,551 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,552 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,548 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,554 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,555 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,555 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,556 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,558 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,559 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,559 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,560 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,556 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,562 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,563 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,563 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,564 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,560 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,566 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,567 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,567 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,568 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,564 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,570 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,571 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,571 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,572 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,568 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,574 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,575 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,575 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,576 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,572 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,578 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,579 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,579 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,579 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,576 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,582 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,583 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,583 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,583 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,580 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,586 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,586 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,587 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,587 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,584 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,590 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,591 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,591 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,591 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,588 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,594 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,595 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,595 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,595 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,592 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,598 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,598 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,599 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,599 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,596 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,602 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,602 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,603 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,603 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,600 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,606 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,606 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,607 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,607 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,604 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,610 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,610 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,611 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,611 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,608 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,614 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,614 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,615 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,615 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,612 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,618 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,618 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,619 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,619 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,616 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,622 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,622 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,623 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,623 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,620 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,626 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,626 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,627 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,627 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,624 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,630 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,630 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,631 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,631 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,628 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,634 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,634 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,635 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,635 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,632 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,637 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,638 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,638 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,639 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,636 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,641 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,642 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,642 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,643 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,640 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,645 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,646 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,646 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,647 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,644 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,649 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,650 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,650 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,651 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,648 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,653 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,654 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,654 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,655 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,651 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,657 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,658 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,658 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,659 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,655 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,661 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,662 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,662 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,663 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:38,659 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wSlgF4-K5qe-azew-pWPC-KOzU-Brue-6aoop8 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:22:38,663 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 17:22:38,666 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:22:38,666 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:38,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 17:22:38,669 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 17:22:38,669 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:38,673 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 17:22:38,673 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 17:22:38,673 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:38,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:22:38,678 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:22:38,680 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,681 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,681 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,681 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,684 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,684 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,684 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,685 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,687 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,688 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,688 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,689 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,685 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,691 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,691 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,692 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,692 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,689 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,694 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,695 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,695 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,696 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,698 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,698 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,699 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,699 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,696 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,701 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,702 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,702 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,703 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,700 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,705 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,705 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,706 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,706 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,703 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,708 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,709 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,709 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,710 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,707 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,712 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,712 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,713 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,713 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,710 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,715 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,716 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,716 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,717 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,719 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,719 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,720 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,720 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,717 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,722 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,723 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,723 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,724 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,721 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,726 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,726 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,727 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,727 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,724 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,729 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,730 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,730 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,730 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,727 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,733 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,733 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,733 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,734 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,731 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,736 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,737 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,737 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,737 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,734 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,740 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,740 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,740 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,741 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,738 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,743 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,743 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,744 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,744 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,746 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,747 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,747 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,748 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,745 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,750 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,750 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,751 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,751 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,748 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,753 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,754 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,754 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,755 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,752 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,757 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,757 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,758 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,758 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,760 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,761 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,761 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,762 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,764 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,764 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,765 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,765 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,767 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,768 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,768 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,768 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,765 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,771 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,771 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,771 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,772 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,769 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,774 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,775 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,775 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,775 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,772 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,778 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,778 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,778 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,779 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,776 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,781 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,782 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,782 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,782 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,779 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,785 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,785 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,785 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,786 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,783 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,788 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,788 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,789 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:38,789 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:38,786 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4faffebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = XKcTcp-7VBX-aZ3Y-PahT-uip3-XVv5-kkRpRv 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 (0x7fd4fb074c10) -- 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 = 77FbK5-1bJM-D7eL-H4hS-NG0C-D8lQ-jM1Ejg size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:22:38,790 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 17:22:38,792 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:22:38,793 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:38,793 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 17:22:38,796 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 17:22:38,796 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:38,799 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:22:38,799 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 17:22:38,799 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:38,799 DEBUG blivet.ansible/MainThread: ['test_vg2', 'sdf', 'sde', 'sdd'] 2024-03-01 17:22:38,799 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 17:22:38,801 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 17:22:38,802 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:38,805 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:22:38,807 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:22:38,810 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:22:38,810 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 17:22:38,810 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:22:38,810 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 17:22:38,810 DEBUG blivet/MainThread: removing sdf 2024-03-01 17:22:38,813 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:38,813 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:38,813 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 17:22:38,815 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 17:22:38,816 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:22:38,816 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 17:22:38,816 DEBUG blivet/MainThread: removing sde 2024-03-01 17:22:38,818 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:38,818 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:38,818 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 17:22:38,821 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 17:22:38,821 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:22:38,821 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 17:22:38,821 DEBUG blivet/MainThread: removing sdd 2024-03-01 17:22:38,823 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:38,824 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:38,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 17:22:38,826 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 17:22:38,826 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:22:38,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:38,832 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 17:22:38,832 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:38,833 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:38,833 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:38,833 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:38,834 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:38,834 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:38,835 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:38,835 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:38,835 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:38,836 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:38,836 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:38,837 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:38,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 17:22:38,842 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:22:38,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 17:22:38,847 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:22:38,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 17:22:38,852 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:22:38,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 17:22:38,857 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:22:38,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:38,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 17:22:38,862 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:22:38,865 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,866 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,866 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,867 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,862 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,870 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,871 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,871 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,872 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,868 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,875 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,876 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,877 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,878 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,873 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,881 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,882 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,882 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,883 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,878 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,886 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,887 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,887 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,888 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,884 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,891 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,892 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,892 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,893 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,889 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,896 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,897 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,898 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,899 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,894 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,902 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,903 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,903 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,904 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,899 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,907 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,908 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,908 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,909 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,905 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,912 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,913 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,913 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,914 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,910 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,917 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,918 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,919 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,920 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,915 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,922 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,923 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,924 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,925 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,928 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,929 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,929 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,930 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,933 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,934 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,934 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,935 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,931 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,938 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,939 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,939 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,940 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,936 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,943 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,944 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,945 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,946 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,948 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,949 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,950 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,951 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,946 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,954 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,955 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,955 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,956 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,951 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,959 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,960 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,960 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,961 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,964 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,965 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,965 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,966 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,962 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,969 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,970 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,971 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,972 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,967 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,974 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,975 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,976 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,977 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,972 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,980 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,981 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,981 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,982 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,977 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,985 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,986 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,986 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,987 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,983 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,990 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,991 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,991 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,992 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,988 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:38,995 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,996 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,997 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:38,997 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,993 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:39,000 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,001 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:39,002 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,003 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:38,998 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:39,006 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,007 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:39,007 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,008 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:39,003 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:39,011 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,012 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:39,012 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,013 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:39,009 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:39,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,017 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:39,017 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,018 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:39,014 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:39,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,022 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:39,022 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,023 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:39,019 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:39,026 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,027 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:39,028 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,029 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:39,024 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Jq9AvJ-fhNd-Tkb8-nPbV-xtPa-M3iz-LiBIsC 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 (0x7fd4fb007f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:22:39,029 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 17:22:39,032 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:22:39,032 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:39,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 17:22:39,035 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 17:22:39,035 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:39,038 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 17:22:39,038 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 17:22:39,038 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:39,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:39,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:22:39,044 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:22:39,046 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,047 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,047 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,048 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,044 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,051 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,052 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,053 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,056 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,057 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,057 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,058 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,054 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,061 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,061 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,062 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,063 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,058 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,065 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,066 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,067 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,067 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,063 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,070 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,071 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,071 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,072 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,068 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,075 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,076 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,076 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,077 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,073 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,080 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,081 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,081 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,082 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,078 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,085 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,085 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,086 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,087 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,082 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,089 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,090 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,091 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,087 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,094 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,095 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,095 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,096 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,099 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,100 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,100 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,101 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,097 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,104 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,105 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,105 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,106 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,102 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,109 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,109 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,110 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,111 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,106 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,113 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,114 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,114 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,115 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,111 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,118 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,119 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,119 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,120 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,116 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,123 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,124 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,124 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,125 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,121 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,128 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,128 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,129 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,130 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,125 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,132 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,133 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,134 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,134 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,130 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,137 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,138 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,138 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,139 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,135 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,142 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,143 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,143 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,144 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,140 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,147 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,148 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,148 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,149 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,145 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,152 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,153 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,154 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,149 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,156 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,157 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,158 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,154 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,161 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,162 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,162 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,163 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,159 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,166 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,167 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,167 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,168 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,164 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,171 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,172 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,172 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,173 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,169 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,176 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,177 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,177 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,178 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,174 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,181 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,181 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,183 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,178 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,185 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,186 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,187 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,187 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,190 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,191 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,191 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,192 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,188 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,195 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,196 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,197 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:39,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb0c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = C4OFEN-0miF-k4ca-SegA-OY7f-zCb3-mwWbmu 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:22:39,198 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 17:22:39,200 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:22:39,200 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:39,201 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 17:22:39,203 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 17:22:39,204 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:39,207 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 17:22:39,207 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 17:22:39,207 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:39,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:39,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:22:39,212 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:22:39,214 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,215 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,215 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,216 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,212 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,220 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,220 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,221 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,223 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,224 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,224 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,225 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,228 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,230 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,226 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,232 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,233 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,234 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,230 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,237 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,237 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,238 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,238 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,234 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,241 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,242 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,242 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,243 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,239 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,245 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,246 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,246 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,247 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,243 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,250 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,250 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,251 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,252 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,248 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,254 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,255 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,255 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,256 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,252 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,259 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,259 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,260 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,260 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,257 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,263 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,264 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,264 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,265 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,261 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,267 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,268 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,269 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,269 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,272 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,273 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,273 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,274 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,270 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,276 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,277 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,277 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,278 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,274 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,281 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,281 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,282 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,282 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,279 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,285 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,286 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,286 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,287 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,283 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,289 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,290 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,290 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,291 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,287 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,294 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,294 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,295 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,295 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,292 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,298 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,299 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,299 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,300 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,296 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,302 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,303 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,303 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,304 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,300 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,307 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,308 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,308 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,309 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,305 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,311 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,312 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,312 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,313 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,309 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,316 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,316 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,317 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,317 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,313 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,320 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,321 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,321 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,322 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,318 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,324 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,325 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,325 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,326 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,322 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,329 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,329 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,330 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,330 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,327 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,333 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,334 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,334 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,335 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,331 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,337 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,338 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,338 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,339 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,335 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,342 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,342 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,343 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,343 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,340 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,346 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,347 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,347 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,348 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,344 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,350 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,351 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,351 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,352 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:39,348 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb054a00) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fJlDIj-cFpd-kGDL-P0vh-3QlG-qWje-sgaRfk 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,353 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 17:22:39,355 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:22:39,356 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:39,356 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 17:22:39,359 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 17:22:39,359 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:39,362 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:22:39,362 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 17:22:39,362 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:39,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:39,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:22:39,367 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:22:39,369 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,370 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,370 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,371 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,367 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,373 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,374 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,374 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,375 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,371 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,377 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,378 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,378 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,379 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,375 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,381 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,382 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,382 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,383 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,379 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,385 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,386 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,386 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,386 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,383 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,389 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,390 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,390 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,390 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,387 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,393 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,393 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,394 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,394 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,391 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,397 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,397 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,398 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,398 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,395 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,401 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,401 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,402 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,402 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,399 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,405 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,405 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,406 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,406 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,403 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,409 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,409 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,410 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,410 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,407 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,413 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,413 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,414 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,414 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,411 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,417 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,417 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,417 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,418 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,415 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,420 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,421 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,421 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,422 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,418 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,424 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,425 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,425 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,426 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,422 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,428 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,429 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,429 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,430 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,426 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,432 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,433 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,433 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,434 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,430 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,436 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,437 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,437 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,438 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,434 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,440 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,441 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,441 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,442 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,438 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,444 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,445 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,445 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,445 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,442 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,448 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,448 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,449 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,449 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,446 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,452 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,452 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,453 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,453 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,450 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,456 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,456 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,457 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,457 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,454 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,460 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,460 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,461 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,458 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,464 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,464 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,465 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,465 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,462 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,468 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,468 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,469 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,469 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,466 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,471 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,472 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,472 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,473 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,470 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,476 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,476 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,477 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,473 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,479 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,480 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,480 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,481 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,477 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,484 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,484 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,485 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,481 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,487 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,488 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,489 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,485 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,491 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,492 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,492 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:39,493 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:39,489 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd4fb007460) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GdwWfn-0W4G-ARiU-7wed-Prqa-IVQF-XD6Ja3 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 (0x7fd4fb007f40) -- 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 = 83AbzZ-J7dY-mcrT-W5AB-15CX-f59h-MebGAP size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:22:39,493 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 17:22:39,496 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:22:39,496 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:39,496 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 17:22:39,499 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 17:22:39,499 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:39,502 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 17:22:39,502 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 17:22:39,502 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:39,502 DEBUG blivet.ansible/MainThread: ['sdj', 'sdi', 'test_vg3', 'sdg', 'sdh'] 2024-03-01 17:22:39,502 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 17:22:39,505 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 17:22:39,505 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:39,508 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:22:39,511 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:22:39,513 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:22:39,516 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:22:39,516 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 17:22:39,516 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:22:39,516 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 17:22:39,516 DEBUG blivet/MainThread: removing sdj 2024-03-01 17:22:39,519 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:39,519 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:39,519 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 17:22:39,521 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 17:22:39,521 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:22:39,522 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 17:22:39,522 DEBUG blivet/MainThread: removing sdi 2024-03-01 17:22:39,524 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:39,524 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:39,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 17:22:39,527 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 17:22:39,527 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:22:39,527 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 17:22:39,527 DEBUG blivet/MainThread: removing sdg 2024-03-01 17:22:39,530 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:39,530 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:39,530 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 17:22:39,532 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 17:22:39,533 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:22:39,533 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 17:22:39,533 DEBUG blivet/MainThread: removing sdh 2024-03-01 17:22:39,535 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:39,535 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:39,535 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 17:22:39,538 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 17:22:39,538 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:22:39,539 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:39,551 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:39,568 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:39,581 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:39,601 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:22:39,602 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:39,613 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:39,633 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:22:39,633 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:39,645 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:39,665 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:22:39,665 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:39,677 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:39,697 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:22:39,698 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:39,710 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:39,730 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:22:39,730 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:39,742 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:39,762 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:22:39,762 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:39,774 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:39,794 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:22:39,794 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:39,806 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:39,826 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:22:39,826 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:22:39,827 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:22:39,828 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:39,828 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:39,828 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:39,828 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:39,828 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:39,828 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:39,828 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:39,828 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:39,828 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:22:39,828 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:22:39,828 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:22:39,828 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:22:39,828 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:22:39,828 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:22:39,830 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:22:39,833 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:22:39,835 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:22:39,838 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:22:39,838 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:22:39,840 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:22:39,841 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 0x7fd4faf895e0> 2024-03-01 17:22:39,841 INFO blivet/MainThread: sorting actions... 2024-03-01 17:22:39,860 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:39,860 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:39,861 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:39,861 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:39,861 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:39,861 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:39,861 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:39,861 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:39,861 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:22:39,861 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:22:39,862 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:22:39,862 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:22:39,862 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:22:39,862 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:39,862 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:39,862 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:39,862 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:39,862 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:22:39,863 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:22:39,863 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:22:39,863 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:22:39,863 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:39,863 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:39,863 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:39,863 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:39,864 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:22:39,864 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:22:39,864 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:22:39,864 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:22:39,864 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:39,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:39,869 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:22:39,870 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 17:22:39,877 INFO program/MainThread: stdout: 2024-03-01 17:22:39,877 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:39,877 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:39,878 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:39,894 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:39,895 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:39,906 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:39,907 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:39,911 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 17:22:39,914 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:22:39,917 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:22:39,920 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 17:22:39,923 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:22:39,923 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:39,959 INFO program/MainThread: stdout[92]: 2024-03-01 17:22:39,959 INFO program/MainThread: stderr[92]: 2024-03-01 17:22:39,959 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 17:22:39,963 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:22:39,966 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:39,969 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:22:39,971 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:39,974 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:22:39,977 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:39,980 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:22:39,982 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:39,985 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:22:39,988 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 17:22:39,988 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:40,019 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 17:22:40,019 INFO program/MainThread: stderr[93]: 2024-03-01 17:22:40,019 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 17:22:40,020 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:40,029 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,044 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:22:40,045 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 17:22:40,087 INFO program/MainThread: stdout: 2024-03-01 17:22:40,087 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:40,088 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:40,088 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:40,104 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:40,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:40,117 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:40,117 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:40,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:40,124 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:22:40,127 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:22:40,130 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 17:22:40,133 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:22:40,133 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:40,171 INFO program/MainThread: stdout[94]: 2024-03-01 17:22:40,171 INFO program/MainThread: stderr[94]: 2024-03-01 17:22:40,171 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 17:22:40,175 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:22:40,178 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,181 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:22:40,183 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,186 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:22:40,189 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,192 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:22:40,194 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,197 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:22:40,200 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 17:22:40,200 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:40,235 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 17:22:40,235 INFO program/MainThread: stderr[95]: 2024-03-01 17:22:40,235 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 17:22:40,236 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:40,243 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,252 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:22:40,253 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 17:22:40,262 INFO program/MainThread: stdout: 2024-03-01 17:22:40,263 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:40,263 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:40,263 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:40,308 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:40,308 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:40,321 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:40,322 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:40,326 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:40,328 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:22:40,332 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:22:40,335 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 17:22:40,337 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:22:40,337 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:40,375 INFO program/MainThread: stdout[96]: 2024-03-01 17:22:40,375 INFO program/MainThread: stderr[96]: 2024-03-01 17:22:40,375 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 17:22:40,379 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:22:40,382 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,385 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:22:40,387 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,390 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:22:40,393 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,396 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:22:40,399 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,401 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:22:40,404 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 17:22:40,404 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:40,438 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 17:22:40,438 INFO program/MainThread: stderr[97]: 2024-03-01 17:22:40,438 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 17:22:40,439 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:40,446 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,451 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:22:40,452 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 17:22:40,466 INFO program/MainThread: stdout: 2024-03-01 17:22:40,467 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:40,467 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:40,467 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:40,514 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:40,515 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:40,523 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:40,524 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:40,528 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 17:22:40,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:22:40,534 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:22:40,537 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 17:22:40,540 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:22:40,540 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:40,574 INFO program/MainThread: stdout[98]: 2024-03-01 17:22:40,574 INFO program/MainThread: stderr[98]: 2024-03-01 17:22:40,574 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 17:22:40,578 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:22:40,581 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,584 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:22:40,587 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,590 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:22:40,592 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,595 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:22:40,598 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,600 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:22:40,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 17:22:40,603 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:40,640 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 17:22:40,640 INFO program/MainThread: stderr[99]: 2024-03-01 17:22:40,640 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 17:22:40,641 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:22:40,647 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 17:22:40,657 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 17:22:40,664 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:22:40,673 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,683 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:22:40,690 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,699 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:22:40,705 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,708 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:22:40,711 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,713 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:22:40,716 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 17:22:40,716 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:40,752 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 17:22:40,752 INFO program/MainThread: stderr[100]: 2024-03-01 17:22:40,752 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 17:22:40,752 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:40,809 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 17:22:40,810 INFO program/MainThread: stderr[101]: 2024-03-01 17:22:40,810 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 17:22:40,811 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:40,863 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 17:22:40,864 INFO program/MainThread: stderr[102]: 2024-03-01 17:22:40,864 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 17:22:40,864 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:22:40,872 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:40,877 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:22:40,887 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:22:40,888 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:40,938 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 17:22:40,938 INFO program/MainThread: stderr[103]: 2024-03-01 17:22:40,939 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 17:22:40,939 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 17:22:40,939 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:40,951 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:40,952 INFO program/MainThread: Running [104] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:40,959 INFO program/MainThread: stdout[104]: use_devicesfile=1 2024-03-01 17:22:40,959 INFO program/MainThread: stderr[104]: 2024-03-01 17:22:40,959 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 17:22:40,959 INFO program/MainThread: Running [105] lvmdevices --deldev /dev/sdh ... 2024-03-01 17:22:40,971 INFO program/MainThread: stdout[105]: 2024-03-01 17:22:40,971 INFO program/MainThread: stderr[105]: 2024-03-01 17:22:40,971 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 17:22:40,971 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:40,983 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:40,984 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:40,995 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:40,996 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:22:40,999 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,002 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:22:41,005 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:22:41,005 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sde,/dev/sda,/dev/sdc,/dev/sdg,/dev/sdf ... 2024-03-01 17:22:41,037 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 17:22:41,038 INFO program/MainThread: stderr[106]: 2024-03-01 17:22:41,038 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 17:22:41,038 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 17:22:41,038 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,051 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,052 INFO program/MainThread: Running [107] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,059 INFO program/MainThread: stdout[107]: use_devicesfile=1 2024-03-01 17:22:41,060 INFO program/MainThread: stderr[107]: 2024-03-01 17:22:41,060 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 17:22:41,060 INFO program/MainThread: Running [108] lvmdevices --deldev /dev/sdg ... 2024-03-01 17:22:41,073 INFO program/MainThread: stdout[108]: 2024-03-01 17:22:41,073 INFO program/MainThread: stderr[108]: 2024-03-01 17:22:41,073 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 17:22:41,073 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,085 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,086 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,097 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,098 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:22:41,101 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,104 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:22:41,106 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:22:41,107 INFO program/MainThread: Running [109] lvm pvremove --force --force --yes /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdi,/dev/sdd,/dev/sdj,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,138 INFO program/MainThread: stdout[109]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 17:22:41,139 INFO program/MainThread: stderr[109]: 2024-03-01 17:22:41,139 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 17:22:41,139 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 17:22:41,139 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,155 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,156 INFO program/MainThread: Running [110] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,163 INFO program/MainThread: stdout[110]: use_devicesfile=1 2024-03-01 17:22:41,163 INFO program/MainThread: stderr[110]: 2024-03-01 17:22:41,163 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 17:22:41,163 INFO program/MainThread: Running [111] lvmdevices --deldev /dev/sdi ... 2024-03-01 17:22:41,176 INFO program/MainThread: stdout[111]: 2024-03-01 17:22:41,176 INFO program/MainThread: stderr[111]: 2024-03-01 17:22:41,176 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 17:22:41,177 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,190 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,190 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,201 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,202 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:22:41,205 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,208 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:22:41,210 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:22:41,211 INFO program/MainThread: Running [112] lvm pvremove --force --force --yes /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sdj,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,242 INFO program/MainThread: stdout[112]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 17:22:41,243 INFO program/MainThread: stderr[112]: 2024-03-01 17:22:41,243 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 17:22:41,243 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 17:22:41,243 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,257 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,258 INFO program/MainThread: Running [113] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,265 INFO program/MainThread: stdout[113]: use_devicesfile=1 2024-03-01 17:22:41,265 INFO program/MainThread: stderr[113]: 2024-03-01 17:22:41,265 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 17:22:41,265 INFO program/MainThread: Running [114] lvmdevices --deldev /dev/sdj ... 2024-03-01 17:22:41,278 INFO program/MainThread: stdout[114]: 2024-03-01 17:22:41,278 INFO program/MainThread: stderr[114]: 2024-03-01 17:22:41,278 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 17:22:41,279 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,288 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,288 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,299 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,300 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:41,304 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,307 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:22:41,307 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 17:22:41,314 INFO program/MainThread: stdout: 2024-03-01 17:22:41,314 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:41,315 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,315 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,331 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,332 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,344 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,344 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:41,348 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 17:22:41,351 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:22:41,354 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:22:41,357 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 17:22:41,360 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:22:41,360 INFO program/MainThread: Running [115] lvm lvchange -an test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,396 INFO program/MainThread: stdout[115]: 2024-03-01 17:22:41,396 INFO program/MainThread: stderr[115]: 2024-03-01 17:22:41,396 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 17:22:41,400 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:22:41,403 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,406 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 17:22:41,409 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,411 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 17:22:41,414 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,417 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 17:22:41,419 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 17:22:41,420 INFO program/MainThread: Running [116] lvm lvremove --yes test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,454 INFO program/MainThread: stdout[116]: Logical volume "lv4" successfully removed. 2024-03-01 17:22:41,454 INFO program/MainThread: stderr[116]: 2024-03-01 17:22:41,454 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 17:22:41,455 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:41,464 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,476 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:22:41,477 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 17:22:41,495 INFO program/MainThread: stdout: 2024-03-01 17:22:41,496 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:41,496 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,496 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,512 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,513 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,522 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,523 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:41,527 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 17:22:41,530 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:22:41,533 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:22:41,536 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 17:22:41,539 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:22:41,539 INFO program/MainThread: Running [117] lvm lvchange -an test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,572 INFO program/MainThread: stdout[117]: 2024-03-01 17:22:41,572 INFO program/MainThread: stderr[117]: 2024-03-01 17:22:41,572 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 17:22:41,576 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:22:41,579 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,582 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:22:41,585 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,587 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:22:41,590 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,593 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:22:41,596 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 17:22:41,596 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,629 INFO program/MainThread: stdout[118]: Logical volume "lv3" successfully removed. 2024-03-01 17:22:41,629 INFO program/MainThread: stderr[118]: 2024-03-01 17:22:41,629 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 17:22:41,630 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:22:41,639 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 17:22:41,644 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 17:22:41,649 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:22:41,662 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,667 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:22:41,672 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,677 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:22:41,682 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,685 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:22:41,687 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 17:22:41,687 INFO program/MainThread: Running [119] lvm vgreduce --removemissing --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,716 INFO program/MainThread: stdout[119]: Volume group "test_vg2" is already consistent. 2024-03-01 17:22:41,716 INFO program/MainThread: stderr[119]: 2024-03-01 17:22:41,716 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 17:22:41,716 INFO program/MainThread: Running [120] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,765 INFO program/MainThread: stdout[120]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 17:22:41,765 INFO program/MainThread: stderr[120]: 2024-03-01 17:22:41,765 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 17:22:41,765 INFO program/MainThread: Running [121] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,796 INFO program/MainThread: stdout[121]: Volume group "test_vg2" successfully removed 2024-03-01 17:22:41,796 INFO program/MainThread: stderr[121]: 2024-03-01 17:22:41,796 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 17:22:41,797 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:22:41,804 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,814 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:22:41,819 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:22:41,819 INFO program/MainThread: Running [122] lvm pvremove --force --force --yes /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdd,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,872 INFO program/MainThread: stdout[122]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 17:22:41,872 INFO program/MainThread: stderr[122]: 2024-03-01 17:22:41,872 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 17:22:41,872 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 17:22:41,872 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,885 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,886 INFO program/MainThread: Running [123] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,893 INFO program/MainThread: stdout[123]: use_devicesfile=1 2024-03-01 17:22:41,893 INFO program/MainThread: stderr[123]: 2024-03-01 17:22:41,893 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 17:22:41,893 INFO program/MainThread: Running [124] lvmdevices --deldev /dev/sdd ... 2024-03-01 17:22:41,906 INFO program/MainThread: stdout[124]: 2024-03-01 17:22:41,906 INFO program/MainThread: stderr[124]: 2024-03-01 17:22:41,906 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 17:22:41,906 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,918 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,919 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,930 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,931 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:22:41,934 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:41,937 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:22:41,939 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:22:41,940 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sde,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,971 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 17:22:41,972 INFO program/MainThread: stderr[125]: 2024-03-01 17:22:41,972 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 17:22:41,972 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 17:22:41,972 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:41,988 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:41,989 INFO program/MainThread: Running [126] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:41,996 INFO program/MainThread: stdout[126]: use_devicesfile=1 2024-03-01 17:22:41,996 INFO program/MainThread: stderr[126]: 2024-03-01 17:22:41,996 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 17:22:41,996 INFO program/MainThread: Running [127] lvmdevices --deldev /dev/sde ... 2024-03-01 17:22:42,009 INFO program/MainThread: stdout[127]: 2024-03-01 17:22:42,009 INFO program/MainThread: stderr[127]: 2024-03-01 17:22:42,009 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 17:22:42,009 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,021 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,022 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,033 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,034 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:22:42,037 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,040 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:22:42,042 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:22:42,043 INFO program/MainThread: Running [128] lvm pvremove --force --force --yes /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc,/dev/sdf ... 2024-03-01 17:22:42,069 INFO program/MainThread: stdout[128]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 17:22:42,069 INFO program/MainThread: stderr[128]: 2024-03-01 17:22:42,069 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 17:22:42,069 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 17:22:42,070 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,086 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,087 INFO program/MainThread: Running [129] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:22:42,095 INFO program/MainThread: stdout[129]: use_devicesfile=1 2024-03-01 17:22:42,095 INFO program/MainThread: stderr[129]: 2024-03-01 17:22:42,095 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 17:22:42,095 INFO program/MainThread: Running [130] lvmdevices --deldev /dev/sdf ... 2024-03-01 17:22:42,107 INFO program/MainThread: stdout[130]: 2024-03-01 17:22:42,107 INFO program/MainThread: stderr[130]: 2024-03-01 17:22:42,107 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 17:22:42,107 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,119 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,119 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,131 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,132 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:42,136 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,138 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:22:42,139 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 17:22:42,146 INFO program/MainThread: stdout: 2024-03-01 17:22:42,146 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:42,146 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,146 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,162 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,163 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,175 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,176 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:42,180 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 17:22:42,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:22:42,186 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:22:42,189 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 17:22:42,192 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:22:42,192 INFO program/MainThread: Running [131] lvm lvchange -an test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:22:42,231 INFO program/MainThread: stdout[131]: 2024-03-01 17:22:42,231 INFO program/MainThread: stderr[131]: 2024-03-01 17:22:42,231 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 17:22:42,235 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:22:42,238 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,241 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 17:22:42,244 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,248 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 17:22:42,251 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,254 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 17:22:42,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 17:22:42,257 INFO program/MainThread: Running [132] lvm lvremove --yes test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:22:42,290 INFO program/MainThread: stdout[132]: Logical volume "lv2" successfully removed. 2024-03-01 17:22:42,290 INFO program/MainThread: stderr[132]: 2024-03-01 17:22:42,291 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 17:22:42,291 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:42,301 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,313 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:22:42,313 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:22:42,325 INFO program/MainThread: stdout: 2024-03-01 17:22:42,325 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:42,325 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,325 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,350 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,351 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,362 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,363 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:42,367 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:22:42,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:22:42,373 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:22:42,376 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:22:42,379 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:22:42,379 INFO program/MainThread: Running [133] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:22:42,408 INFO program/MainThread: stdout[133]: 2024-03-01 17:22:42,408 INFO program/MainThread: stderr[133]: 2024-03-01 17:22:42,408 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 17:22:42,412 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:22:42,415 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,418 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:22:42,421 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,424 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:22:42,426 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,429 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:22:42,432 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:22:42,432 INFO program/MainThread: Running [134] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:22:42,473 INFO program/MainThread: stdout[134]: Logical volume "lv1" successfully removed. 2024-03-01 17:22:42,474 INFO program/MainThread: stderr[134]: 2024-03-01 17:22:42,474 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 17:22:42,474 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:22:42,481 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:22:42,492 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:22:42,497 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:22:42,505 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,510 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:22:42,515 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,519 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:22:42,522 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,524 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:22:42,527 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:22:42,527 INFO program/MainThread: Running [135] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:22:42,554 INFO program/MainThread: stdout[135]: Volume group "test_vg1" is already consistent. 2024-03-01 17:22:42,554 INFO program/MainThread: stderr[135]: 2024-03-01 17:22:42,554 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 17:22:42,554 INFO program/MainThread: Running [136] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:22:42,614 INFO program/MainThread: stdout[136]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:22:42,614 INFO program/MainThread: stderr[136]: 2024-03-01 17:22:42,614 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 17:22:42,615 INFO program/MainThread: Running [137] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:22:42,641 INFO program/MainThread: stdout[137]: Volume group "test_vg1" successfully removed 2024-03-01 17:22:42,641 INFO program/MainThread: stderr[137]: 2024-03-01 17:22:42,641 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 17:22:42,642 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:22:42,649 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,656 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:22:42,666 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:22:42,666 INFO program/MainThread: Running [138] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:22:42,717 INFO program/MainThread: stdout[138]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:22:42,717 INFO program/MainThread: stderr[138]: 2024-03-01 17:22:42,717 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 17:22:42,718 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:22:42,718 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,731 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,732 INFO program/MainThread: Running [139] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc ... 2024-03-01 17:22:42,739 INFO program/MainThread: stdout[139]: use_devicesfile=1 2024-03-01 17:22:42,740 INFO program/MainThread: stderr[139]: 2024-03-01 17:22:42,740 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 17:22:42,740 INFO program/MainThread: Running [140] lvmdevices --deldev /dev/sda ... 2024-03-01 17:22:42,758 INFO program/MainThread: stdout[140]: 2024-03-01 17:22:42,759 INFO program/MainThread: stderr[140]: 2024-03-01 17:22:42,759 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 17:22:42,759 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,772 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,772 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,783 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,784 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:22:42,787 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,790 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:22:42,793 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:22:42,793 INFO program/MainThread: Running [141] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc ... 2024-03-01 17:22:42,819 INFO program/MainThread: stdout[141]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:22:42,819 INFO program/MainThread: stderr[141]: 2024-03-01 17:22:42,819 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 17:22:42,820 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:22:42,820 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,837 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,838 INFO program/MainThread: Running [142] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 17:22:42,845 INFO program/MainThread: stdout[142]: use_devicesfile=1 2024-03-01 17:22:42,845 INFO program/MainThread: stderr[142]: 2024-03-01 17:22:42,845 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 17:22:42,845 INFO program/MainThread: Running [143] lvmdevices --deldev /dev/sdc ... 2024-03-01 17:22:42,858 INFO program/MainThread: stdout[143]: 2024-03-01 17:22:42,858 INFO program/MainThread: stderr[143]: 2024-03-01 17:22:42,858 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 17:22:42,858 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,870 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,870 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,881 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,882 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:22:42,885 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:42,888 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:22:42,890 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:22:42,891 INFO program/MainThread: Running [144] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 17:22:42,921 INFO program/MainThread: stdout[144]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:22:42,921 INFO program/MainThread: stderr[144]: 2024-03-01 17:22:42,921 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 17:22:42,922 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:22:42,922 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,937 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,938 INFO program/MainThread: Running [145] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:42,945 INFO program/MainThread: stdout[145]: use_devicesfile=1 2024-03-01 17:22:42,945 INFO program/MainThread: stderr[145]: 2024-03-01 17:22:42,946 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 17:22:42,946 INFO program/MainThread: Running [146] lvmdevices --deldev /dev/sdb ... 2024-03-01 17:22:42,958 INFO program/MainThread: stdout[146]: 2024-03-01 17:22:42,958 INFO program/MainThread: stderr[146]: 2024-03-01 17:22:42,958 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 17:22:42,959 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,970 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,971 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:42,982 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:42,987 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:22:42,987 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 0x7fd4faf892c0> to retry, use: --limit @/tmp/tests_set_mount.retry PLAY RECAP ********************************************************************* sut : ok=142 changed=6 unreachable=0 failed=1 skipped=111 rescued=0 ignored=0 Friday 01 March 2024 17:22:47 +0000 (0:00:00.779) 0:01:09.867 ********** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 11.30s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.36s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Gathering Facts --------------------------------------------------------- 6.01s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_mount.yml:2 ------- fedora.linux_system_roles.storage : Get required packages --------------- 3.50s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command snapshot ------ 1.98s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Get service facts ------------------- 1.70s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.62s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.60s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.snapshot : Run snapshot command remove -------- 1.39s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 1.09s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Make sure blivet is available ------- 0.98s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.91s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.89s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.89s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.88s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.88s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure blivet is available ------- 0.88s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Ensure test packages ---------------------------------------------------- 0.88s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Make sure blivet is available ------- 0.87s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.87s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---