# 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-weekly-ci3hat8bvx/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_mount_verify.yml *********************************************** 1 plays in /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml PLAY [Basic mount verify snapshot test] **************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:2 Sunday 18 February 2024 09:08:44 +0000 (0:00:00.034) 0:00:00.034 ******* ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:44 Sunday 18 February 2024 09:08:45 +0000 (0:00:00.897) 0:00:00.931 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tasks/setup.yml:10 Sunday 18 February 2024 09:08:45 +0000 (0:00:00.013) 0:00:00.945 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tasks/setup.yml:15 Sunday 18 February 2024 09:08:45 +0000 (0:00:00.240) 0:00:01.185 ******* ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tasks/setup.yml:19 Sunday 18 February 2024 09:08:45 +0000 (0:00:00.017) 0:00:01.202 ******* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 18 February 2024 09:08:45 +0000 (0:00:00.016) 0:00:01.219 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 18 February 2024 09:08:45 +0000 (0:00:00.013) 0:00:01.233 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 18 February 2024 09:08:45 +0000 (0:00:00.018) 0:00:01.251 ******* 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-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 18 February 2024 09:08:45 +0000 (0:00:00.025) 0:00:01.277 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 18 February 2024 09:08:45 +0000 (0:00:00.187) 0:00:01.465 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 18 February 2024 09:08:45 +0000 (0:00:00.015) 0:00:01.481 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 18 February 2024 09:08:45 +0000 (0:00:00.011) 0:00:01.492 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 18 February 2024 09:08:45 +0000 (0:00:00.010) 0:00:01.502 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 18 February 2024 09:08:45 +0000 (0:00:00.026) 0:00:01.529 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-bytesize-2.5-3.el9.x86_64", "Installed: device-mapper-event-9:1.02.195-3.el9.x86_64", "Installed: libblockdev-part-2.28-10.el9.x86_64", "Installed: libaio-0.3.111-13.el9.x86_64", "Installed: ndctl-71.1-8.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.195-3.el9.x86_64", "Installed: libblockdev-2.28-10.el9.x86_64", "Installed: libblockdev-swap-2.28-10.el9.x86_64", "Installed: ndctl-libs-71.1-8.el9.x86_64", "Installed: libblockdev-crypto-2.28-10.el9.x86_64", "Installed: device-mapper-multipath-0.8.7-26.el9.x86_64", "Installed: libblockdev-dm-2.28-10.el9.x86_64", "Installed: libblockdev-utils-2.28-10.el9.x86_64", "Installed: device-mapper-multipath-libs-0.8.7-26.el9.x86_64", "Installed: libblockdev-fs-2.28-10.el9.x86_64", "Installed: device-mapper-persistent-data-1.0.9-1.el9.x86_64", "Installed: lsof-4.94.0-3.el9.x86_64", "Installed: kmod-kvdo-8.2.3.3-115.el9.x86_64", "Installed: libblockdev-kbd-2.28-10.el9.x86_64", "Installed: libbytesize-2.5-3.el9.x86_64", "Installed: python3-pyparted-1:3.12.0-1.el9.x86_64", "Installed: lvm2-9:2.03.21-3.el9.x86_64", "Installed: libblockdev-loop-2.28-10.el9.x86_64", "Installed: lvm2-libs-9:2.03.21-3.el9.x86_64", "Installed: libblockdev-lvm-2.28-10.el9.x86_64", "Installed: blivet-data-1:3.6.0-14.el9.noarch", "Installed: libblockdev-mdraid-2.28-10.el9.x86_64", "Installed: daxctl-libs-71.1-8.el9.x86_64", "Installed: vdo-8.2.2.2-1.el9.x86_64", "Installed: mdadm-4.2-10.el9.x86_64", "Installed: libblockdev-mpath-2.28-10.el9.x86_64", "Installed: volume_key-libs-0.3.12-15.el9.x86_64", "Installed: python3-blivet-1:3.6.0-14.el9.noarch", "Installed: libblockdev-nvdimm-2.28-10.el9.x86_64", "Installed: python3-blockdev-2.28-10.el9.x86_64" ] } lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 18 February 2024 09:13:37 +0000 (0:04:51.922) 0:04:53.451 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 18 February 2024 09:13:37 +0000 (0:00:00.012) 0:04:53.464 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 18 February 2024 09:13:37 +0000 (0:00:00.011) 0:04:53.476 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 18 February 2024 09:13:38 +0000 (0:00:00.494) 0:04:53.971 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Sunday 18 February 2024 09:13:38 +0000 (0:00:00.022) 0:04:53.994 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Sunday 18 February 2024 09:13:38 +0000 (0:00:00.017) 0:04:54.011 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Sunday 18 February 2024 09:13:38 +0000 (0:00:00.017) 0:04:54.028 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 18 February 2024 09:13:38 +0000 (0:00:00.016) 0:04:54.045 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 18 February 2024 09:17:39 +0000 (0:04:00.908) 0:08:54.953 ******* ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 18 February 2024 09:17:40 +0000 (0:00:01.657) 0:08:56.611 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.031) 0:08:56.643 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.009) 0:08:56.653 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.347) 0:08:57.001 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.019) 0:08:57.020 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.009) 0:08:57.029 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.013) 0:08:57.043 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.014) 0:08:57.057 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.013) 0:08:57.071 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.019) 0:08:57.090 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.010) 0:08:57.101 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.019) 0:08:57.120 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.019) 0:08:57.139 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.012) 0:08:57.151 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708246212.0302196, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1707816148.601, "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": 1707815891.519, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "885553678", "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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.191) 0:08:57.343 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 18 February 2024 09:17:41 +0000 (0:00:00.010) 0:08:57.354 ******* ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tasks/setup.yml:23 Sunday 18 February 2024 09:17:42 +0000 (0:00:00.781) 0:08:58.135 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/get_unused_disk.yml:5 Sunday 18 February 2024 09:17:42 +0000 (0:00:00.018) 0:08:58.154 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/get_unused_disk.yml:10 Sunday 18 February 2024 09:17:42 +0000 (0:00:00.188) 0:08:58.343 ******* ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/get_unused_disk.yml:14 Sunday 18 February 2024 09:17:42 +0000 (0:00:00.015) 0:08:58.359 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux-core TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/get_unused_disk.yml:23 Sunday 18 February 2024 09:21:43 +0000 (0:04:00.900) 0:12:59.259 ******* 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-weekly-ci3hat8bvx/tests/get_unused_disk.yml:31 Sunday 18 February 2024 09:21:43 +0000 (0:00:00.301) 0:12:59.561 ******* 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-weekly-ci3hat8bvx/tests/get_unused_disk.yml:36 Sunday 18 February 2024 09:21:43 +0000 (0:00:00.014) 0:12:59.575 ******* 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-weekly-ci3hat8bvx/tests/get_unused_disk.yml:44 Sunday 18 February 2024 09:21:43 +0000 (0:00:00.013) 0:12:59.588 ******* skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/get_unused_disk.yml:49 Sunday 18 February 2024 09:21:43 +0000 (0:00:00.021) 0:12:59.610 ******* 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-weekly-ci3hat8bvx/tests/get_unused_disk.yml:58 Sunday 18 February 2024 09:21:44 +0000 (0:00:00.021) 0:12:59.632 ******* 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-weekly-ci3hat8bvx/tests/tasks/setup.yml:29 Sunday 18 February 2024 09:21:44 +0000 (0:00:00.020) 0:12:59.653 ******* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 18 February 2024 09:21:44 +0000 (0:00:00.028) 0:12:59.681 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 18 February 2024 09:21:44 +0000 (0:00:00.018) 0:12:59.700 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 18 February 2024 09:21:44 +0000 (0:00:00.023) 0:12:59.724 ******* 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-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 18 February 2024 09:21:44 +0000 (0:00:00.034) 0:12:59.758 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 18 February 2024 09:21:44 +0000 (0:00:00.034) 0:12:59.793 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 18 February 2024 09:21:44 +0000 (0:00:00.015) 0:12:59.808 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 18 February 2024 09:21:44 +0000 (0:00:00.012) 0:12:59.821 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 18 February 2024 09:21:44 +0000 (0:00:00.012) 0:12:59.834 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 18 February 2024 09:21:44 +0000 (0:00:00.028) 0:12:59.863 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 18 February 2024 09:25:45 +0000 (0:04:00.904) 0:17:00.767 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "fs_type": "xfs", "name": "lv1", "size": "15%" }, { "fs_type": "xfs", "name": "lv2", "size": "50%" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "volumes": [ { "fs_type": "xfs", "name": "lv3", "size": "10%" }, { "fs_type": "xfs", "name": "lv4", "size": "20%" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "volumes": [ { "fs_type": "xfs", "name": "lv5", "size": "30%" }, { "fs_type": "xfs", "name": "lv6", "size": "25%" }, { "fs_type": "xfs", "name": "lv7", "size": "10%" }, { "fs_type": "xfs", "name": "lv8", "size": "10%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 18 February 2024 09:25:45 +0000 (0:00:00.027) 0:17:00.794 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 18 February 2024 09:25:45 +0000 (0:00:00.013) 0:17:00.808 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 18 February 2024 09:25:46 +0000 (0:00:01.187) 0:17:01.995 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Sunday 18 February 2024 09:25:46 +0000 (0:00:00.025) 0:17:02.020 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Sunday 18 February 2024 09:25:46 +0000 (0:00:00.019) 0:17:02.040 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Sunday 18 February 2024 09:25:46 +0000 (0:00:00.019) 0:17:02.059 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 18 February 2024 09:25:46 +0000 (0:00:00.018) 0:17:02.077 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx lvm2 xfsprogs TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 18 February 2024 09:29:47 +0000 (0:04:00.914) 0:21:02.992 ******* ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 18 February 2024 09:29:48 +0000 (0:00:01.573) 0:21:04.565 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 18 February 2024 09:29:48 +0000 (0:00:00.030) 0:21:04.596 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 18 February 2024 09:29:48 +0000 (0:00:00.009) 0:21:04.606 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 18 February 2024 09:30:00 +0000 (0:00:11.090) 0:21:15.697 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 18 February 2024 09:30:00 +0000 (0:00:00.019) 0:21:15.717 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 18 February 2024 09:30:00 +0000 (0:00:00.009) 0:21:15.727 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 18 February 2024 09:30:00 +0000 (0:00:00.023) 0:21:15.750 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 18 February 2024 09:30:00 +0000 (0:00:00.020) 0:21:15.770 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 18 February 2024 09:30:00 +0000 (0:00:00.015) 0:21:15.786 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 18 February 2024 09:30:00 +0000 (0:00:00.019) 0:21:15.805 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 18 February 2024 09:30:00 +0000 (0:00:00.011) 0:21:15.817 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 18 February 2024 09:30:00 +0000 (0:00:00.020) 0:21:15.837 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 18 February 2024 09:30:00 +0000 (0:00:00.020) 0:21:15.858 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 18 February 2024 09:30:00 +0000 (0:00:00.011) 0:21:15.869 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708246212.0302196, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1707816148.601, "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": 1707815891.519, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "885553678", "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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 18 February 2024 09:30:00 +0000 (0:00:00.199) 0:21:16.068 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 18 February 2024 09:30:00 +0000 (0:00:00.011) 0:21:16.080 ******* ok: [sut] TASK [Run the snapshot role to create snapshot LVs] **************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:47 Sunday 18 February 2024 09:30:01 +0000 (0:00:00.822) 0:21:16.902 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 09:30:01 +0000 (0:00:00.025) 0:21:16.928 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 09:30:01 +0000 (0:00:00.019) 0:21:16.947 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 09:30:01 +0000 (0:00:00.025) 0:21:16.972 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 09:30:01 +0000 (0:00:00.014) 0:21:16.987 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 09:30:01 +0000 (0:00:00.014) 0:21:17.002 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 09:30:01 +0000 (0:00:00.027) 0:21:17.030 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 09:34:02 +0000 (0:04:00.928) 0:25:17.958 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -a -r 15 -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 09:34:02 +0000 (0:00:00.028) 0:25:17.986 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 09:34:04 +0000 (0:00:02.316) 0:25:20.303 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 09:34:04 +0000 (0:00:00.014) 0:25:20.318 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 09:34:04 +0000 (0:00:00.011) 0:25:20.330 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Verify the snapshot LVs are created] ************************************* task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:56 Sunday 18 February 2024 09:34:04 +0000 (0:00:00.016) 0:25:20.346 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 09:34:04 +0000 (0:00:00.025) 0:25:20.372 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 09:34:04 +0000 (0:00:00.040) 0:25:20.412 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 09:34:04 +0000 (0:00:00.024) 0:25:20.437 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 09:34:04 +0000 (0:00:00.015) 0:25:20.452 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 09:34:04 +0000 (0:00:00.014) 0:25:20.467 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 09:34:04 +0000 (0:00:00.027) 0:25:20.495 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 09:38:05 +0000 (0:04:00.926) 0:29:21.421 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py check -a -v -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command check] ********* task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 09:38:05 +0000 (0:00:00.027) 0:29:21.449 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 09:38:07 +0000 (0:00:01.555) 0:29:23.004 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 09:38:07 +0000 (0:00:00.015) 0:29:23.019 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 09:38:07 +0000 (0:00:00.013) 0:29:23.032 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Mount the snapshot for lv1] ********************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:65 Sunday 18 February 2024 09:38:07 +0000 (0:00:00.015) 0:29:23.048 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 09:38:07 +0000 (0:00:00.029) 0:29:23.077 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 09:38:07 +0000 (0:00:00.018) 0:29:23.096 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 09:38:07 +0000 (0:00:00.024) 0:29:23.121 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 09:38:07 +0000 (0:00:00.017) 0:29:23.138 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 09:38:07 +0000 (0:00:00.016) 0:29:23.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" } 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 09:38:07 +0000 (0:00:00.026) 0:29:23.180 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 09:42:08 +0000 (0:04:00.925) 0:33:24.106 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 09:42:08 +0000 (0:00:00.028) 0:33:24.135 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 09:42:08 +0000 (0:00:00.335) 0:33:24.470 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 09:42:08 +0000 (0:00:00.015) 0:33:24.486 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 09:42:08 +0000 (0:00:00.012) 0:33:24.498 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Mount the snapshot for lv2] ********************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:76 Sunday 18 February 2024 09:42:08 +0000 (0:00:00.017) 0:33:24.516 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 09:42:08 +0000 (0:00:00.033) 0:33:24.549 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 09:42:08 +0000 (0:00:00.021) 0:33:24.570 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 09:42:08 +0000 (0:00:00.023) 0:33:24.594 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 09:42:08 +0000 (0:00:00.014) 0:33:24.608 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 09:42:08 +0000 (0:00:00.014) 0:33:24.623 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 09:42:09 +0000 (0:00:00.026) 0:33:24.649 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 09:46:09 +0000 (0:04:00.915) 0:37:25.565 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 09:46:09 +0000 (0:00:00.029) 0:37:25.594 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 09:46:10 +0000 (0:00:00.335) 0:37:25.929 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 09:46:10 +0000 (0:00:00.014) 0:37:25.944 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 09:46:10 +0000 (0:00:00.012) 0:37:25.957 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Mount the snapshot for lv7] ********************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:87 Sunday 18 February 2024 09:46:10 +0000 (0:00:00.016) 0:37:25.973 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 09:46:10 +0000 (0:00:00.033) 0:37:26.007 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 09:46:10 +0000 (0:00:00.020) 0:37:26.027 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 09:46:10 +0000 (0:00:00.023) 0:37:26.051 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 09:46:10 +0000 (0:00:00.015) 0:37:26.066 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 09:46:10 +0000 (0:00:00.015) 0:37:26.082 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 09:46:10 +0000 (0:00:00.074) 0:37:26.156 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 09:50:11 +0000 (0:04:00.925) 0:41:27.081 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 09:50:11 +0000 (0:00:00.028) 0:41:27.109 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 09:50:11 +0000 (0:00:00.327) 0:41:27.437 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 09:50:11 +0000 (0:00:00.015) 0:41:27.453 ******* skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 09:50:11 +0000 (0:00:00.011) 0:41:27.465 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Mount the origin for lv6] ************************************************ task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:98 Sunday 18 February 2024 09:50:11 +0000 (0:00:00.016) 0:41:27.482 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 09:50:11 +0000 (0:00:00.037) 0:41:27.519 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 09:50:11 +0000 (0:00:00.018) 0:41:27.538 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 09:50:11 +0000 (0:00:00.024) 0:41:27.562 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 09:50:11 +0000 (0:00:00.014) 0:41:27.577 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 09:50:11 +0000 (0:00:00.014) 0:41:27.592 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 09:50:11 +0000 (0:00:00.026) 0:41:27.618 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 09:54:12 +0000 (0:04:00.923) 0:45:28.542 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -O -c -vg test_vg3 -lv lv6 -s snapset1 -m /mnt/lv6_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 09:54:12 +0000 (0:00:00.030) 0:45:28.573 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 09:54:13 +0000 (0:00:00.331) 0:45:28.904 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 09:54:13 +0000 (0:00:00.014) 0:45:28.919 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 09:54:13 +0000 (0:00:00.012) 0:45:28.932 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Verify snapshot is mounted for lv1] ************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:110 Sunday 18 February 2024 09:54:13 +0000 (0:00:00.017) 0:45:28.949 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 09:54:13 +0000 (0:00:00.038) 0:45:28.987 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 09:54:13 +0000 (0:00:00.020) 0:45:29.008 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 09:54:13 +0000 (0:00:00.023) 0:45:29.032 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 09:54:13 +0000 (0:00:00.016) 0:45:29.048 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 09:54:13 +0000 (0:00:00.015) 0:45:29.063 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 09:54:13 +0000 (0:00:00.026) 0:45:29.090 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 09:58:14 +0000 (0:04:00.926) 0:49:30.016 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 09:58:14 +0000 (0:00:00.028) 0:49:30.045 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 09:58:14 +0000 (0:00:00.312) 0:49:30.357 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 09:58:14 +0000 (0:00:00.016) 0:49:30.374 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 09:58:14 +0000 (0:00:00.012) 0:49:30.387 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Verify snapshot is mounted for lv2] ************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:121 Sunday 18 February 2024 09:58:14 +0000 (0:00:00.016) 0:49:30.403 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 09:58:14 +0000 (0:00:00.041) 0:49:30.445 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 09:58:14 +0000 (0:00:00.019) 0:49:30.464 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 09:58:14 +0000 (0:00:00.025) 0:49:30.490 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 09:58:14 +0000 (0:00:00.015) 0:49:30.505 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 09:58:14 +0000 (0:00:00.014) 0:49:30.520 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 09:58:14 +0000 (0:00:00.026) 0:49:30.546 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 10:02:15 +0000 (0:04:00.930) 0:53:31.477 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 10:02:15 +0000 (0:00:00.085) 0:53:31.562 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 10:02:16 +0000 (0:00:00.318) 0:53:31.881 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 10:02:16 +0000 (0:00:00.014) 0:53:31.896 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 10:02:16 +0000 (0:00:00.011) 0:53:31.907 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Verify snapshot is mounted for lv7] ************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:132 Sunday 18 February 2024 10:02:16 +0000 (0:00:00.017) 0:53:31.925 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 10:02:16 +0000 (0:00:00.044) 0:53:31.970 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 10:02:16 +0000 (0:00:00.019) 0:53:31.989 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 10:02:16 +0000 (0:00:00.023) 0:53:32.012 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 10:02:16 +0000 (0:00:00.017) 0:53:32.030 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 10:02:16 +0000 (0:00:00.015) 0:53:32.045 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 10:02:16 +0000 (0:00:00.026) 0:53:32.072 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 10:06:17 +0000 (0:04:00.919) 0:57:32.992 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 10:06:17 +0000 (0:00:00.028) 0:57:33.020 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 10:06:17 +0000 (0:00:00.309) 0:57:33.330 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 10:06:17 +0000 (0:00:00.015) 0:57:33.345 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 10:06:17 +0000 (0:00:00.013) 0:57:33.358 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Verify origin is mounted lv6] ******************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:143 Sunday 18 February 2024 10:06:17 +0000 (0:00:00.018) 0:57:33.377 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 10:06:17 +0000 (0:00:00.047) 0:57:33.424 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 10:06:17 +0000 (0:00:00.021) 0:57:33.445 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 10:06:17 +0000 (0:00:00.025) 0:57:33.471 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 10:06:17 +0000 (0:00:00.014) 0:57:33.486 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 10:06:17 +0000 (0:00:00.014) 0:57:33.501 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 10:06:17 +0000 (0:00:00.027) 0:57:33.528 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 10:10:18 +0000 (0:04:00.926) 1:01:34.455 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -O -c -vg test_vg3 -lv lv6 -s snapset1 -m /mnt/lv6_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 10:10:18 +0000 (0:00:00.030) 1:01:34.485 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 10:10:19 +0000 (0:00:00.308) 1:01:34.794 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 10:10:19 +0000 (0:00:00.015) 1:01:34.810 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 10:10:19 +0000 (0:00:00.013) 1:01:34.823 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Umount the snapshot for lv1] ********************************************* task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:156 Sunday 18 February 2024 10:10:19 +0000 (0:00:00.017) 1:01:34.841 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 10:10:19 +0000 (0:00:00.049) 1:01:34.891 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 10:10:19 +0000 (0:00:00.019) 1:01:34.911 ******* skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 10:10:19 +0000 (0:00:00.026) 1:01:34.937 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 10:10:19 +0000 (0:00:00.015) 1:01:34.953 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 10:10:19 +0000 (0:00:00.016) 1:01:34.970 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 10:10:19 +0000 (0:00:00.028) 1:01:34.999 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 10:14:20 +0000 (0:04:00.941) 1:05:35.941 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 10:14:20 +0000 (0:00:00.058) 1:05:36.000 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 10:14:20 +0000 (0:00:00.318) 1:05:36.319 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 10:14:20 +0000 (0:00:00.016) 1:05:36.335 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 10:14:20 +0000 (0:00:00.013) 1:05:36.349 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Umount the snapshot for lv2] ********************************************* task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:166 Sunday 18 February 2024 10:14:20 +0000 (0:00:00.019) 1:05:36.368 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 10:14:20 +0000 (0:00:00.053) 1:05:36.421 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 10:14:20 +0000 (0:00:00.019) 1:05:36.441 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 10:14:20 +0000 (0:00:00.024) 1:05:36.465 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 10:14:20 +0000 (0:00:00.016) 1:05:36.482 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 10:14:20 +0000 (0:00:00.016) 1:05:36.498 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 10:14:20 +0000 (0:00:00.027) 1:05:36.525 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 10:18:21 +0000 (0:04:00.909) 1:09:37.435 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 10:18:21 +0000 (0:00:00.028) 1:09:37.464 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 10:18:22 +0000 (0:00:00.316) 1:09:37.780 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 10:18:22 +0000 (0:00:00.015) 1:09:37.796 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 10:18:22 +0000 (0:00:00.012) 1:09:37.808 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Umount the snapshot for lv7] ********************************************* task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:176 Sunday 18 February 2024 10:18:22 +0000 (0:00:00.016) 1:09:37.825 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 10:18:22 +0000 (0:00:00.054) 1:09:37.879 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 10:18:22 +0000 (0:00:00.021) 1:09:37.900 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 10:18:22 +0000 (0:00:00.024) 1:09:37.925 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 10:18:22 +0000 (0:00:00.016) 1:09:37.941 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 10:18:22 +0000 (0:00:00.015) 1:09:37.957 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 10:18:22 +0000 (0:00:00.029) 1:09:37.987 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 10:22:23 +0000 (0:04:00.914) 1:13:38.901 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 10:22:23 +0000 (0:00:00.029) 1:13:38.931 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 10:22:23 +0000 (0:00:00.366) 1:13:39.297 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 10:22:23 +0000 (0:00:00.017) 1:13:39.314 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 10:22:23 +0000 (0:00:00.012) 1:13:39.327 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Umount the origin for lv6] *********************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:186 Sunday 18 February 2024 10:22:23 +0000 (0:00:00.017) 1:13:39.344 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 10:22:23 +0000 (0:00:00.056) 1:13:39.401 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 10:22:23 +0000 (0:00:00.020) 1:13:39.422 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 10:22:23 +0000 (0:00:00.023) 1:13:39.446 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 10:22:23 +0000 (0:00:00.015) 1:13:39.462 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 10:22:23 +0000 (0:00:00.015) 1:13:39.477 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 10:22:23 +0000 (0:00:00.028) 1:13:39.505 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 10:26:24 +0000 (0:04:01.007) 1:17:40.512 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -m /mnt/lv6_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 10:26:24 +0000 (0:00:00.030) 1:17:40.543 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 10:26:25 +0000 (0:00:00.250) 1:17:40.794 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 10:26:25 +0000 (0:00:00.015) 1:17:40.810 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 10:26:25 +0000 (0:00:00.014) 1:17:40.824 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Verify umount of the for lv1] ******************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:193 Sunday 18 February 2024 10:26:25 +0000 (0:00:00.017) 1:17:40.841 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 10:26:25 +0000 (0:00:00.062) 1:17:40.904 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 10:26:25 +0000 (0:00:00.022) 1:17:40.927 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 10:26:25 +0000 (0:00:00.028) 1:17:40.955 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 10:26:25 +0000 (0:00:00.016) 1:17:40.972 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 10:26:25 +0000 (0:00:00.016) 1:17:40.988 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 10:26:25 +0000 (0:00:00.028) 1:17:41.017 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 10:30:26 +0000 (0:04:00.921) 1:21:41.938 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 10:30:26 +0000 (0:00:00.030) 1:21:41.968 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 10:30:26 +0000 (0:00:00.240) 1:21:42.209 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 10:30:26 +0000 (0:00:00.016) 1:21:42.226 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 10:30:26 +0000 (0:00:00.012) 1:21:42.239 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Verify umount of the for lv2] ******************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:204 Sunday 18 February 2024 10:30:26 +0000 (0:00:00.018) 1:21:42.257 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 10:30:26 +0000 (0:00:00.062) 1:21:42.320 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 10:30:26 +0000 (0:00:00.020) 1:21:42.340 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 10:30:26 +0000 (0:00:00.024) 1:21:42.365 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 10:30:26 +0000 (0:00:00.016) 1:21:42.382 ******* skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 10:30:26 +0000 (0:00:00.016) 1:21:42.398 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 10:30:26 +0000 (0:00:00.027) 1:21:42.425 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 10:34:27 +0000 (0:04:00.939) 1:25:43.364 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 10:34:27 +0000 (0:00:00.028) 1:25:43.393 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 10:34:28 +0000 (0:00:00.245) 1:25:43.638 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 10:34:28 +0000 (0:00:00.016) 1:25:43.655 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 10:34:28 +0000 (0:00:00.012) 1:25:43.667 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Verify umount of the for lv7] ******************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:215 Sunday 18 February 2024 10:34:28 +0000 (0:00:00.016) 1:25:43.684 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 10:34:28 +0000 (0:00:00.065) 1:25:43.749 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 10:34:28 +0000 (0:00:00.020) 1:25:43.770 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 10:34:28 +0000 (0:00:00.023) 1:25:43.793 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 10:34:28 +0000 (0:00:00.016) 1:25:43.810 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 10:34:28 +0000 (0:00:00.050) 1:25:43.861 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 10:34:28 +0000 (0:00:00.029) 1:25:43.890 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 10:38:29 +0000 (0:04:00.901) 1:29:44.792 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 10:38:29 +0000 (0:00:00.028) 1:29:44.821 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 10:38:29 +0000 (0:00:00.243) 1:29:45.065 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 10:38:29 +0000 (0:00:00.015) 1:29:45.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 10:38:29 +0000 (0:00:00.012) 1:29:45.093 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Verify umount of the origin for lv6] ************************************* task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:226 Sunday 18 February 2024 10:38:29 +0000 (0:00:00.017) 1:29:45.110 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 10:38:29 +0000 (0:00:00.067) 1:29:45.178 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 10:38:29 +0000 (0:00:00.021) 1:29:45.199 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 10:38:29 +0000 (0:00:00.024) 1:29:45.224 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 10:38:29 +0000 (0:00:00.015) 1:29:45.239 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 10:38:29 +0000 (0:00:00.016) 1:29:45.255 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 10:38:29 +0000 (0:00:00.028) 1:29:45.284 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 10:42:30 +0000 (0:04:00.936) 1:33:46.220 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -vg test_vg3 -lv lv6 -s snapset1 -m /mnt/lv6_mp " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 10:42:30 +0000 (0:00:00.028) 1:33:46.249 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 10:42:30 +0000 (0:00:00.240) 1:33:46.489 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 10:42:30 +0000 (0:00:00.018) 1:33:46.507 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 10:42:30 +0000 (0:00:00.013) 1:33:46.521 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Run the snapshot role remove the snapshot LVs] *************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:237 Sunday 18 February 2024 10:42:30 +0000 (0:00:00.017) 1:33:46.539 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 10:42:30 +0000 (0:00:00.068) 1:33:46.608 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 10:42:30 +0000 (0:00:00.021) 1:33:46.629 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 10:42:31 +0000 (0:00:00.024) 1:33:46.654 ******* skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 10:42:31 +0000 (0:00:00.015) 1:33:46.670 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 10:42:31 +0000 (0:00:00.015) 1:33:46.685 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 10:42:31 +0000 (0:00:00.029) 1:33:46.715 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 10:46:32 +0000 (0:04:00.921) 1:37:47.637 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 10:46:32 +0000 (0:00:00.029) 1:37:47.666 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 10:46:33 +0000 (0:00:01.457) 1:37:49.124 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 10:46:33 +0000 (0:00:00.017) 1:37:49.141 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 10:46:33 +0000 (0:00:00.013) 1:37:49.154 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Use the snapshot_lvm_verify option to make sure remove is done] ********** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:244 Sunday 18 February 2024 10:46:33 +0000 (0:00:00.017) 1:37:49.172 ******* TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Sunday 18 February 2024 10:46:33 +0000 (0:00:00.070) 1:37:49.242 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Sunday 18 February 2024 10:46:33 +0000 (0:00:00.060) 1:37:49.303 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Sunday 18 February 2024 10:46:33 +0000 (0:00:00.025) 1:37:49.328 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Sunday 18 February 2024 10:46:33 +0000 (0:00:00.016) 1:37:49.344 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Sunday 18 February 2024 10:46:33 +0000 (0:00:00.017) 1:37:49.362 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Sunday 18 February 2024 10:46:33 +0000 (0:00:00.029) 1:37:49.391 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Sunday 18 February 2024 10:50:34 +0000 (0:04:00.922) 1:41:50.314 ******* ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:17 Sunday 18 February 2024 10:50:34 +0000 (0:00:00.029) 1:41:50.343 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:25 Sunday 18 February 2024 10:50:35 +0000 (0:00:01.041) 1:41:51.385 ******* ok: [sut] => { "snapshot_cmd.stdout": "" } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:30 Sunday 18 February 2024 10:50:35 +0000 (0:00:00.016) 1:41:51.402 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:35 Sunday 18 February 2024 10:50:35 +0000 (0:00:00.014) 1:41:51.416 ******* skipping: [sut] => { "false_condition": "snapshot_cmd.rc != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tests_mount_verify.yml:252 Sunday 18 February 2024 10:50:35 +0000 (0:00:00.017) 1:41:51.434 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tasks/cleanup.yml:7 Sunday 18 February 2024 10:50:35 +0000 (0:00:00.044) 1:41:51.479 ******* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 18 February 2024 10:50:35 +0000 (0:00:00.022) 1:41:51.501 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 18 February 2024 10:50:35 +0000 (0:00:00.021) 1:41:51.522 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 18 February 2024 10:50:35 +0000 (0:00:00.025) 1:41:51.547 ******* 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-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 18 February 2024 10:50:35 +0000 (0:00:00.034) 1:41:51.582 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 18 February 2024 10:50:35 +0000 (0:00:00.016) 1:41:51.599 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 18 February 2024 10:50:35 +0000 (0:00:00.017) 1:41:51.616 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 18 February 2024 10:50:35 +0000 (0:00:00.014) 1:41:51.631 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 18 February 2024 10:50:36 +0000 (0:00:00.014) 1:41:51.646 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 18 February 2024 10:50:36 +0000 (0:00:00.032) 1:41:51.678 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 18 February 2024 10:54:36 +0000 (0:04:00.931) 1:45:52.610 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 18 February 2024 10:54:37 +0000 (0:00:00.033) 1:45:52.643 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 18 February 2024 10:54:37 +0000 (0:00:00.016) 1:45:52.660 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Sunday 18 February 2024 10:54:40 +0000 (0:00:03.487) 1:45:56.147 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/.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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Sunday 18 February 2024 10:54:40 +0000 (0:00:00.027) 1:45:56.175 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Sunday 18 February 2024 10:54:40 +0000 (0:00:00.024) 1:45:56.199 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Sunday 18 February 2024 10:54:40 +0000 (0:00:00.023) 1:45:56.222 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Sunday 18 February 2024 10:54:40 +0000 (0:00:00.022) 1:45:56.245 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Sunday 18 February 2024 10:58:41 +0000 (0:04:00.940) 1:49:57.186 ******* 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-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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Sunday 18 February 2024 10:58:43 +0000 (0:00:01.581) 1:49:58.767 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Sunday 18 February 2024 10:58:43 +0000 (0:00:00.036) 1:49:58.804 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Sunday 18 February 2024 10:58:43 +0000 (0:00:00.012) 1:49:58.817 ******* 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/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "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/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Sunday 18 February 2024 10:58:51 +0000 (0:00:08.129) 1:50:06.946 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Sunday 18 February 2024 10:58:51 +0000 (0:00:00.021) 1:50:06.968 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Sunday 18 February 2024 10:58:51 +0000 (0:00:00.013) 1:50:06.981 ******* 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/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "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/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Sunday 18 February 2024 10:58:51 +0000 (0:00:00.026) 1:50:07.008 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Sunday 18 February 2024 10:58:51 +0000 (0:00:00.023) 1:50:07.032 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 18 February 2024 10:58:51 +0000 (0:00:00.016) 1:50:07.048 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Sunday 18 February 2024 10:58:51 +0000 (0:00:00.021) 1:50:07.070 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Sunday 18 February 2024 10:58:51 +0000 (0:00:00.054) 1:50:07.124 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Sunday 18 February 2024 10:58:51 +0000 (0:00:00.024) 1:50:07.148 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Sunday 18 February 2024 10:58:51 +0000 (0:00:00.023) 1:50:07.171 ******* 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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 18 February 2024 10:58:51 +0000 (0:00:00.015) 1:50:07.186 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708246212.0302196, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1707816148.601, "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": 1707815891.519, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "885553678", "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-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Sunday 18 February 2024 10:58:51 +0000 (0:00:00.195) 1:50:07.382 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Sunday 18 February 2024 10:58:51 +0000 (0:00:00.014) 1:50:07.396 ******* ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tasks/cleanup.yml:29 Sunday 18 February 2024 10:58:52 +0000 (0:00:00.746) 1:50:08.143 ******* 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-weekly-ci3hat8bvx/tests/tasks/cleanup.yml:33 Sunday 18 February 2024 10:58:52 +0000 (0:00:00.014) 1:50:08.157 ******* included: /WORKDIR/git-weekly-ci3hat8bvx/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/get_unused_disk.yml:5 Sunday 18 February 2024 10:58:52 +0000 (0:00:00.020) 1:50:08.178 ******* 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-weekly-ci3hat8bvx/tests/get_unused_disk.yml:10 Sunday 18 February 2024 10:58:52 +0000 (0:00:00.015) 1:50:08.194 ******* skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/get_unused_disk.yml:14 Sunday 18 February 2024 10:58:52 +0000 (0:00:00.015) 1:50:08.209 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux-core TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/get_unused_disk.yml:23 Sunday 18 February 2024 11:02:53 +0000 (0:04:00.927) 1:54:09.137 ******* 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-weekly-ci3hat8bvx/tests/get_unused_disk.yml:31 Sunday 18 February 2024 11:02:53 +0000 (0:00:00.214) 1:54:09.351 ******* 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-weekly-ci3hat8bvx/tests/get_unused_disk.yml:36 Sunday 18 February 2024 11:02:53 +0000 (0:00:00.017) 1:54:09.369 ******* 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-weekly-ci3hat8bvx/tests/get_unused_disk.yml:44 Sunday 18 February 2024 11:02:53 +0000 (0:00:00.014) 1:54:09.383 ******* skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/get_unused_disk.yml:49 Sunday 18 February 2024 11:02:53 +0000 (0:00:00.021) 1:54:09.405 ******* 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-weekly-ci3hat8bvx/tests/get_unused_disk.yml:58 Sunday 18 February 2024 11:02:53 +0000 (0:00:00.021) 1:54:09.427 ******* skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-weekly-ci3hat8bvx/tests/tasks/cleanup.yml:39 Sunday 18 February 2024 11:02:53 +0000 (0:00:00.021) 1:54:09.448 ******* 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 || :\n", "delta": "0:00:00.084809", "end": "2024-02-18 11:02:54.131739", "failed_when_result": true, "rc": 0, "start": "2024-02-18 11:02:54.046930" } 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=447199,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=723620k,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=14615) none on /run/credentials/systemd-sysctl.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime,seclabel) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime,seclabel) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime,seclabel) none on /run/credentials/systemd-tmpfiles-setup-dev.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) none on /run/credentials/systemd-tmpfiles-setup.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime) tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,seclabel,size=361808k,nr_inodes=90452,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.7G 264G 2% / tmpfs 371M 0 371M 0% /run/user/0 + lvs --all + pvs --all + vgs --all + cat /tmp/snapshot_role.log 2024-02-18 09:34:02,555 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None 2024-02-18 09:34:02,555 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-02-18 09:34:02,594 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mhqjQq-xBsH-9oXp-2B8f-S1O9-R1lp-7decL0", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:02,594 INFO snapshot-role/MainThread: {"lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "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-02-18 09:34:02,594 INFO snapshot-role/MainThread: {"lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "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-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u", "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-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71", "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-02-18 09:34:02,595 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"4o7VpA-j3iM-2IgI-RbVh-Bfbr-MvVG-FrJRV2", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "pv_name":"/dev/sdh"}, 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "pv_name":"/dev/sdj"}, 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71", "pv_name":"/dev/sdg"}, 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u", "pv_name":"/dev/sdg"}, 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "pv_name":"/dev/sdg"}, 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lWfJLQ-TCEu-oVa8-puTf-IbBH-SeRI-lEKDg5", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "pv_name":"/dev/sdi"} 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46"}, 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46"}, 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM"}, 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM"}, 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71"}, 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u"} 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"m724n1-plAD-a610-DQvN-LDfF-60y9-flJJHa", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-02-18 09:34:02,595 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8", "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-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj", "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-02-18 09:34:02,596 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0as62k-klA4-QycZ-g6ef-JGb3-ZmgI-yhgMp5", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ZQg0fN-8hXu-YcTH-7PbA-RyyQ-gTti-JmU9Sv", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj", "pv_name":"/dev/sdd"}, 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8", "pv_name":"/dev/sdd"}, 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8"}, 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj"} 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Tl66vD-wvg6-nSek-G50z-nle1-LCxM-XFlQOO", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh", "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-02-18 09:34:02,596 INFO snapshot-role/MainThread: {"lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "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-02-18 09:34:02,596 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "pv_name":"/dev/sdb"}, 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh", "pv_name":"/dev/sdb"}, 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cqX3mc-f61g-53vz-scal-FEl7-uNHp-eruc7R", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "pv_name":"/dev/sda"}, 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"x6EKEr-xG07-LsvQ-Lexs-kYoU-1jYv-6sCZAr", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh"}, 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn"}, 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn"} 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: LV: total 3208642560 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-02-18 09:34:02,597 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-02-18 09:34:02,598 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-02-18 09:34:02,598 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-02-18 09:34:02,598 INFO snapshot-role/MainThread: LV: total 964689920 2024-02-18 09:34:02,598 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-02-18 09:34:02,598 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-02-18 09:34:02,598 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-02-18 09:34:02,598 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-02-18 09:34:02,598 INFO snapshot-role/MainThread: LV: total 2088763392 2024-02-18 09:34:02,598 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-02-18 09:34:02,598 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-02-18 09:34:02,635 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mhqjQq-xBsH-9oXp-2B8f-S1O9-R1lp-7decL0", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:02,635 INFO snapshot-role/MainThread: {"lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "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-02-18 09:34:02,635 INFO snapshot-role/MainThread: {"lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "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-02-18 09:34:02,635 INFO snapshot-role/MainThread: {"lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u", "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-02-18 09:34:02,635 INFO snapshot-role/MainThread: {"lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71", "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-02-18 09:34:02,635 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"4o7VpA-j3iM-2IgI-RbVh-Bfbr-MvVG-FrJRV2", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "pv_name":"/dev/sdh"}, 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "pv_name":"/dev/sdj"}, 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71", "pv_name":"/dev/sdg"}, 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u", "pv_name":"/dev/sdg"}, 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "pv_name":"/dev/sdg"}, 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lWfJLQ-TCEu-oVa8-puTf-IbBH-SeRI-lEKDg5", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "pv_name":"/dev/sdi"} 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46"}, 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46"}, 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM"}, 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM"}, 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71"}, 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u"} 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"m724n1-plAD-a610-DQvN-LDfF-60y9-flJJHa", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:02,636 INFO snapshot-role/MainThread: {"lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8", "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-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj", "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-02-18 09:34:02,637 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0as62k-klA4-QycZ-g6ef-JGb3-ZmgI-yhgMp5", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ZQg0fN-8hXu-YcTH-7PbA-RyyQ-gTti-JmU9Sv", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj", "pv_name":"/dev/sdd"}, 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8", "pv_name":"/dev/sdd"}, 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8"}, 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj"} 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Tl66vD-wvg6-nSek-G50z-nle1-LCxM-XFlQOO", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh", "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-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "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-02-18 09:34:02,637 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 09:34:02,637 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "pv_name":"/dev/sdb"}, 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh", "pv_name":"/dev/sdb"}, 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cqX3mc-f61g-53vz-scal-FEl7-uNHp-eruc7R", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "pv_name":"/dev/sda"}, 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"x6EKEr-xG07-LsvQ-Lexs-kYoU-1jYv-6sCZAr", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh"}, 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn"}, 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn"} 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,638 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-02-18 09:34:02,666 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:02,666 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,666 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:02,666 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,666 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:02,666 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-02-18 09:34:02,666 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,666 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,666 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,666 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,666 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:02,666 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,666 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,666 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 09:34:02,697 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:02,697 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,697 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:02,697 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,697 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:02,697 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-02-18 09:34:02,697 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-02-18 09:34:02,697 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-02-18 09:34:02,697 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-02-18 09:34:02,697 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,697 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,697 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,697 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,697 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:02,697 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,697 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,697 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-02-18 09:34:02,735 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 09:34:02,735 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,735 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:02,735 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,735 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:02,735 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,735 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,735 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,735 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,735 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:02,735 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,735 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,735 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-02-18 09:34:02,913 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:02,913 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,913 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:02,913 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,913 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,913 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-02-18 09:34:02,960 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:02,960 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,960 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:02,960 INFO snapshot-role/MainThread: { 2024-02-18 09:34:02,960 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:02,961 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-02-18 09:34:02,961 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,961 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,961 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,962 INFO snapshot-role/MainThread: , 2024-02-18 09:34:02,962 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:02,962 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:02,962 INFO snapshot-role/MainThread: } 2024-02-18 09:34:02,962 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 09:34:03,004 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:03,004 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,004 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:03,004 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,004 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:03,004 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:34:03,004 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:34:03,004 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-02-18 09:34:03,004 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-02-18 09:34:03,004 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-02-18 09:34:03,004 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,004 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,004 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,004 INFO snapshot-role/MainThread: , 2024-02-18 09:34:03,004 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,005 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,005 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,005 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-02-18 09:34:03,042 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 09:34:03,042 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,042 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:03,042 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,042 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:03,042 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,042 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,042 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,042 INFO snapshot-role/MainThread: , 2024-02-18 09:34:03,042 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,042 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,042 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,043 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-02-18 09:34:03,171 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:03,171 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,171 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,171 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,171 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,171 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-02-18 09:34:03,210 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:03,211 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,211 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:03,211 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,211 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:03,211 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-02-18 09:34:03,211 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,211 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,211 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,211 INFO snapshot-role/MainThread: , 2024-02-18 09:34:03,211 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,211 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,211 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,212 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:34:03,259 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-02-18 09:34:03,259 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-02-18 09:34:03,259 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: , 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,259 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-02-18 09:34:03,291 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 09:34:03,291 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,291 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:03,291 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,291 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:03,291 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,291 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,292 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,292 INFO snapshot-role/MainThread: , 2024-02-18 09:34:03,292 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,292 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,292 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,292 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-02-18 09:34:03,411 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:03,412 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,412 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,412 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,412 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,412 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-02-18 09:34:03,458 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:03,458 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,458 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:03,459 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,459 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:03,459 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:34:03,459 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,459 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,459 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,459 INFO snapshot-role/MainThread: , 2024-02-18 09:34:03,459 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,459 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,459 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,459 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 09:34:03,501 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:34:03,502 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-02-18 09:34:03,502 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-02-18 09:34:03,502 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-02-18 09:34:03,502 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: , 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,502 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-02-18 09:34:03,544 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 09:34:03,544 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,544 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:03,544 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,544 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:03,544 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,544 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,544 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,544 INFO snapshot-role/MainThread: , 2024-02-18 09:34:03,544 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,544 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,544 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,544 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-02-18 09:34:03,669 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:03,669 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,669 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,669 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,669 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,669 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-02-18 09:34:03,708 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:03,709 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,709 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:03,709 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,709 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:03,709 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-02-18 09:34:03,709 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,709 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,709 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,709 INFO snapshot-role/MainThread: , 2024-02-18 09:34:03,709 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,709 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,709 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,710 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-02-18 09:34:03,753 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:03,753 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,753 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:03,753 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,753 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:03,753 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-02-18 09:34:03,753 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-02-18 09:34:03,753 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,753 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,753 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,753 INFO snapshot-role/MainThread: , 2024-02-18 09:34:03,753 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,753 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,753 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,753 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-02-18 09:34:03,784 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 09:34:03,784 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,784 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:03,784 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,784 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:03,784 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,784 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,784 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,784 INFO snapshot-role/MainThread: , 2024-02-18 09:34:03,784 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,784 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,784 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,784 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-02-18 09:34:03,906 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:03,906 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,906 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,906 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,906 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,906 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-02-18 09:34:03,958 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:03,958 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,958 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:03,958 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,958 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:03,959 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-02-18 09:34:03,959 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,959 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,959 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,959 INFO snapshot-role/MainThread: , 2024-02-18 09:34:03,959 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,959 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,959 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,959 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-02-18 09:34:03,985 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:03,985 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,985 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:03,985 INFO snapshot-role/MainThread: { 2024-02-18 09:34:03,985 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:03,985 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-02-18 09:34:03,986 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-02-18 09:34:03,986 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-02-18 09:34:03,986 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,986 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,986 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,986 INFO snapshot-role/MainThread: , 2024-02-18 09:34:03,986 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:03,986 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:03,986 INFO snapshot-role/MainThread: } 2024-02-18 09:34:03,986 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-02-18 09:34:04,018 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 09:34:04,018 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,018 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:04,018 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,018 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:04,018 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,018 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,019 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,019 INFO snapshot-role/MainThread: , 2024-02-18 09:34:04,019 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:04,019 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,019 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,019 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-02-18 09:34:04,136 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:04,137 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,137 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:04,137 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,137 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,137 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-02-18 09:34:04,191 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:04,191 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,191 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:04,191 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,191 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:04,191 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-02-18 09:34:04,191 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,191 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,191 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,191 INFO snapshot-role/MainThread: , 2024-02-18 09:34:04,191 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:04,191 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,191 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,191 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-02-18 09:34:04,223 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:04,224 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,224 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:04,224 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,224 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:04,224 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-02-18 09:34:04,224 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-02-18 09:34:04,224 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,224 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,224 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,224 INFO snapshot-role/MainThread: , 2024-02-18 09:34:04,224 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:04,224 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,224 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,224 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-02-18 09:34:04,253 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 09:34:04,253 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,253 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:04,253 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,253 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:04,254 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,254 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,254 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,254 INFO snapshot-role/MainThread: , 2024-02-18 09:34:04,254 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:04,254 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,254 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,254 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-02-18 09:34:04,376 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:04,377 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,377 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:04,377 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,377 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,377 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-02-18 09:34:04,417 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:04,417 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,417 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:04,417 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,417 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:04,417 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-02-18 09:34:04,417 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,417 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,417 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,417 INFO snapshot-role/MainThread: , 2024-02-18 09:34:04,417 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:04,418 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,418 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,418 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-02-18 09:34:04,455 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:04,455 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,455 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:04,455 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,456 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:04,456 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-02-18 09:34:04,456 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-02-18 09:34:04,456 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-02-18 09:34:04,456 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,456 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,456 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,456 INFO snapshot-role/MainThread: , 2024-02-18 09:34:04,456 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:04,456 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,456 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,456 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-02-18 09:34:04,490 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 09:34:04,490 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,490 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:34:04,490 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,490 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:34:04,490 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,490 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,490 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,490 INFO snapshot-role/MainThread: , 2024-02-18 09:34:04,491 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:04,491 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,491 INFO snapshot-role/MainThread: } 2024-02-18 09:34:04,491 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-02-18 09:34:04,607 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:34:04,608 INFO snapshot-role/MainThread: { 2024-02-18 09:34:04,608 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:34:04,608 INFO snapshot-role/MainThread: ] 2024-02-18 09:34:04,608 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,016 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-02-18 09:38:06,016 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mhqjQq-xBsH-9oXp-2B8f-S1O9-R1lp-7decL0", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: {"lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: {"lv_uuid":"qNs1wH-yyMg-SXIa-UFBb-MPUO-Dkxq-7spMyB", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: {"lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: {"lv_uuid":"U6f5rv-rBmN-kMTY-ksni-Oefz-yHCP-COaiGT", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: {"lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 09:38:06,053 INFO snapshot-role/MainThread: {"lv_uuid":"f81QVD-1OiC-PwvL-JdVO-ILZX-zwTi-uY5F5k", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"lv_uuid":"y3lxYn-UWR2-JOqs-1ZxI-3kfe-o71S-x29Hod", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"4o7VpA-j3iM-2IgI-RbVh-Bfbr-MvVG-FrJRV2", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "pv_name":"/dev/sdh"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "pv_name":"/dev/sdj"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"U6f5rv-rBmN-kMTY-ksni-Oefz-yHCP-COaiGT", "pv_name":"/dev/sdj"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"f81QVD-1OiC-PwvL-JdVO-ILZX-zwTi-uY5F5k", "pv_name":"/dev/sdj"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"y3lxYn-UWR2-JOqs-1ZxI-3kfe-o71S-x29Hod", "pv_name":"/dev/sdj"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71", "pv_name":"/dev/sdg"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u", "pv_name":"/dev/sdg"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "pv_name":"/dev/sdg"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"qNs1wH-yyMg-SXIa-UFBb-MPUO-Dkxq-7spMyB", "pv_name":"/dev/sdg"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lWfJLQ-TCEu-oVa8-puTf-IbBH-SeRI-lEKDg5", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "pv_name":"/dev/sdi"} 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"U6f5rv-rBmN-kMTY-ksni-Oefz-yHCP-COaiGT"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"f81QVD-1OiC-PwvL-JdVO-ILZX-zwTi-uY5F5k"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"qNs1wH-yyMg-SXIa-UFBb-MPUO-Dkxq-7spMyB"}, 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"y3lxYn-UWR2-JOqs-1ZxI-3kfe-o71S-x29Hod"} 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,054 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"m724n1-plAD-a610-DQvN-LDfF-60y9-flJJHa", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"lv_uuid":"UGZ8eP-A6PD-7Q5Y-GBoj-BHRC-r17r-1j9emo", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"lv_uuid":"PHbceR-d6Lk-ASe4-sJwz-YEXo-Pp9O-uXICky", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0as62k-klA4-QycZ-g6ef-JGb3-ZmgI-yhgMp5", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"ZQg0fN-8hXu-YcTH-7PbA-RyyQ-gTti-JmU9Sv", "lv_uuid":"PHbceR-d6Lk-ASe4-sJwz-YEXo-Pp9O-uXICky", "pv_name":"/dev/sde"}, 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"ZQg0fN-8hXu-YcTH-7PbA-RyyQ-gTti-JmU9Sv", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj", "pv_name":"/dev/sdd"}, 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8", "pv_name":"/dev/sdd"}, 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"UGZ8eP-A6PD-7Q5Y-GBoj-BHRC-r17r-1j9emo", "pv_name":"/dev/sdd"}, 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8"}, 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"PHbceR-d6Lk-ASe4-sJwz-YEXo-Pp9O-uXICky"}, 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"UGZ8eP-A6PD-7Q5Y-GBoj-BHRC-r17r-1j9emo"}, 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj"} 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,055 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Tl66vD-wvg6-nSek-G50z-nle1-LCxM-XFlQOO", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"lv_uuid":"7kw0Wn-0Pts-K3aZ-NA6U-MD2A-A4ed-BALedc", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"lv_uuid":"4AQCsV-nOEf-nofN-uNx7-GP3E-TJHv-H5bPQi", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "pv_name":"/dev/sdb"}, 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh", "pv_name":"/dev/sdb"}, 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cqX3mc-f61g-53vz-scal-FEl7-uNHp-eruc7R", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "pv_name":"/dev/sda"}, 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"x6EKEr-xG07-LsvQ-Lexs-kYoU-1jYv-6sCZAr", "lv_uuid":"7kw0Wn-0Pts-K3aZ-NA6U-MD2A-A4ed-BALedc", "pv_name":"/dev/sdc"}, 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"x6EKEr-xG07-LsvQ-Lexs-kYoU-1jYv-6sCZAr", "lv_uuid":"4AQCsV-nOEf-nofN-uNx7-GP3E-TJHv-H5bPQi", "pv_name":"/dev/sdc"}, 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"x6EKEr-xG07-LsvQ-Lexs-kYoU-1jYv-6sCZAr", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh"}, 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"4AQCsV-nOEf-nofN-uNx7-GP3E-TJHv-H5bPQi"}, 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"7kw0Wn-0Pts-K3aZ-NA6U-MD2A-A4ed-BALedc"}, 2024-02-18 09:38:06,056 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn"}, 2024-02-18 09:38:06,057 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn"} 2024-02-18 09:38:06,057 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,057 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,057 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,057 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,057 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,057 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,057 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,057 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-02-18 09:38:06,089 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,089 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,090 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,090 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,090 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,090 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,090 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,090 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,090 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,090 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,090 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,090 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,090 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,090 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 09:38:06,120 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,121 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-02-18 09:38:06,121 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-02-18 09:38:06,121 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,121 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-02-18 09:38:06,154 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,154 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,154 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,154 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,155 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,155 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,155 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,155 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,155 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,155 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,155 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,155 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,155 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,155 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-02-18 09:38:06,188 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,188 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,188 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,188 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,188 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,188 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,188 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,188 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,189 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,189 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,189 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,189 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,189 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,189 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-02-18 09:38:06,218 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,218 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,218 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,218 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,218 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,219 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,219 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,219 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,219 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,219 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,219 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,219 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,219 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,219 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-02-18 09:38:06,248 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,248 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,248 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,248 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,248 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,249 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,249 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,249 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,249 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,249 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,249 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,249 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,249 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,249 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,278 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-02-18 09:38:06,278 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-02-18 09:38:06,278 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,278 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-02-18 09:38:06,308 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,309 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,309 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,309 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,309 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,309 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,309 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,309 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,309 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,309 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,309 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,309 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,309 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,309 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-02-18 09:38:06,339 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,339 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,339 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,339 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,339 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,339 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,339 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,339 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,339 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,339 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,339 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,339 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,339 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,339 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-02-18 09:38:06,369 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,369 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,369 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,370 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,370 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,370 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,370 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,370 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,370 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,370 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,370 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,370 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,370 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,370 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-02-18 09:38:06,403 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,403 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,403 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,403 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,404 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,404 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-02-18 09:38:06,404 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,404 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,404 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,404 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,404 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,404 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,404 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,404 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 09:38:06,434 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,434 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,434 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,434 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,434 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,434 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,434 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,435 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,435 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,435 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-02-18 09:38:06,435 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-02-18 09:38:06,435 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,435 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,435 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,435 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,435 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,435 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,435 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,435 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,435 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,435 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-02-18 09:38:06,466 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,466 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,466 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,466 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,466 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,466 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-02-18 09:38:06,466 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,467 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,467 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,467 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,467 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,467 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,467 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,467 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-02-18 09:38:06,496 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,496 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,496 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,496 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,496 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,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":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,496 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,496 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,496 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,497 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,497 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,497 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,497 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,497 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-02-18 09:38:06,528 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,529 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,529 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,529 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,529 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,529 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-02-18 09:38:06,529 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,529 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,529 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,529 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,529 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,529 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,529 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,529 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-02-18 09:38:06,558 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,558 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,558 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,558 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,558 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,558 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,558 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,559 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,559 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,559 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,559 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,559 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,559 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,559 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 09:38:06,592 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,593 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-02-18 09:38:06,593 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-02-18 09:38:06,593 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,593 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-02-18 09:38:06,622 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,622 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,623 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,623 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,623 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,623 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,623 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,623 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,623 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,623 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,623 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,623 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,623 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,623 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-02-18 09:38:06,653 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,653 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,653 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,653 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,653 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,654 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,654 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,654 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,654 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,654 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,654 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,654 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,654 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,654 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-02-18 09:38:06,683 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,683 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,684 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,684 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,684 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,684 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,684 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,684 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,684 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,684 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,684 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,684 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,684 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,684 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-02-18 09:38:06,719 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,720 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,720 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,720 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,720 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,720 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-02-18 09:38:06,720 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,720 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,720 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,720 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,720 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,720 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,720 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,720 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-02-18 09:38:06,753 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,753 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,753 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,753 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,754 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,754 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-02-18 09:38:06,754 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-02-18 09:38:06,754 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-02-18 09:38:06,754 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-02-18 09:38:06,754 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,754 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,754 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,754 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,754 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,754 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,754 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,754 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-02-18 09:38:06,789 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,790 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,790 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,790 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,790 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,790 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-02-18 09:38:06,790 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,790 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,790 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,790 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,790 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,790 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,790 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,790 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-02-18 09:38:06,819 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,819 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,819 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,819 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,819 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,819 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:06,819 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,819 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,820 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,820 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,820 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,820 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,820 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,820 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-02-18 09:38:06,851 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,851 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,851 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,851 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,852 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,852 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-02-18 09:38:06,852 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,852 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,852 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,852 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,852 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,852 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,852 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,852 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-02-18 09:38:06,881 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,881 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,881 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,881 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,881 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,881 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-02-18 09:38:06,881 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,881 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,882 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,882 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,882 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,882 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,882 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,882 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-02-18 09:38:06,912 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,912 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,912 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,912 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,912 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,912 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-02-18 09:38:06,913 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-02-18 09:38:06,913 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-02-18 09:38:06,913 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-02-18 09:38:06,913 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,913 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,913 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,913 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,913 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,913 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,913 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,913 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-02-18 09:38:06,947 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,947 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,947 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,947 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,947 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,947 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-02-18 09:38:06,948 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,948 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,948 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,948 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,948 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,948 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,948 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,948 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-02-18 09:38:06,981 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:06,981 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,981 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:06,981 INFO snapshot-role/MainThread: { 2024-02-18 09:38:06,981 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:06,981 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-02-18 09:38:06,981 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,981 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,981 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,981 INFO snapshot-role/MainThread: , 2024-02-18 09:38:06,981 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:06,981 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:06,981 INFO snapshot-role/MainThread: } 2024-02-18 09:38:06,981 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-02-18 09:38:07,015 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:07,015 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,015 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:07,016 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,016 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:07,016 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-02-18 09:38:07,016 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,016 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,016 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,016 INFO snapshot-role/MainThread: , 2024-02-18 09:38:07,016 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:07,016 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,016 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,016 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-02-18 09:38:07,046 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:07,046 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,046 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:07,046 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,046 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:07,046 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-02-18 09:38:07,046 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,046 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,046 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,046 INFO snapshot-role/MainThread: , 2024-02-18 09:38:07,046 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:07,046 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,046 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,046 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-02-18 09:38:07,081 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:07,081 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,081 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:07,081 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,081 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:07,081 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-02-18 09:38:07,081 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-02-18 09:38:07,081 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:07,081 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:07,081 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,081 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,081 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,081 INFO snapshot-role/MainThread: , 2024-02-18 09:38:07,081 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:07,081 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,081 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,081 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-02-18 09:38:07,113 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:07,113 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,114 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:07,114 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,114 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:07,114 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-02-18 09:38:07,114 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,114 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,114 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,114 INFO snapshot-role/MainThread: , 2024-02-18 09:38:07,114 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:07,114 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,114 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,114 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-02-18 09:38:07,144 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:07,144 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,144 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:07,144 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,144 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:07,144 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-02-18 09:38:07,144 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,144 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,144 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,144 INFO snapshot-role/MainThread: , 2024-02-18 09:38:07,144 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:07,144 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,144 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,144 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-02-18 09:38:07,173 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:07,173 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,173 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:07,173 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,174 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:07,174 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-02-18 09:38:07,174 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,174 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,174 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,174 INFO snapshot-role/MainThread: , 2024-02-18 09:38:07,174 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:07,174 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,174 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,174 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-02-18 09:38:07,203 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:07,204 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,204 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:07,204 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,204 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:07,204 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:07,204 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,204 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,204 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,204 INFO snapshot-role/MainThread: , 2024-02-18 09:38:07,204 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:07,204 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,204 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,204 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-02-18 09:38:07,237 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:07,238 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,238 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:07,238 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,238 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:07,238 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-02-18 09:38:07,238 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-02-18 09:38:07,238 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:38:07,238 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:07,238 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,238 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,238 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,238 INFO snapshot-role/MainThread: , 2024-02-18 09:38:07,238 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:07,238 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,238 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,238 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-02-18 09:38:07,267 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:07,267 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,267 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:07,267 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,267 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:07,267 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:07,267 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,267 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,267 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,267 INFO snapshot-role/MainThread: , 2024-02-18 09:38:07,268 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:07,268 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,268 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,268 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-02-18 09:38:07,302 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:07,302 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,302 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:07,302 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,302 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:07,303 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:07,303 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,303 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,303 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,303 INFO snapshot-role/MainThread: , 2024-02-18 09:38:07,303 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:07,303 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,303 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,303 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-02-18 09:38:07,331 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:38:07,331 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,331 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:38:07,331 INFO snapshot-role/MainThread: { 2024-02-18 09:38:07,331 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:38:07,331 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:38:07,332 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,332 INFO snapshot-role/MainThread: } 2024-02-18 09:38:07,332 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,332 INFO snapshot-role/MainThread: , 2024-02-18 09:38:07,332 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:38:07,332 INFO snapshot-role/MainThread: ] 2024-02-18 09:38:07,332 INFO snapshot-role/MainThread: } 2024-02-18 09:42:08,703 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-02-18 09:42:08,703 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-02-18 09:42:08,703 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-02-18 09:42:08,735 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:42:08,735 INFO snapshot-role/MainThread: { 2024-02-18 09:42:08,735 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:42:08,735 INFO snapshot-role/MainThread: { 2024-02-18 09:42:08,735 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:42:08,735 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-02-18 09:42:08,735 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-02-18 09:42:08,735 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:42:08,735 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:42:08,735 INFO snapshot-role/MainThread: ] 2024-02-18 09:42:08,735 INFO snapshot-role/MainThread: } 2024-02-18 09:42:08,735 INFO snapshot-role/MainThread: ] 2024-02-18 09:42:08,735 INFO snapshot-role/MainThread: , 2024-02-18 09:42:08,735 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:42:08,735 INFO snapshot-role/MainThread: ] 2024-02-18 09:42:08,735 INFO snapshot-role/MainThread: } 2024-02-18 09:42:08,735 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-02-18 09:42:08,770 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:42:08,770 INFO snapshot-role/MainThread: { 2024-02-18 09:42:08,770 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:42:08,770 INFO snapshot-role/MainThread: { 2024-02-18 09:42:08,770 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:42:08,770 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-02-18 09:42:08,770 INFO snapshot-role/MainThread: ] 2024-02-18 09:42:08,770 INFO snapshot-role/MainThread: } 2024-02-18 09:42:08,770 INFO snapshot-role/MainThread: ] 2024-02-18 09:42:08,770 INFO snapshot-role/MainThread: , 2024-02-18 09:42:08,770 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:42:08,770 INFO snapshot-role/MainThread: ] 2024-02-18 09:42:08,770 INFO snapshot-role/MainThread: } 2024-02-18 09:42:08,771 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-02-18 09:42:08,796 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:46:10,163 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv2_mp None None snapset1 lv2 test_vg1 None 2024-02-18 09:46:10,163 INFO snapshot-role/MainThread: mount_lv : /mnt/lv2_mp 2024-02-18 09:46:10,163 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-02-18 09:46:10,193 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:46:10,193 INFO snapshot-role/MainThread: { 2024-02-18 09:46:10,193 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:46:10,193 INFO snapshot-role/MainThread: { 2024-02-18 09:46:10,193 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:46:10,193 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-02-18 09:46:10,194 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-02-18 09:46:10,194 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:46:10,194 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:46:10,194 INFO snapshot-role/MainThread: ] 2024-02-18 09:46:10,194 INFO snapshot-role/MainThread: } 2024-02-18 09:46:10,194 INFO snapshot-role/MainThread: ] 2024-02-18 09:46:10,194 INFO snapshot-role/MainThread: , 2024-02-18 09:46:10,194 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:46:10,194 INFO snapshot-role/MainThread: ] 2024-02-18 09:46:10,194 INFO snapshot-role/MainThread: } 2024-02-18 09:46:10,194 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-02-18 09:46:10,229 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:46:10,229 INFO snapshot-role/MainThread: { 2024-02-18 09:46:10,229 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:46:10,230 INFO snapshot-role/MainThread: { 2024-02-18 09:46:10,230 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:46:10,230 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:46:10,230 INFO snapshot-role/MainThread: ] 2024-02-18 09:46:10,230 INFO snapshot-role/MainThread: } 2024-02-18 09:46:10,230 INFO snapshot-role/MainThread: ] 2024-02-18 09:46:10,230 INFO snapshot-role/MainThread: , 2024-02-18 09:46:10,230 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:46:10,230 INFO snapshot-role/MainThread: ] 2024-02-18 09:46:10,230 INFO snapshot-role/MainThread: } 2024-02-18 09:46:10,230 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv2_snapset1 /mnt/lv2_mp 2024-02-18 09:46:10,256 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:50:11,678 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv7_mp None None snapset1 lv7 test_vg3 None 2024-02-18 09:50:11,678 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-02-18 09:50:11,678 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: { 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: { 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:50:11,710 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-02-18 09:50:11,710 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-02-18 09:50:11,710 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: ] 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: } 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: ] 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: , 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: ] 2024-02-18 09:50:11,710 INFO snapshot-role/MainThread: } 2024-02-18 09:50:11,711 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-02-18 09:50:11,741 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:50:11,741 INFO snapshot-role/MainThread: { 2024-02-18 09:50:11,741 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:50:11,741 INFO snapshot-role/MainThread: { 2024-02-18 09:50:11,741 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:50:11,741 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-02-18 09:50:11,741 INFO snapshot-role/MainThread: ] 2024-02-18 09:50:11,741 INFO snapshot-role/MainThread: } 2024-02-18 09:50:11,741 INFO snapshot-role/MainThread: ] 2024-02-18 09:50:11,741 INFO snapshot-role/MainThread: , 2024-02-18 09:50:11,741 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:50:11,741 INFO snapshot-role/MainThread: ] 2024-02-18 09:50:11,741 INFO snapshot-role/MainThread: } 2024-02-18 09:50:11,741 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv7_snapset1 /mnt/lv7_mp 2024-02-18 09:50:11,764 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:54:13,141 INFO snapshot-role/MainThread: mount_cmd: 1 1 0 /mnt/lv6_mp None None snapset1 lv6 test_vg3 None 2024-02-18 09:54:13,141 INFO snapshot-role/MainThread: mount_lv : /mnt/lv6_mp 2024-02-18 09:54:13,141 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 09:54:13,174 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: { 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: { 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:54:13,175 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-02-18 09:54:13,175 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-02-18 09:54:13,175 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: ] 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: } 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: ] 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: , 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: ] 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: } 2024-02-18 09:54:13,175 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6 2024-02-18 09:54:13,207 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:54:13,207 INFO snapshot-role/MainThread: { 2024-02-18 09:54:13,207 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:54:13,207 INFO snapshot-role/MainThread: { 2024-02-18 09:54:13,207 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:54:13,207 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:54:13,208 INFO snapshot-role/MainThread: ] 2024-02-18 09:54:13,208 INFO snapshot-role/MainThread: } 2024-02-18 09:54:13,208 INFO snapshot-role/MainThread: ] 2024-02-18 09:54:13,208 INFO snapshot-role/MainThread: , 2024-02-18 09:54:13,208 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:54:13,208 INFO snapshot-role/MainThread: ] 2024-02-18 09:54:13,208 INFO snapshot-role/MainThread: } 2024-02-18 09:54:13,208 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv6 /mnt/lv6_mp 2024-02-18 09:54:13,231 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:58:14,617 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-02-18 09:58:14,617 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv1_mp None test_vg1 lv1 snapset1 2024-02-18 09:58:14,617 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-02-18 09:58:14,650 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:58:14,650 INFO snapshot-role/MainThread: { 2024-02-18 09:58:14,650 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:58:14,650 INFO snapshot-role/MainThread: { 2024-02-18 09:58:14,650 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:58:14,650 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-02-18 09:58:14,650 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-02-18 09:58:14,650 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 09:58:14,650 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 09:58:14,650 INFO snapshot-role/MainThread: ] 2024-02-18 09:58:14,650 INFO snapshot-role/MainThread: } 2024-02-18 09:58:14,650 INFO snapshot-role/MainThread: ] 2024-02-18 09:58:14,650 INFO snapshot-role/MainThread: , 2024-02-18 09:58:14,650 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:58:14,650 INFO snapshot-role/MainThread: ] 2024-02-18 09:58:14,651 INFO snapshot-role/MainThread: } 2024-02-18 09:58:14,651 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-02-18 09:58:14,682 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:58:14,682 INFO snapshot-role/MainThread: { 2024-02-18 09:58:14,682 INFO snapshot-role/MainThread: "report": [ 2024-02-18 09:58:14,682 INFO snapshot-role/MainThread: { 2024-02-18 09:58:14,682 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 09:58:14,682 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-02-18 09:58:14,682 INFO snapshot-role/MainThread: ] 2024-02-18 09:58:14,682 INFO snapshot-role/MainThread: } 2024-02-18 09:58:14,682 INFO snapshot-role/MainThread: ] 2024-02-18 09:58:14,682 INFO snapshot-role/MainThread: , 2024-02-18 09:58:14,682 INFO snapshot-role/MainThread: "log": [ 2024-02-18 09:58:14,682 INFO snapshot-role/MainThread: ] 2024-02-18 09:58:14,682 INFO snapshot-role/MainThread: } 2024-02-18 09:58:14,682 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-02-18 09:58:14,685 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 09:58:14,685 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-02-18 10:02:16,129 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv2_mp None None snapset1 lv2 test_vg1 None 2024-02-18 10:02:16,129 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv2_mp None test_vg1 lv2 snapset1 2024-02-18 10:02:16,129 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-02-18 10:02:16,160 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:02:16,161 INFO snapshot-role/MainThread: { 2024-02-18 10:02:16,161 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:02:16,161 INFO snapshot-role/MainThread: { 2024-02-18 10:02:16,161 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:02:16,161 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-02-18 10:02:16,161 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-02-18 10:02:16,161 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:02:16,161 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:02:16,161 INFO snapshot-role/MainThread: ] 2024-02-18 10:02:16,161 INFO snapshot-role/MainThread: } 2024-02-18 10:02:16,161 INFO snapshot-role/MainThread: ] 2024-02-18 10:02:16,161 INFO snapshot-role/MainThread: , 2024-02-18 10:02:16,161 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:02:16,161 INFO snapshot-role/MainThread: ] 2024-02-18 10:02:16,161 INFO snapshot-role/MainThread: } 2024-02-18 10:02:16,161 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-02-18 10:02:16,206 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:02:16,207 INFO snapshot-role/MainThread: { 2024-02-18 10:02:16,207 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:02:16,207 INFO snapshot-role/MainThread: { 2024-02-18 10:02:16,207 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:02:16,207 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:02:16,207 INFO snapshot-role/MainThread: ] 2024-02-18 10:02:16,207 INFO snapshot-role/MainThread: } 2024-02-18 10:02:16,207 INFO snapshot-role/MainThread: ] 2024-02-18 10:02:16,207 INFO snapshot-role/MainThread: , 2024-02-18 10:02:16,207 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:02:16,207 INFO snapshot-role/MainThread: ] 2024-02-18 10:02:16,207 INFO snapshot-role/MainThread: } 2024-02-18 10:02:16,207 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv2_snapset1 -P 2024-02-18 10:02:16,209 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:02:16,209 INFO snapshot-role/MainThread: TARGET="/mnt/lv2_mp" SOURCE="/dev/mapper/test_vg1-lv2_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-02-18 10:06:17,587 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv7_mp None None snapset1 lv7 test_vg3 None 2024-02-18 10:06:17,587 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv7_mp None test_vg3 lv7 snapset1 2024-02-18 10:06:17,587 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: { 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: { 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:06:17,622 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-02-18 10:06:17,622 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-02-18 10:06:17,622 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: ] 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: } 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: ] 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: , 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: ] 2024-02-18 10:06:17,622 INFO snapshot-role/MainThread: } 2024-02-18 10:06:17,623 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-02-18 10:06:17,654 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:06:17,654 INFO snapshot-role/MainThread: { 2024-02-18 10:06:17,654 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:06:17,654 INFO snapshot-role/MainThread: { 2024-02-18 10:06:17,654 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:06:17,654 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-02-18 10:06:17,654 INFO snapshot-role/MainThread: ] 2024-02-18 10:06:17,654 INFO snapshot-role/MainThread: } 2024-02-18 10:06:17,654 INFO snapshot-role/MainThread: ] 2024-02-18 10:06:17,654 INFO snapshot-role/MainThread: , 2024-02-18 10:06:17,654 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:06:17,654 INFO snapshot-role/MainThread: ] 2024-02-18 10:06:17,654 INFO snapshot-role/MainThread: } 2024-02-18 10:06:17,654 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7_snapset1 -P 2024-02-18 10:06:17,657 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:06:17,657 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-02-18 10:10:19,053 INFO snapshot-role/MainThread: mount_cmd: 1 1 1 /mnt/lv6_mp None None snapset1 lv6 test_vg3 None 2024-02-18 10:10:19,053 INFO snapshot-role/MainThread: mount_verify_lv : 1 /mnt/lv6_mp None test_vg3 lv6 snapset1 2024-02-18 10:10:19,053 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 10:10:19,088 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:10:19,088 INFO snapshot-role/MainThread: { 2024-02-18 10:10:19,088 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:10:19,088 INFO snapshot-role/MainThread: { 2024-02-18 10:10:19,088 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:10:19,088 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:10:19,088 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:10:19,088 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:10:19,088 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:10:19,088 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-02-18 10:10:19,088 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-02-18 10:10:19,088 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:10:19,088 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:10:19,088 INFO snapshot-role/MainThread: ] 2024-02-18 10:10:19,088 INFO snapshot-role/MainThread: } 2024-02-18 10:10:19,089 INFO snapshot-role/MainThread: ] 2024-02-18 10:10:19,089 INFO snapshot-role/MainThread: , 2024-02-18 10:10:19,089 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:10:19,089 INFO snapshot-role/MainThread: ] 2024-02-18 10:10:19,089 INFO snapshot-role/MainThread: } 2024-02-18 10:10:19,089 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6 2024-02-18 10:10:19,119 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:10:19,119 INFO snapshot-role/MainThread: { 2024-02-18 10:10:19,119 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:10:19,119 INFO snapshot-role/MainThread: { 2024-02-18 10:10:19,119 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:10:19,120 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:10:19,120 INFO snapshot-role/MainThread: ] 2024-02-18 10:10:19,120 INFO snapshot-role/MainThread: } 2024-02-18 10:10:19,120 INFO snapshot-role/MainThread: ] 2024-02-18 10:10:19,120 INFO snapshot-role/MainThread: , 2024-02-18 10:10:19,120 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:10:19,120 INFO snapshot-role/MainThread: ] 2024-02-18 10:10:19,120 INFO snapshot-role/MainThread: } 2024-02-18 10:10:19,120 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv6 -P 2024-02-18 10:10:19,122 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:10:19,122 INFO snapshot-role/MainThread: TARGET="/mnt/lv6_mp" SOURCE="/dev/mapper/test_vg3-lv6" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-02-18 10:14:20,570 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-02-18 10:14:20,570 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-02-18 10:14:20,570 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-02-18 10:14:20,602 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:14:20,602 INFO snapshot-role/MainThread: { 2024-02-18 10:14:20,602 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:14:20,602 INFO snapshot-role/MainThread: { 2024-02-18 10:14:20,602 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:14:20,602 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-02-18 10:14:20,602 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-02-18 10:14:20,602 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:14:20,602 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:14:20,602 INFO snapshot-role/MainThread: ] 2024-02-18 10:14:20,602 INFO snapshot-role/MainThread: } 2024-02-18 10:14:20,602 INFO snapshot-role/MainThread: ] 2024-02-18 10:14:20,602 INFO snapshot-role/MainThread: , 2024-02-18 10:14:20,602 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:14:20,602 INFO snapshot-role/MainThread: ] 2024-02-18 10:14:20,602 INFO snapshot-role/MainThread: } 2024-02-18 10:14:20,602 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-02-18 10:14:20,635 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:14:20,635 INFO snapshot-role/MainThread: { 2024-02-18 10:14:20,635 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:14:20,635 INFO snapshot-role/MainThread: { 2024-02-18 10:14:20,635 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:14:20,635 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-02-18 10:14:20,635 INFO snapshot-role/MainThread: ] 2024-02-18 10:14:20,635 INFO snapshot-role/MainThread: } 2024-02-18 10:14:20,635 INFO snapshot-role/MainThread: ] 2024-02-18 10:14:20,635 INFO snapshot-role/MainThread: , 2024-02-18 10:14:20,635 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:14:20,635 INFO snapshot-role/MainThread: ] 2024-02-18 10:14:20,635 INFO snapshot-role/MainThread: } 2024-02-18 10:14:20,635 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp -A 2024-02-18 10:14:20,646 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:18:22,032 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv2_mp lv2 test_vg1 None 2024-02-18 10:18:22,032 INFO snapshot-role/MainThread: umount_lv : /mnt/lv2_mp 2024-02-18 10:18:22,032 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-02-18 10:18:22,063 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:18:22,063 INFO snapshot-role/MainThread: { 2024-02-18 10:18:22,063 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:18:22,063 INFO snapshot-role/MainThread: { 2024-02-18 10:18:22,063 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:18:22,063 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-02-18 10:18:22,063 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-02-18 10:18:22,063 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:18:22,063 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:18:22,063 INFO snapshot-role/MainThread: ] 2024-02-18 10:18:22,063 INFO snapshot-role/MainThread: } 2024-02-18 10:18:22,063 INFO snapshot-role/MainThread: ] 2024-02-18 10:18:22,063 INFO snapshot-role/MainThread: , 2024-02-18 10:18:22,063 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:18:22,063 INFO snapshot-role/MainThread: ] 2024-02-18 10:18:22,063 INFO snapshot-role/MainThread: } 2024-02-18 10:18:22,063 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2 2024-02-18 10:18:22,098 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:18:22,098 INFO snapshot-role/MainThread: { 2024-02-18 10:18:22,098 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:18:22,098 INFO snapshot-role/MainThread: { 2024-02-18 10:18:22,098 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:18:22,098 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:18:22,098 INFO snapshot-role/MainThread: ] 2024-02-18 10:18:22,098 INFO snapshot-role/MainThread: } 2024-02-18 10:18:22,098 INFO snapshot-role/MainThread: ] 2024-02-18 10:18:22,098 INFO snapshot-role/MainThread: , 2024-02-18 10:18:22,098 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:18:22,098 INFO snapshot-role/MainThread: ] 2024-02-18 10:18:22,098 INFO snapshot-role/MainThread: } 2024-02-18 10:18:22,098 INFO snapshot-role/MainThread: Running... umount /mnt/lv2_mp -A 2024-02-18 10:18:22,107 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:22:23,500 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv7_mp lv7 test_vg3 None 2024-02-18 10:22:23,500 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-02-18 10:22:23,500 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 10:22:23,531 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: { 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: { 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:22:23,532 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-02-18 10:22:23,532 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-02-18 10:22:23,532 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: ] 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: } 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: ] 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: , 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: ] 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: } 2024-02-18 10:22:23,532 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-02-18 10:22:23,562 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:22:23,562 INFO snapshot-role/MainThread: { 2024-02-18 10:22:23,562 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:22:23,562 INFO snapshot-role/MainThread: { 2024-02-18 10:22:23,562 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:22:23,562 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-02-18 10:22:23,562 INFO snapshot-role/MainThread: ] 2024-02-18 10:22:23,563 INFO snapshot-role/MainThread: } 2024-02-18 10:22:23,563 INFO snapshot-role/MainThread: ] 2024-02-18 10:22:23,563 INFO snapshot-role/MainThread: , 2024-02-18 10:22:23,563 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:22:23,563 INFO snapshot-role/MainThread: ] 2024-02-18 10:22:23,563 INFO snapshot-role/MainThread: } 2024-02-18 10:22:23,563 INFO snapshot-role/MainThread: Running... umount /mnt/lv7_mp -A 2024-02-18 10:22:23,625 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:26:25,113 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv6_mp None None None 2024-02-18 10:26:25,113 INFO snapshot-role/MainThread: umount_lv : /mnt/lv6_mp 2024-02-18 10:26:25,113 INFO snapshot-role/MainThread: Running... umount /mnt/lv6_mp -A 2024-02-18 10:26:25,122 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:30:26,536 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-02-18 10:30:26,536 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv1_mp -P 2024-02-18 10:30:26,538 INFO snapshot-role/MainThread: Return code: 1 2024-02-18 10:34:27,963 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv2_mp lv2 test_vg1 None 2024-02-18 10:34:27,963 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv2_mp -P 2024-02-18 10:34:27,966 INFO snapshot-role/MainThread: Return code: 1 2024-02-18 10:38:29,390 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv7_mp lv7 test_vg3 None 2024-02-18 10:38:29,390 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv7_mp -P 2024-02-18 10:38:29,392 INFO snapshot-role/MainThread: Return code: 1 2024-02-18 10:42:30,816 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv6_mp lv6 test_vg3 None 2024-02-18 10:42:30,816 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv6_mp -P 2024-02-18 10:42:30,818 INFO snapshot-role/MainThread: Return code: 1 2024-02-18 10:46:32,235 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-02-18 10:46:32,235 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-02-18 10:46:32,275 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mhqjQq-xBsH-9oXp-2B8f-S1O9-R1lp-7decL0", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:46:32,275 INFO snapshot-role/MainThread: {"lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"lv_uuid":"qNs1wH-yyMg-SXIa-UFBb-MPUO-Dkxq-7spMyB", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"lv_uuid":"U6f5rv-rBmN-kMTY-ksni-Oefz-yHCP-COaiGT", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"1.30", "metadata_percent":"", "pool_lv":""}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"lv_uuid":"f81QVD-1OiC-PwvL-JdVO-ILZX-zwTi-uY5F5k", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"3.16", "metadata_percent":"", "pool_lv":""}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"lv_uuid":"y3lxYn-UWR2-JOqs-1ZxI-3kfe-o71S-x29Hod", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"4o7VpA-j3iM-2IgI-RbVh-Bfbr-MvVG-FrJRV2", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "pv_name":"/dev/sdh"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "pv_name":"/dev/sdj"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"U6f5rv-rBmN-kMTY-ksni-Oefz-yHCP-COaiGT", "pv_name":"/dev/sdj"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"f81QVD-1OiC-PwvL-JdVO-ILZX-zwTi-uY5F5k", "pv_name":"/dev/sdj"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"y3lxYn-UWR2-JOqs-1ZxI-3kfe-o71S-x29Hod", "pv_name":"/dev/sdj"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71", "pv_name":"/dev/sdg"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u", "pv_name":"/dev/sdg"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "pv_name":"/dev/sdg"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"qNs1wH-yyMg-SXIa-UFBb-MPUO-Dkxq-7spMyB", "pv_name":"/dev/sdg"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lWfJLQ-TCEu-oVa8-puTf-IbBH-SeRI-lEKDg5", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "pv_name":"/dev/sdi"} 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"U6f5rv-rBmN-kMTY-ksni-Oefz-yHCP-COaiGT"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71"}, 2024-02-18 10:46:32,276 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u"}, 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"f81QVD-1OiC-PwvL-JdVO-ILZX-zwTi-uY5F5k"}, 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"qNs1wH-yyMg-SXIa-UFBb-MPUO-Dkxq-7spMyB"}, 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"y3lxYn-UWR2-JOqs-1ZxI-3kfe-o71S-x29Hod"} 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"m724n1-plAD-a610-DQvN-LDfF-60y9-flJJHa", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"lv_uuid":"UGZ8eP-A6PD-7Q5Y-GBoj-BHRC-r17r-1j9emo", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"lv_uuid":"PHbceR-d6Lk-ASe4-sJwz-YEXo-Pp9O-uXICky", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0as62k-klA4-QycZ-g6ef-JGb3-ZmgI-yhgMp5", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"ZQg0fN-8hXu-YcTH-7PbA-RyyQ-gTti-JmU9Sv", "lv_uuid":"PHbceR-d6Lk-ASe4-sJwz-YEXo-Pp9O-uXICky", "pv_name":"/dev/sde"}, 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"ZQg0fN-8hXu-YcTH-7PbA-RyyQ-gTti-JmU9Sv", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj", "pv_name":"/dev/sdd"}, 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8", "pv_name":"/dev/sdd"}, 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"UGZ8eP-A6PD-7Q5Y-GBoj-BHRC-r17r-1j9emo", "pv_name":"/dev/sdd"}, 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-02-18 10:46:32,277 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8"}, 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"PHbceR-d6Lk-ASe4-sJwz-YEXo-Pp9O-uXICky"}, 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"UGZ8eP-A6PD-7Q5Y-GBoj-BHRC-r17r-1j9emo"}, 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj"} 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Tl66vD-wvg6-nSek-G50z-nle1-LCxM-XFlQOO", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"lv_uuid":"7kw0Wn-0Pts-K3aZ-NA6U-MD2A-A4ed-BALedc", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"2.81", "metadata_percent":"", "pool_lv":""}, 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"lv_uuid":"4AQCsV-nOEf-nofN-uNx7-GP3E-TJHv-H5bPQi", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.87", "metadata_percent":"", "pool_lv":""} 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "pv_name":"/dev/sdb"}, 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh", "pv_name":"/dev/sdb"}, 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cqX3mc-f61g-53vz-scal-FEl7-uNHp-eruc7R", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "pv_name":"/dev/sda"}, 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"x6EKEr-xG07-LsvQ-Lexs-kYoU-1jYv-6sCZAr", "lv_uuid":"7kw0Wn-0Pts-K3aZ-NA6U-MD2A-A4ed-BALedc", "pv_name":"/dev/sdc"}, 2024-02-18 10:46:32,278 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"x6EKEr-xG07-LsvQ-Lexs-kYoU-1jYv-6sCZAr", "lv_uuid":"4AQCsV-nOEf-nofN-uNx7-GP3E-TJHv-H5bPQi", "pv_name":"/dev/sdc"}, 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"x6EKEr-xG07-LsvQ-Lexs-kYoU-1jYv-6sCZAr", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh"}, 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"4AQCsV-nOEf-nofN-uNx7-GP3E-TJHv-H5bPQi"}, 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"7kw0Wn-0Pts-K3aZ-NA6U-MD2A-A4ed-BALedc"}, 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn"}, 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn"} 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,279 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-02-18 10:46:32,311 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:32,311 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,311 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:46:32,311 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,311 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:46:32,311 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:46:32,311 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,311 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,311 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,311 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,311 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:32,311 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,311 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,311 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv5_snapset1 2024-02-18 10:46:32,433 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:32,433 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,433 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:32,433 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,433 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,433 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-02-18 10:46:32,484 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:32,485 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,485 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:46:32,485 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,485 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:46:32,485 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.30", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:46:32,485 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,485 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,485 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,485 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,485 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:32,485 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,486 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,486 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv6_snapset1 2024-02-18 10:46:32,568 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:32,569 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,569 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:32,569 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,569 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,569 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-02-18 10:46:32,615 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:32,615 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,615 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:46:32,615 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,615 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:46:32,615 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:46:32,615 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,616 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,616 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,616 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,616 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:32,616 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,616 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,616 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-02-18 10:46:32,716 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:32,717 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,717 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:32,717 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,717 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,717 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-02-18 10:46:32,762 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:32,763 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,763 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:46:32,763 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,763 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:46:32,763 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:46:32,763 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,763 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,763 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,763 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,763 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:32,763 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,764 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,764 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv8_snapset1 2024-02-18 10:46:32,863 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:32,864 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,864 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:32,864 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,864 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,864 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-02-18 10:46:32,916 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:32,917 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,917 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:46:32,917 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,917 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:46:32,917 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-02-18 10:46:32,917 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,917 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,917 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,917 INFO snapshot-role/MainThread: , 2024-02-18 10:46:32,917 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:32,917 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,917 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,918 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-02-18 10:46:32,997 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:32,998 INFO snapshot-role/MainThread: { 2024-02-18 10:46:32,998 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:32,998 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:32,998 INFO snapshot-role/MainThread: } 2024-02-18 10:46:32,998 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-02-18 10:46:33,050 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:33,050 INFO snapshot-role/MainThread: { 2024-02-18 10:46:33,050 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:46:33,050 INFO snapshot-role/MainThread: { 2024-02-18 10:46:33,050 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:46:33,050 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-02-18 10:46:33,050 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:33,050 INFO snapshot-role/MainThread: } 2024-02-18 10:46:33,050 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:33,050 INFO snapshot-role/MainThread: , 2024-02-18 10:46:33,050 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:33,050 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:33,050 INFO snapshot-role/MainThread: } 2024-02-18 10:46:33,050 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-02-18 10:46:33,143 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:33,143 INFO snapshot-role/MainThread: { 2024-02-18 10:46:33,143 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:33,143 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:33,143 INFO snapshot-role/MainThread: } 2024-02-18 10:46:33,143 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-02-18 10:46:33,195 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:33,195 INFO snapshot-role/MainThread: { 2024-02-18 10:46:33,195 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:46:33,195 INFO snapshot-role/MainThread: { 2024-02-18 10:46:33,195 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:46:33,195 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-02-18 10:46:33,195 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:33,195 INFO snapshot-role/MainThread: } 2024-02-18 10:46:33,195 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:33,195 INFO snapshot-role/MainThread: , 2024-02-18 10:46:33,195 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:33,195 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:33,195 INFO snapshot-role/MainThread: } 2024-02-18 10:46:33,195 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-02-18 10:46:33,280 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:33,281 INFO snapshot-role/MainThread: { 2024-02-18 10:46:33,281 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:33,281 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:33,281 INFO snapshot-role/MainThread: } 2024-02-18 10:46:33,281 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-02-18 10:46:33,342 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:33,342 INFO snapshot-role/MainThread: { 2024-02-18 10:46:33,342 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:46:33,342 INFO snapshot-role/MainThread: { 2024-02-18 10:46:33,342 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:46:33,342 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:46:33,342 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:33,342 INFO snapshot-role/MainThread: } 2024-02-18 10:46:33,342 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:33,342 INFO snapshot-role/MainThread: , 2024-02-18 10:46:33,342 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:33,342 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:33,342 INFO snapshot-role/MainThread: } 2024-02-18 10:46:33,342 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-02-18 10:46:33,427 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:46:33,428 INFO snapshot-role/MainThread: { 2024-02-18 10:46:33,428 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:46:33,428 INFO snapshot-role/MainThread: ] 2024-02-18 10:46:33,428 INFO snapshot-role/MainThread: } 2024-02-18 10:50:34,914 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-02-18 10:50:34,914 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-02-18 10:50:34,954 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:34,954 INFO snapshot-role/MainThread: { 2024-02-18 10:50:34,954 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:34,954 INFO snapshot-role/MainThread: { 2024-02-18 10:50:34,954 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 10:50:34,954 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mhqjQq-xBsH-9oXp-2B8f-S1O9-R1lp-7decL0", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-02-18 10:50:34,954 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,954 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,954 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 10:50:34,954 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-02-18 10:50:34,954 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-02-18 10:50:34,954 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-02-18 10:50:34,954 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-02-18 10:50:34,954 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "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-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "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-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u", "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-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71", "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-02-18 10:50:34,955 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"4o7VpA-j3iM-2IgI-RbVh-Bfbr-MvVG-FrJRV2", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "pv_name":"/dev/sdh"}, 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "pv_name":"/dev/sdj"}, 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"fPXTSn-GoP7-0NtH-rKf5-TcDo-0Af9-bSYc5w", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71", "pv_name":"/dev/sdg"}, 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u", "pv_name":"/dev/sdg"}, 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM", "pv_name":"/dev/sdg"}, 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"gCSmRH-FLcT-x3iR-JATG-3cOV-qU9s-3Q6xph", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lWfJLQ-TCEu-oVa8-puTf-IbBH-SeRI-lEKDg5", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46", "pv_name":"/dev/sdi"} 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46"}, 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"KwvLtc-qtq2-cBZV-AIbf-jcAf-iN3V-j9DZ46"}, 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM"}, 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"Z7w5vB-WVHN-FSzc-sEgX-ZrVA-NoKK-vfVeoM"}, 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"Zbhw2u-dRLu-998M-gtMM-z04A-2pcV-qnRU71"}, 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"esyoEK-MNg6-xUuA-ALg9-QQN2-eU6O-uP303u"} 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: } 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: { 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"m724n1-plAD-a610-DQvN-LDfF-60y9-flJJHa", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,955 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8", "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-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj", "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-02-18 10:50:34,956 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0as62k-klA4-QycZ-g6ef-JGb3-ZmgI-yhgMp5", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ZQg0fN-8hXu-YcTH-7PbA-RyyQ-gTti-JmU9Sv", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj", "pv_name":"/dev/sdd"}, 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8", "pv_name":"/dev/sdd"}, 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"vxlWrQ-5dlm-6WAD-QVfb-1FLi-O33h-F7cJjf", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"F9q9ur-gqgW-ULNT-1IeT-i3jO-NHRf-3ezFX8"}, 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"kfN0nv-lsIe-pe5v-nC3W-R0ru-zBST-cq4cGj"} 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: } 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: { 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: "vg": [ 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Tl66vD-wvg6-nSek-G50z-nle1-LCxM-XFlQOO", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: "pv": [ 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,956 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: {"lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh", "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-02-18 10:50:34,957 INFO snapshot-role/MainThread: {"lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "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-02-18 10:50:34,957 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: "pvseg": [ 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "pv_name":"/dev/sdb"}, 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh", "pv_name":"/dev/sdb"}, 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"I84dhy-n9Th-Dk9s-iDBh-L3q5-DojS-9hiww3", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cqX3mc-f61g-53vz-scal-FEl7-uNHp-eruc7R", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn", "pv_name":"/dev/sda"}, 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"x6EKEr-xG07-LsvQ-Lexs-kYoU-1jYv-6sCZAr", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: "seg": [ 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"0GF0BU-GaTu-SLsI-EcC3-4fTp-OPJL-dfe9Hh"}, 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn"}, 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"bMAJS7-eGTg-esKJ-Hz6G-41e3-EMDB-7IkaMn"} 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: } 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: } 2024-02-18 10:50:34,957 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-02-18 10:50:34,987 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:34,987 INFO snapshot-role/MainThread: { 2024-02-18 10:50:34,987 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:34,987 INFO snapshot-role/MainThread: { 2024-02-18 10:50:34,987 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:34,987 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-02-18 10:50:34,987 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,987 INFO snapshot-role/MainThread: } 2024-02-18 10:50:34,987 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,987 INFO snapshot-role/MainThread: , 2024-02-18 10:50:34,987 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:34,987 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:34,987 INFO snapshot-role/MainThread: } 2024-02-18 10:50:34,987 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 10:50:35,025 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,025 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,025 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,025 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,025 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,025 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-02-18 10:50:35,025 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-02-18 10:50:35,025 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-02-18 10:50:35,025 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-02-18 10:50:35,025 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,025 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,025 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,025 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,025 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,025 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,025 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,025 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-02-18 10:50:35,058 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 10:50:35,058 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,058 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,058 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,058 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,058 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,058 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,058 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,058 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,058 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,058 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,058 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,058 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-02-18 10:50:35,096 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,096 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,096 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,096 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,096 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,096 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-02-18 10:50:35,096 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,096 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,096 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,096 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,096 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,096 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,096 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,096 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 10:50:35,125 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,125 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,125 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,125 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,125 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,125 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-02-18 10:50:35,125 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-02-18 10:50:35,126 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-02-18 10:50:35,126 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-02-18 10:50:35,126 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,126 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,126 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,126 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,126 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,126 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,126 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,126 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-02-18 10:50:35,159 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 10:50:35,159 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,159 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,159 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,159 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,159 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,160 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,160 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,160 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,160 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,160 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,160 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,160 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-02-18 10:50:35,188 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,188 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,189 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,189 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,189 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,189 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-02-18 10:50:35,189 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,189 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,189 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,189 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,189 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,189 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,189 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,189 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 10:50:35,215 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,215 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,216 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,216 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,216 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,216 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:50:35,216 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-02-18 10:50:35,216 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-02-18 10:50:35,216 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-02-18 10:50:35,216 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,216 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,216 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,216 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,216 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,216 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,216 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,216 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-02-18 10:50:35,245 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 10:50:35,246 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,246 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,246 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,246 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,246 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,246 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,246 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,246 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,246 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,246 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,246 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,246 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-02-18 10:50:35,279 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,280 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,280 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,280 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,280 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,280 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-02-18 10:50:35,280 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,280 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,280 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,280 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,280 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,280 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,280 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,280 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-02-18 10:50:35,313 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,313 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,313 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,313 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,313 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,314 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-02-18 10:50:35,314 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-02-18 10:50:35,314 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-02-18 10:50:35,314 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-02-18 10:50:35,314 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,314 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,314 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,314 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,314 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,314 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,314 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,314 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-02-18 10:50:35,343 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 10:50:35,343 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,344 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,344 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,344 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,344 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,344 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,344 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,344 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,344 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,344 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,344 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,344 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-02-18 10:50:35,377 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,377 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,377 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,377 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,377 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,377 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-02-18 10:50:35,377 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,378 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,378 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,378 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,378 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,378 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,378 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,378 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-02-18 10:50:35,406 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,407 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,407 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,407 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,407 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,407 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-02-18 10:50:35,407 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-02-18 10:50:35,407 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,407 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,407 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,407 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,407 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,407 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,407 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,407 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-02-18 10:50:35,435 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 10:50:35,435 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,435 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,436 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,436 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,436 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,436 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,436 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,436 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,436 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,436 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,436 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,436 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-02-18 10:50:35,463 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,463 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,463 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,463 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,463 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,463 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-02-18 10:50:35,463 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,463 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,464 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,464 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,464 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,464 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,464 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,464 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-02-18 10:50:35,493 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,493 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,493 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,493 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,493 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,493 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-02-18 10:50:35,493 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-02-18 10:50:35,493 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,493 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,493 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,494 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,494 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,494 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,494 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,494 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-02-18 10:50:35,522 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 10:50:35,522 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,522 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,522 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,522 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,522 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,522 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,522 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,523 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,523 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,523 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,523 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,523 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-02-18 10:50:35,556 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,556 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,556 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,556 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,556 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,556 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-02-18 10:50:35,556 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,557 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,557 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,557 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,557 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,557 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,557 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,557 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-02-18 10:50:35,585 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,585 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,585 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,585 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,585 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,585 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-02-18 10:50:35,586 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-02-18 10:50:35,586 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,586 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,586 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,586 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,586 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,586 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,586 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,586 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-02-18 10:50:35,613 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 10:50:35,613 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,613 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,613 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,613 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,614 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,614 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,614 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,614 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,614 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,614 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,614 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,614 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-02-18 10:50:35,646 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,646 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,646 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,646 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,646 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,646 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-02-18 10:50:35,647 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,647 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,647 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,647 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,647 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,647 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,647 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,647 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-02-18 10:50:35,676 INFO snapshot-role/MainThread: Return code: 0 2024-02-18 10:50:35,677 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,677 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,677 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,677 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,677 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-02-18 10:50:35,677 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-02-18 10:50:35,677 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,677 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,677 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,677 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,677 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,677 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,677 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,677 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-02-18 10:50:35,711 INFO snapshot-role/MainThread: Return code: 5 2024-02-18 10:50:35,711 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,711 INFO snapshot-role/MainThread: "report": [ 2024-02-18 10:50:35,711 INFO snapshot-role/MainThread: { 2024-02-18 10:50:35,712 INFO snapshot-role/MainThread: "lv": [ 2024-02-18 10:50:35,712 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,712 INFO snapshot-role/MainThread: } 2024-02-18 10:50:35,712 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,712 INFO snapshot-role/MainThread: , 2024-02-18 10:50:35,712 INFO snapshot-role/MainThread: "log": [ 2024-02-18 10:50:35,712 INFO snapshot-role/MainThread: ] 2024-02-18 10:50:35,712 INFO snapshot-role/MainThread: } to retry, use: --limit @/tmp/tests_mount_verify.retry PLAY RECAP ********************************************************************* sut : ok=177 changed=23 unreachable=0 failed=1 skipped=171 rescued=0 ignored=0 Sunday 18 February 2024 11:02:54 +0000 (0:00:00.353) 1:54:09.801 ******* =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ----- 291.92s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 241.01s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.94s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure required packages are installed - 240.94s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.94s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.94s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure blivet is available ----- 240.93s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.93s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.93s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure test packages -------------------------------------------------- 240.93s /WORKDIR/git-weekly-ci3hat8bvx/tests/get_unused_disk.yml:14 ------------------- fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.93s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.93s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.93s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.93s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.93s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.92s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.92s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.92s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.92s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed - 240.92s /WORKDIR/git-weekly-ci3hat8bvx/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---