Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionBrian J. Murrell
2019-11-13 03:56:56 UTC
Description of problem:
dmeventd notices that the data capacity of a thin-pool exceeds thin_pool_autoextend_threshold and attempts to extend it but fails due to failing to extend the metadata portion for it.
Version-Release number of selected component (if applicable):
lvm2-2.02.185-2.el7.x86_64
How reproducible:
100%
Steps to Reproduce:
Probably not necessary given the other data available
Actual results:
dmeventd fails to resize the pool causing it to fill to 100% due to:
#metadata/lv_manip.c:5540 Also going to resize thin-pool metadata to match bigger data.
#metadata/lv_manip.c:4905 Rounding size to boundary between physical extents: 20.00 MiB.
#metadata/lv_manip.c:4977 Converted 5%LV into 1 logical extents.
#metadata/lv_manip.c:5284 New size given (1 extents) not larger than existing size (4 extents)
Expected results:
dmeventd should *always* successfully resize a pool as long as there is space in the VG to do it.
Additional info:
# lvextend --use-policies /dev/rootvol_tmp/pool00
#config/config.c:1483 Setting log/debug_classes to debug_classes = [ "memory", "devices", "io", "activation", "allocation", "lvmetad", "metadata", "cache", "locking", "lvmpolld", "dbus" ]
#commands/toolcontext.c:365 Setting log debug classes to 2047
#commands/toolcontext.c:371 Logging initialised at Tue Nov 12 22:45:50 2019
#config/config.c:282 Loading config file: /etc/lvm/lvmlocal.conf
#device/dev-io.c:617 Opened /etc/lvm/lvmlocal.conf RO
#device/dev-io.c:666 Closed /etc/lvm/lvmlocal.conf
#commands/toolcontext.c:561 Set umask from 0022 to 0077
#libdm-config.c:1086 activation/auto_set_activation_skip not found in config: defaulting to 1
#misc/lvm-globals.c:186 LVM activation checks disabled
#libdm-config.c:1086 metadata/check_pv_device_sizes not found in config: defaulting to 1
#libdm-config.c:1086 report/binary_values_as_numeric not found in config: defaulting to 0
#libdm-config.c:1086 report/mark_hidden_devices not found in config: defaulting to 1
#libdm-config.c:987 report/list_item_separator not found in config: defaulting to ,
#libdm-config.c:987 report/time_format not found in config: defaulting to %Y-%m-%d %T %z
#libdm-config.c:1086 report/two_word_unknown_device not found in config: defaulting to 0
#libdm-config.c:1014 global/io_memory_size not found in config: defaulting to 8192
#config/config.c:1483 Setting devices/preferred_names to preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
#config/config.c:1483 Setting devices/scan to scan = [ "/dev" ]
#metadata/vg.c:74 Allocated VG #orphans_lvm1 at 0x5612b6acf7c0.
#format1/format1.c:627 Initialised format: lvm1
#metadata/vg.c:74 Allocated VG #orphans_pool at 0x5612b6ad3fe0.
#format_pool/format_pool.c:334 Initialised format: pool
#metadata/vg.c:74 Allocated VG #orphans_lvm2 at 0x5612b6ad8800.
#format_text/format-text.c:2630 Initialised format: lvm2
#libdm-config.c:987 global/format not found in config: defaulting to lvm2
#cache/lvmcache.c:755 lvmcache has no info for vgname "#orphans_lvm1" with VGID #orphans_lvm1.
#cache/lvmcache.c:755 lvmcache has no info for vgname "#orphans_lvm1".
#cache/lvmcache.c:2086 lvmcache: Initialised VG #orphans_lvm1.
#cache/lvmcache.c:755 lvmcache has no info for vgname "#orphans_pool" with VGID #orphans_pool.
#cache/lvmcache.c:755 lvmcache has no info for vgname "#orphans_pool".
#cache/lvmcache.c:2086 lvmcache: Initialised VG #orphans_pool.
#cache/lvmcache.c:755 lvmcache has no info for vgname "#orphans_lvm2" with VGID #orphans_lvm2.
#cache/lvmcache.c:755 lvmcache has no info for vgname "#orphans_lvm2".
#cache/lvmcache.c:2086 lvmcache: Initialised VG #orphans_lvm2.
#striped/striped.c:245 Initialised segtype: linear
#striped/striped.c:245 Initialised segtype: striped
#zero/zero.c:98 Initialised segtype: zero
#error/errseg.c:104 Initialised segtype: error
#snapshot/snapshot.c:273 Initialised segtype: snapshot
#mirror/mirrored.c:581 Initialised segtype: mirror
#libdm-config.c:987 dmeventd/raid_library not found in config: defaulting to libdevmapper-event-lvm2raid.so
#raid/raid.c:641 Initialised segtype: raid0
#raid/raid.c:641 Initialised segtype: raid0_meta
#raid/raid.c:641 Initialised segtype: raid1
#raid/raid.c:641 Initialised segtype: raid10
#raid/raid.c:641 Initialised segtype: raid10_near
#raid/raid.c:641 Initialised segtype: raid4
#raid/raid.c:641 Initialised segtype: raid5
#raid/raid.c:641 Initialised segtype: raid5_n
#raid/raid.c:641 Initialised segtype: raid5_la
#raid/raid.c:641 Initialised segtype: raid5_ls
#raid/raid.c:641 Initialised segtype: raid5_ra
#raid/raid.c:641 Initialised segtype: raid5_rs
#raid/raid.c:641 Initialised segtype: raid6
#raid/raid.c:641 Initialised segtype: raid6_n_6
#raid/raid.c:641 Initialised segtype: raid6_nc
#raid/raid.c:641 Initialised segtype: raid6_nr
#raid/raid.c:641 Initialised segtype: raid6_zr
#raid/raid.c:641 Initialised segtype: raid6_ls_6
#raid/raid.c:641 Initialised segtype: raid6_rs_6
#raid/raid.c:641 Initialised segtype: raid6_la_6
#raid/raid.c:641 Initialised segtype: raid6_ra_6
#thin/thin.c:831 Initialised segtype: thin-pool
#thin/thin.c:831 Initialised segtype: thin
#cache_segtype/cache.c:627 Initialised segtype: cache-pool
#cache_segtype/cache.c:641 Initialised segtype: cache
#libdm-config.c:1086 global/fallback_to_lvm1 not found in config: defaulting to 1
#lvmcmdline.c:2829 Parsing: lvextend --usepolicies /dev/rootvol_tmp/pool00
#lvmcmdline.c:1881 Recognised command lvextend_by_policy (id 84 / enum 57).
#config/config.c:1480 devices/global_filter not found in config: defaulting to global_filter = [ "a|.*/|" ]
#libdm-config.c:1014 global/lvmetad_update_wait_time not found in config: defaulting to 10
#daemon-client.c:33 /run/lvm/lvmetad.socket: Opening daemon socket to lvmetad for protocol lvmetad version 1.
#daemon-client.c:52 Sending daemon lvmetad: hello
#cache/lvmetad.c:146 Successfully connected to lvmetad on fd 4.
#filters/filter-sysfs.c:327 Sysfs filter initialised.
#filters/filter-internal.c:77 Internal filter initialised.
#filters/filter-type.c:56 LVM type filter initialised.
#filters/filter-usable.c:200 Usable device filter initialised (scan_lvs 0).
#filters/filter-mpath.c:291 mpath filter initialised.
#filters/filter-partitioned.c:69 Partitioned filter initialised.
#filters/filter-md.c:150 MD filter initialised.
#filters/filter-composite.c:109 Composite filter initialised.
#config/config.c:1480 devices/filter not found in config: defaulting to filter = [ "a|.*/|" ]
#filters/filter-regex.c:216 Regex filter initialised.
#filters/filter-usable.c:200 Usable device filter initialised (scan_lvs 0).
#filters/filter-composite.c:109 Composite filter initialised.
#libdm-config.c:987 devices/cache not found in config: defaulting to /etc/lvm/cache/.cache
#filters/filter-persistent.c:415 Persistent filter initialised.
#filters/filter-composite.c:109 Composite filter initialised.
#libdm-config.c:1086 metadata/record_lvs_history not found in config: defaulting to 0
#lvmcmdline.c:2897 DEGRADED MODE. Incomplete RAID LVs will be processed.
#lvmcmdline.c:2903 Processing command: lvextend --usepolicies /dev/rootvol_tmp/pool00
#lvmcmdline.c:2904 Command pid: 19401
#lvmcmdline.c:2905 System ID:
#lvmcmdline.c:2908 O_DIRECT will be used
#locking/locking.c:129 File-based locking selected.
#libdm-common.c:984 Preparing SELinux context for /run/lock/lvm to system_u:object_r:lvm_lock_t:s0.
#libdm-common.c:987 Resetting SELinux context to default value.
#cache/lvmetad.c:259 Sending lvmetad get_global_info
#cache/lvmetad.c:338 lvmetad initialized previously.
#libdm-config.c:987 report/output_format not found in config: defaulting to basic
#libdm-config.c:1086 log/report_command_log not found in config: defaulting to 0
#toollib.c:2246 Processing each VG
#toollib.c:2294 Obtaining the complete list of VGs to process
#cache/lvmetad.c:1457 Asking lvmetad for complete list of known VG ids/names
#toollib.c:2008 Processing VG rootvol_tmp fb8y9L-0EGQ-1iKg-omlB-WAkh-FGvZ-q9I7dZ
#locking/locking.c:367 Dropping cache for rootvol_tmp.
#misc/lvm-flock.c:202 Locking /run/lock/lvm/V_rootvol_tmp WB
#libdm-common.c:984 Preparing SELinux context for /run/lock/lvm/V_rootvol_tmp to system_u:object_r:lvm_lock_t:s0.
#misc/lvm-flock.c:100 _do_flock /run/lock/lvm/V_rootvol_tmp:aux WB
#misc/lvm-flock.c:100 _do_flock /run/lock/lvm/V_rootvol_tmp WB
#misc/lvm-flock.c:47 _undo_flock /run/lock/lvm/V_rootvol_tmp:aux
#libdm-common.c:987 Resetting SELinux context to default value.
#cache/lvmcache.c:755 lvmcache has no info for vgname "rootvol_tmp".
#metadata/metadata.c:3778 Reading VG rootvol_tmp fb8y9L-0EGQ-1iKg-omlB-WAkh-FGvZ-q9I7dZ
#cache/lvmetad.c:995 Asking lvmetad for VG fb8y9L-0EGQ-1iKg-omlB-WAkh-FGvZ-q9I7dZ rootvol_tmp
#cache/lvmcache.c:755 lvmcache has no info for vgname "rootvol_tmp" with VGID fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ.
#format_text/format-text.c:2059 <backtrace>
#device/dev-cache.c:1211 Creating list of system devices.
#device/dev-cache.c:722 Found dev 8:0 /dev/sda - new.
#device/dev-cache.c:762 Found dev 8:0 /dev/disk/by-id/ata-ST380215A_9QZ6TQP4 - new alias.
#device/dev-cache.c:762 Found dev 8:0 /dev/disk/by-path/pci-0000:00:14.1-ata-1.0 - new alias.
#device/dev-cache.c:722 Found dev 8:1 /dev/sda1 - new.
#device/dev-cache.c:762 Found dev 8:1 /dev/disk/by-id/ata-ST380215A_9QZ6TQP4-part1 - new alias.
#device/dev-cache.c:762 Found dev 8:1 /dev/disk/by-label/\x2fboot - new alias.
#device/dev-cache.c:762 Found dev 8:1 /dev/disk/by-path/pci-0000:00:14.1-ata-1.0-part1 - new alias.
#device/dev-cache.c:762 Found dev 8:1 /dev/disk/by-uuid/384b9702-a6fe-41e4-8245-eb9484fda616 - new alias.
#device/dev-cache.c:722 Found dev 8:2 /dev/sda2 - new.
#device/dev-cache.c:762 Found dev 8:2 /dev/disk/by-id/ata-ST380215A_9QZ6TQP4-part2 - new alias.
#device/dev-cache.c:762 Found dev 8:2 /dev/disk/by-id/lvm-pv-uuid-2ixnO4-Yfdq-5boc-XC4W-PZE1-zCdR-8JuPGz - new alias.
#device/dev-cache.c:762 Found dev 8:2 /dev/disk/by-path/pci-0000:00:14.1-ata-1.0-part2 - new alias.
#device/dev-cache.c:722 Found dev 253:0 /dev/dm-0 - new.
#device/dev-cache.c:762 Found dev 253:0 /dev/mapper/rootvol_tmp-pool00_tmeta - new alias.
#device/dev-cache.c:722 Found dev 253:1 /dev/dm-1 - new.
#device/dev-cache.c:762 Found dev 253:1 /dev/mapper/rootvol_tmp-pool00_tdata - new alias.
#device/dev-cache.c:722 Found dev 253:10 /dev/dm-10 - new.
#device/dev-cache.c:762 Found dev 253:10 /dev/disk/by-id/dm-name-rootvol_tmp-apt_archives - new alias.
#device/dev-cache.c:762 Found dev 253:10 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZIQApunKrGvKzj3EMjJQgLAfYiEDYc0u0 - new alias.
#device/dev-cache.c:762 Found dev 253:10 /dev/disk/by-uuid/15a63f28-c77e-460a-9a66-d52a5fe9769b - new alias.
#device/dev-cache.c:762 Found dev 253:10 /dev/mapper/rootvol_tmp-apt_archives - new alias.
#device/dev-cache.c:762 Found dev 253:10 /dev/rootvol_tmp/apt_archives - new alias.
#device/dev-cache.c:722 Found dev 253:11 /dev/dm-11 - new.
#device/dev-cache.c:762 Found dev 253:11 /dev/disk/by-id/dm-name-rootvol_tmp-badblocks - new alias.
#device/dev-cache.c:762 Found dev 253:11 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZoRCTFYXNxh3FA58lUGFsOGGjaOgiAcIu - new alias.
#device/dev-cache.c:762 Found dev 253:11 /dev/mapper/rootvol_tmp-badblocks - new alias.
#device/dev-cache.c:762 Found dev 253:11 /dev/rootvol_tmp/badblocks - new alias.
#device/dev-cache.c:722 Found dev 253:12 /dev/dm-12 - new.
#device/dev-cache.c:762 Found dev 253:12 /dev/mapper/rootvol_tmp-mysql-real - new alias.
#device/dev-cache.c:722 Found dev 253:13 /dev/dm-13 - new.
#device/dev-cache.c:762 Found dev 253:13 /dev/disk/by-id/dm-name-rootvol_tmp-mysql - new alias.
#device/dev-cache.c:762 Found dev 253:13 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZv2PU21ReLZLrSC6wgMzrs1LbErlc267V - new alias.
#device/dev-cache.c:762 Found dev 253:13 /dev/disk/by-uuid/a397216e-d238-44c3-95a6-a24adf4461a0 - new alias.
#device/dev-cache.c:762 Found dev 253:13 /dev/mapper/rootvol_tmp-mysql - new alias.
#device/dev-cache.c:762 Found dev 253:13 /dev/rootvol_tmp/mysql - new alias.
#device/dev-cache.c:722 Found dev 253:14 /dev/dm-14 - new.
#device/dev-cache.c:762 Found dev 253:14 /dev/mapper/rootvol_tmp-precise_mysql-cow - new alias.
#device/dev-cache.c:722 Found dev 253:15 /dev/dm-15 - new.
#device/dev-cache.c:762 Found dev 253:15 /dev/disk/by-id/dm-name-rootvol_tmp-precise_mysql - new alias.
#device/dev-cache.c:762 Found dev 253:15 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZxj1NbXyUgWGhgNyN0OgFF1UIcZwsKWUO - new alias.
#device/dev-cache.c:713 Found dev 253:13 /dev/disk/by-uuid/a397216e-d238-44c3-95a6-a24adf4461a0 - exists.
#device/dev-cache.c:762 Found dev 253:15 /dev/mapper/rootvol_tmp-precise_mysql - new alias.
#device/dev-cache.c:762 Found dev 253:15 /dev/rootvol_tmp/precise_mysql - new alias.
#device/dev-cache.c:722 Found dev 253:16 /dev/dm-16 - new.
#device/dev-cache.c:762 Found dev 253:16 /dev/disk/by-id/dm-name-rootvol_tmp-clients - new alias.
#device/dev-cache.c:762 Found dev 253:16 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZtEjcMS2YO7wLAFzWU23V1gDrwOKCXJXp - new alias.
#device/dev-cache.c:762 Found dev 253:16 /dev/disk/by-uuid/fc2887e7-f00f-4f7b-b1ee-887ff13da2e1 - new alias.
#device/dev-cache.c:762 Found dev 253:16 /dev/mapper/rootvol_tmp-clients - new alias.
#device/dev-cache.c:762 Found dev 253:16 /dev/rootvol_tmp/clients - new alias.
#device/dev-cache.c:722 Found dev 253:17 /dev/dm-17 - new.
#device/dev-cache.c:762 Found dev 253:17 /dev/disk/by-id/dm-name-rootvol_tmp-precise_var - new alias.
#device/dev-cache.c:762 Found dev 253:17 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZuNaPzP4kck2xWGiGAeZ5D1u9YO1GNlRH - new alias.
#device/dev-cache.c:762 Found dev 253:17 /dev/disk/by-uuid/f2e99725-534f-44ce-b873-7e0e0f4d215f - new alias.
#device/dev-cache.c:762 Found dev 253:17 /dev/mapper/rootvol_tmp-precise_var - new alias.
#device/dev-cache.c:762 Found dev 253:17 /dev/rootvol_tmp/precise_var - new alias.
#device/dev-cache.c:722 Found dev 253:18 /dev/dm-18 - new.
#device/dev-cache.c:762 Found dev 253:18 /dev/disk/by-id/dm-name-rootvol_tmp-precise_root - new alias.
#device/dev-cache.c:762 Found dev 253:18 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZGbtIEEG3iNUaCukCrE0rriFapjC1Zro7 - new alias.
#device/dev-cache.c:762 Found dev 253:18 /dev/disk/by-uuid/b85d672c-3010-47a2-8760-95e337372094 - new alias.
#device/dev-cache.c:762 Found dev 253:18 /dev/mapper/rootvol_tmp-precise_root - new alias.
#device/dev-cache.c:762 Found dev 253:18 /dev/rootvol_tmp/precise_root - new alias.
#device/dev-cache.c:722 Found dev 253:19 /dev/dm-19 - new.
#device/dev-cache.c:762 Found dev 253:19 /dev/disk/by-id/dm-name-rootvol_tmp-precise_usr - new alias.
#device/dev-cache.c:762 Found dev 253:19 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ2mrvDMge3tAwUAoxeBr155nqZ0lrD290 - new alias.
#device/dev-cache.c:762 Found dev 253:19 /dev/disk/by-uuid/b8767c4f-0be3-48d7-a3fa-6ac65fbea96b - new alias.
#device/dev-cache.c:762 Found dev 253:19 /dev/mapper/rootvol_tmp-precise_usr - new alias.
#device/dev-cache.c:762 Found dev 253:19 /dev/rootvol_tmp/precise_usr - new alias.
#device/dev-cache.c:722 Found dev 253:2 /dev/dm-2 - new.
#device/dev-cache.c:762 Found dev 253:2 /dev/mapper/rootvol_tmp-pool00-tpool - new alias.
#device/dev-cache.c:722 Found dev 253:20 /dev/dm-20 - new.
#device/dev-cache.c:762 Found dev 253:20 /dev/disk/by-id/dm-name-rootvol_tmp-ubuntu_opt - new alias.
#device/dev-cache.c:762 Found dev 253:20 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ0aFVOPaWql3wJxv1Ha6KS03NUr77pA4x - new alias.
#device/dev-cache.c:762 Found dev 253:20 /dev/disk/by-uuid/e8baa04b-20e2-425e-bef5-c5901224e05e - new alias.
#device/dev-cache.c:762 Found dev 253:20 /dev/mapper/rootvol_tmp-ubuntu_opt - new alias.
#device/dev-cache.c:762 Found dev 253:20 /dev/rootvol_tmp/ubuntu_opt - new alias.
#device/dev-cache.c:722 Found dev 253:21 /dev/dm-21 - new.
#device/dev-cache.c:762 Found dev 253:21 /dev/mapper/rootvol_tmp-pool00 - new alias.
#device/dev-cache.c:722 Found dev 253:22 /dev/dm-22 - new.
#device/dev-cache.c:762 Found dev 253:22 /dev/disk/by-id/dm-name-rootvol_tmp-centos7_var - new alias.
#device/dev-cache.c:762 Found dev 253:22 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZjurBnOAPSJfbp1DhWZ8475vrDhheccun - new alias.
#device/dev-cache.c:762 Found dev 253:22 /dev/disk/by-uuid/e42f885e-c852-46da-a549-dbf1fbe2a458 - new alias.
#device/dev-cache.c:762 Found dev 253:22 /dev/mapper/rootvol_tmp-centos7_var - new alias.
#device/dev-cache.c:762 Found dev 253:22 /dev/rootvol_tmp/centos7_var - new alias.
#device/dev-cache.c:722 Found dev 253:23 /dev/dm-23 - new.
#device/dev-cache.c:762 Found dev 253:23 /dev/disk/by-id/dm-name-rootvol_tmp-home.thin - new alias.
#device/dev-cache.c:762 Found dev 253:23 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZHtC8lxIyL1b4YsfitTrIwrt5wScUjxfT - new alias.
#device/dev-cache.c:762 Found dev 253:23 /dev/disk/by-uuid/275007fb-94c9-4070-ac0f-53d4d209c483 - new alias.
#device/dev-cache.c:762 Found dev 253:23 /dev/mapper/rootvol_tmp-home.thin - new alias.
#device/dev-cache.c:762 Found dev 253:23 /dev/rootvol_tmp/home.thin - new alias.
#device/dev-cache.c:722 Found dev 253:3 /dev/dm-3 - new.
#device/dev-cache.c:762 Found dev 253:3 /dev/disk/by-id/dm-name-rootvol_tmp-centos7_root - new alias.
#device/dev-cache.c:762 Found dev 253:3 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZRTMAsbavdx9Sn0Iqu01e4vQGo8JiaEV8 - new alias.
#device/dev-cache.c:762 Found dev 253:3 /dev/disk/by-uuid/b5ca57bf-a33c-4f96-9291-6753db9287c4 - new alias.
#device/dev-cache.c:762 Found dev 253:3 /dev/mapper/rootvol_tmp-centos7_root - new alias.
#device/dev-cache.c:762 Found dev 253:3 /dev/rootvol_tmp/centos7_root - new alias.
#device/dev-cache.c:722 Found dev 253:4 /dev/dm-4 - new.
#device/dev-cache.c:762 Found dev 253:4 /dev/disk/by-id/dm-name-rootvol_tmp-swap - new alias.
#device/dev-cache.c:762 Found dev 253:4 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ3yftJxVFeS65TzkTg1d3hGiuIagsRAcC - new alias.
#device/dev-cache.c:762 Found dev 253:4 /dev/disk/by-uuid/4308fd14-3b9f-4ccd-816d-2a73a3fadf7f - new alias.
#device/dev-cache.c:762 Found dev 253:4 /dev/mapper/rootvol_tmp-swap - new alias.
#device/dev-cache.c:762 Found dev 253:4 /dev/rootvol_tmp/swap - new alias.
#device/dev-cache.c:722 Found dev 253:5 /dev/dm-5 - new.
#device/dev-cache.c:762 Found dev 253:5 /dev/disk/by-id/dm-name-rootvol_tmp-centos7_usr - new alias.
#device/dev-cache.c:762 Found dev 253:5 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZBYobv2RU8Yi2Y8zs086ihRUwvb22Vdcf - new alias.
#device/dev-cache.c:762 Found dev 253:5 /dev/disk/by-uuid/f3c635d5-1d6c-4621-b908-e29e2ac1c8fa - new alias.
#device/dev-cache.c:762 Found dev 253:5 /dev/mapper/rootvol_tmp-centos7_usr - new alias.
#device/dev-cache.c:762 Found dev 253:5 /dev/rootvol_tmp/centos7_usr - new alias.
#device/dev-cache.c:722 Found dev 253:6 /dev/dm-6 - new.
#device/dev-cache.c:762 Found dev 253:6 /dev/disk/by-id/dm-name-rootvol_tmp-ubuntu_root - new alias.
#device/dev-cache.c:762 Found dev 253:6 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ3WksNohN0wKvyYIB3vKEG5TgExCcThv9 - new alias.
#device/dev-cache.c:713 Found dev 253:18 /dev/disk/by-uuid/b85d672c-3010-47a2-8760-95e337372094 - exists.
#device/dev-cache.c:762 Found dev 253:6 /dev/mapper/rootvol_tmp-ubuntu_root - new alias.
#device/dev-cache.c:762 Found dev 253:6 /dev/rootvol_tmp/ubuntu_root - new alias.
#device/dev-cache.c:722 Found dev 253:7 /dev/dm-7 - new.
#device/dev-cache.c:762 Found dev 253:7 /dev/disk/by-id/dm-name-rootvol_tmp-ubuntu_usr - new alias.
#device/dev-cache.c:762 Found dev 253:7 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZQO486DrvWLXUBwmShZ0yyaI0lIwCfESK - new alias.
#device/dev-cache.c:713 Found dev 253:19 /dev/disk/by-uuid/b8767c4f-0be3-48d7-a3fa-6ac65fbea96b - exists.
#device/dev-cache.c:762 Found dev 253:7 /dev/mapper/rootvol_tmp-ubuntu_usr - new alias.
#device/dev-cache.c:762 Found dev 253:7 /dev/rootvol_tmp/ubuntu_usr - new alias.
#device/dev-cache.c:722 Found dev 253:8 /dev/dm-8 - new.
#device/dev-cache.c:762 Found dev 253:8 /dev/disk/by-id/dm-name-rootvol_tmp-ubuntu_var - new alias.
#device/dev-cache.c:762 Found dev 253:8 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZDkg6NWomzreQZl1a3kB6yptgkTERwX1G - new alias.
#device/dev-cache.c:713 Found dev 253:17 /dev/disk/by-uuid/f2e99725-534f-44ce-b873-7e0e0f4d215f - exists.
#device/dev-cache.c:762 Found dev 253:8 /dev/mapper/rootvol_tmp-ubuntu_var - new alias.
#device/dev-cache.c:762 Found dev 253:8 /dev/rootvol_tmp/ubuntu_var - new alias.
#device/dev-cache.c:722 Found dev 253:9 /dev/dm-9 - new.
#device/dev-cache.c:762 Found dev 253:9 /dev/disk/by-id/dm-name-rootvol_tmp-home - new alias.
#device/dev-cache.c:762 Found dev 253:9 /dev/disk/by-id/dm-uuid-LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ7zJ58ZjEnGQ4aWFvLNqWXS3cB2PngZn2 - new alias.
#device/dev-cache.c:713 Found dev 253:23 /dev/disk/by-uuid/275007fb-94c9-4070-ac0f-53d4d209c483 - exists.
#device/dev-cache.c:762 Found dev 253:9 /dev/mapper/rootvol_tmp-home - new alias.
#device/dev-cache.c:762 Found dev 253:9 /dev/rootvol_tmp/home - new alias.
#filters/filter-persistent.c:346 filter caching good /dev/sda2
#cache/lvmcache.c:2084 lvmcache /dev/sda2: now in VG #orphans_lvm2 (#orphans_lvm2) with 0 mda(s).
#metadata/vg.c:74 Allocated VG rootvol_tmp at 0x5612b6b6ad00.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/ubuntu_root.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/ubuntu_usr.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/ubuntu_var.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/home.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/apt_archives.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/badblocks.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/swap.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/mysql.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/clients.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/precise_var.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/precise_mysql.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/precise_root.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/precise_usr.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/ubuntu_opt.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/pool00.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/centos7_root.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/centos7_usr.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/centos7_var.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/home.thin.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/snapshot2.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/lvol0_pmspare.
#format_text/import_vsn1.c:709 Logical volume rootvol_tmp/lvol0_pmspare is pool metadata spare.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/pool00_tmeta.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/pool00_tdata.
#metadata/lv_manip.c:1191 Stack rootvol_tmp/pool00:0[0] on LV rootvol_tmp/pool00_tdata:0.
#metadata/lv_manip.c:747 Adding rootvol_tmp/pool00:0 as an user of rootvol_tmp/pool00_tdata.
#metadata/lv_manip.c:747 Adding rootvol_tmp/pool00:0 as an user of rootvol_tmp/pool00_tmeta.
#metadata/lv_manip.c:747 Adding rootvol_tmp/centos7_root:0 as an user of rootvol_tmp/pool00.
#metadata/lv_manip.c:747 Adding rootvol_tmp/centos7_usr:0 as an user of rootvol_tmp/pool00.
#metadata/lv_manip.c:747 Adding rootvol_tmp/centos7_var:0 as an user of rootvol_tmp/pool00.
#metadata/lv_manip.c:747 Adding rootvol_tmp/home.thin:0 as an user of rootvol_tmp/pool00.
#cache/lvmcache.c:755 lvmcache has no info for vgname "rootvol_tmp" with VGID fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ.
#cache/lvmcache.c:755 lvmcache has no info for vgname "rootvol_tmp".
#cache/lvmcache.c:2084 lvmcache /dev/sda2: now in VG rootvol_tmp with 1 mda(s).
#cache/lvmcache.c:1910 lvmcache /dev/sda2: VG rootvol_tmp: set VGID to fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ.
#cache/lvmetad.c:2489 Sending lvmetad vg_clear_outdated_pvs
#libdm-config.c:1014 metadata/lvs_history_retention_time not found in config: defaulting to 0
#device/dev-io.c:370 /dev/sda2: size is 152203440 sectors
#metadata/pv_manip.c:417 /dev/sda2 0: 0 144: ubuntu_root(0:0)
#metadata/pv_manip.c:417 /dev/sda2 1: 144 624: NULL(0:0)
#metadata/pv_manip.c:417 /dev/sda2 2: 768 837: home(0:0)
#metadata/pv_manip.c:417 /dev/sda2 3: 1605 256: apt_archives(0:0)
#metadata/pv_manip.c:417 /dev/sda2 4: 1861 1273: pool00_tdata(0:0)
#metadata/pv_manip.c:417 /dev/sda2 5: 3134 2: badblocks(0:0)
#metadata/pv_manip.c:417 /dev/sda2 6: 3136 512: swap(0:0)
#metadata/pv_manip.c:417 /dev/sda2 7: 3648 637: mysql(0:0)
#metadata/pv_manip.c:417 /dev/sda2 8: 4285 768: clients(0:0)
#metadata/pv_manip.c:417 /dev/sda2 9: 5053 886: NULL(0:0)
#metadata/pv_manip.c:417 /dev/sda2 10: 5939 510: ubuntu_var(509:0)
#metadata/pv_manip.c:417 /dev/sda2 11: 6449 752: NULL(0:0)
#metadata/pv_manip.c:417 /dev/sda2 12: 7201 789: home(2352:0)
#metadata/pv_manip.c:417 /dev/sda2 13: 7990 512: NULL(0:0)
#metadata/pv_manip.c:417 /dev/sda2 14: 8502 256: ubuntu_opt(0:0)
#metadata/pv_manip.c:417 /dev/sda2 15: 8758 2: ubuntu_var(1019:0)
#metadata/pv_manip.c:417 /dev/sda2 16: 8760 3: pool00_tmeta(0:0)
#metadata/pv_manip.c:417 /dev/sda2 17: 8763 1749: pool00_tdata(1273:0)
#metadata/pv_manip.c:417 /dev/sda2 18: 10512 1: pool00_tmeta(3:0)
#metadata/pv_manip.c:417 /dev/sda2 19: 10513 1024: pool00_tdata(3022:0)
#metadata/pv_manip.c:417 /dev/sda2 20: 11537 367: NULL(0:0)
#metadata/pv_manip.c:417 /dev/sda2 21: 11904 762: ubuntu_usr(0:0)
#metadata/pv_manip.c:417 /dev/sda2 22: 12666 509: ubuntu_var(0:0)
#metadata/pv_manip.c:417 /dev/sda2 23: 13175 4: lvol0_pmspare(0:0)
#metadata/pv_manip.c:417 /dev/sda2 24: 13179 15: NULL(0:0)
#metadata/pv_manip.c:417 /dev/sda2 25: 13194 125: ubuntu_usr(762:0)
#metadata/pv_manip.c:417 /dev/sda2 26: 13319 752: home(1600:0)
#metadata/pv_manip.c:417 /dev/sda2 27: 14071 129: precise_root(0:0)
#metadata/pv_manip.c:417 /dev/sda2 28: 14200 378: NULL(0:0)
#metadata/pv_manip.c:417 /dev/sda2 29: 14578 507: precise_var(0:0)
#metadata/pv_manip.c:417 /dev/sda2 30: 15085 638: precise_mysql(0:0)
#metadata/pv_manip.c:417 /dev/sda2 31: 15723 256: clients(768:0)
#metadata/pv_manip.c:417 /dev/sda2 32: 15979 763: precise_usr(0:0)
#metadata/pv_manip.c:417 /dev/sda2 33: 16742 763: home(837:0)
#metadata/pv_manip.c:417 /dev/sda2 34: 17505 994: NULL(0:0)
#metadata/vg.c:74 Allocated VG rootvol_tmp at 0x5612b6b484c0.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/ubuntu_root.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/ubuntu_usr.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/ubuntu_var.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/home.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/apt_archives.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/badblocks.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/swap.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/mysql.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/clients.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/precise_var.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/precise_mysql.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/precise_root.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/precise_usr.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/ubuntu_opt.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/pool00.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/centos7_root.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/centos7_usr.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/centos7_var.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/home.thin.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/snapshot2.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/lvol0_pmspare.
#format_text/import_vsn1.c:709 Logical volume rootvol_tmp/lvol0_pmspare is pool metadata spare.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/pool00_tmeta.
#format_text/import_vsn1.c:591 Importing logical volume rootvol_tmp/pool00_tdata.
#metadata/lv_manip.c:1191 Stack rootvol_tmp/pool00:0[0] on LV rootvol_tmp/pool00_tdata:0.
#metadata/lv_manip.c:747 Adding rootvol_tmp/pool00:0 as an user of rootvol_tmp/pool00_tdata.
#metadata/lv_manip.c:747 Adding rootvol_tmp/pool00:0 as an user of rootvol_tmp/pool00_tmeta.
#metadata/lv_manip.c:747 Adding rootvol_tmp/centos7_root:0 as an user of rootvol_tmp/pool00.
#metadata/lv_manip.c:747 Adding rootvol_tmp/centos7_usr:0 as an user of rootvol_tmp/pool00.
#metadata/lv_manip.c:747 Adding rootvol_tmp/centos7_var:0 as an user of rootvol_tmp/pool00.
#metadata/lv_manip.c:747 Adding rootvol_tmp/home.thin:0 as an user of rootvol_tmp/pool00.
#toollib.c:2034 Running command for VG rootvol_tmp fb8y9L-0EGQ-1iKg-omlB-WAkh-FGvZ-q9I7dZ
#activate/dev_manager.c:784 Getting device info for rootvol_tmp-pool00 [LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ5HgiA0TSCLgYjLojLb6EiLj3Fi3AcIrB-pool].
#ioctl/libdm-iface.c:1885 dm version [ opencount flush ] [16384] (*1)
#ioctl/libdm-iface.c:1885 dm info LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ5HgiA0TSCLgYjLojLb6EiLj3Fi3AcIrB-pool [ noopencount flush ] [16384] (*1)
#activate/activate.c:1591 rootvol_tmp/pool00 is active locally
#activate/dev_manager.c:784 Getting device info for rootvol_tmp-pool00 [LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ5HgiA0TSCLgYjLojLb6EiLj3Fi3AcIrB-pool].
#ioctl/libdm-iface.c:1885 dm info LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ5HgiA0TSCLgYjLojLb6EiLj3Fi3AcIrB-pool [ noopencount flush ] [16384] (*1)
#activate/activate.c:1591 rootvol_tmp/pool00 is active locally
#activate/dev_manager.c:784 Getting device info for rootvol_tmp-pool00-tpool [LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ5HgiA0TSCLgYjLojLb6EiLj3Fi3AcIrB-tpool].
#ioctl/libdm-iface.c:1885 dm info LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ5HgiA0TSCLgYjLojLb6EiLj3Fi3AcIrB-tpool [ noopencount flush ] [16384] (*1)
#activate/dev_manager.c:784 Getting device info for rootvol_tmp-pool00 [LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ5HgiA0TSCLgYjLojLb6EiLj3Fi3AcIrB-pool].
#ioctl/libdm-iface.c:1885 dm info LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ5HgiA0TSCLgYjLojLb6EiLj3Fi3AcIrB-pool [ noopencount flush ] [16384] (*1)
#activate/activate.c:1591 rootvol_tmp/pool00 is active locally
#activate/dev_manager.c:784 Getting device info for rootvol_tmp-pool00-tpool [LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ5HgiA0TSCLgYjLojLb6EiLj3Fi3AcIrB-tpool].
#ioctl/libdm-iface.c:1885 dm info LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ5HgiA0TSCLgYjLojLb6EiLj3Fi3AcIrB-tpool [ noopencount flush ] [16384] (*1)
#activate/activate.c:1275 Checking thin metadata percent for LV rootvol_tmp/pool00.
#activate/dev_manager.c:1560 Getting device status percentage for rootvol_tmp-pool00-tpool.
#ioctl/libdm-iface.c:1885 dm status LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ5HgiA0TSCLgYjLojLb6EiLj3Fi3AcIrB-tpool [ noopencount noflush ] [16384] (*1)
#activate/dev_manager.c:1130 LV percent: 59.45
#activate/dev_manager.c:784 Getting device info for rootvol_tmp-pool00-tpool [LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ5HgiA0TSCLgYjLojLb6EiLj3Fi3AcIrB-tpool].
#ioctl/libdm-iface.c:1885 dm info LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ5HgiA0TSCLgYjLojLb6EiLj3Fi3AcIrB-tpool [ noopencount flush ] [16384] (*1)
#activate/activate.c:1275 Checking thin data percent for LV rootvol_tmp/pool00.
#activate/dev_manager.c:1560 Getting device status percentage for rootvol_tmp-pool00-tpool.
#ioctl/libdm-iface.c:1885 dm status LVM-fb8y9L0EGQ1iKgomlBWAkhFGvZq9I7dZ5HgiA0TSCLgYjLojLb6EiLj3Fi3AcIrB-tpool [ noopencount noflush ] [16384] (*1)
#activate/dev_manager.c:1130 LV percent: 98.34
#metadata/lv_manip.c:4977 Converted 20%LV into 810 logical extents.
#metadata/lv_manip.c:5315 New size for rootvol_tmp/pool00_tdata: 4856. Existing logical extents: 4046 / physical extents: 4046.
#metadata/lv_manip.c:5540 Also going to resize thin-pool metadata to match bigger data.
#metadata/lv_manip.c:4905 Rounding size to boundary between physical extents: 20.00 MiB.
#metadata/lv_manip.c:4977 Converted 5%LV into 1 logical extents.
#metadata/lv_manip.c:5284 New size given (1 extents) not larger than existing size (4 extents)
#metadata/lv_manip.c:5434 <backtrace>
#metadata/lv_manip.c:5544 <backtrace>
#lvresize.c:178 <backtrace>
#toollib.c:2039 <backtrace>
#mm/memlock.c:594 Unlock: Memlock counters: prioritized:0 locked:0 critical:0 daemon:0 suspended:0
#activate/fs.c:492 Syncing device names
#locking/locking.c:367 Dropping cache for rootvol_tmp.
#misc/lvm-flock.c:70 Unlocking /run/lock/lvm/V_rootvol_tmp
#misc/lvm-flock.c:47 _undo_flock /run/lock/lvm/V_rootvol_tmp
#metadata/vg.c:89 Freeing VG rootvol_tmp at 0x5612b6b484c0.
#metadata/vg.c:89 Freeing VG rootvol_tmp at 0x5612b6b6ad00.
#cache/lvmcache.c:2539 Dropping VG info
#cache/lvmcache.c:755 lvmcache has no info for vgname "#orphans_lvm1" with VGID #orphans_lvm1.
#cache/lvmcache.c:755 lvmcache has no info for vgname "#orphans_lvm1".
#cache/lvmcache.c:2086 lvmcache: Initialised VG #orphans_lvm1.
#cache/lvmcache.c:755 lvmcache has no info for vgname "#orphans_pool" with VGID #orphans_pool.
#cache/lvmcache.c:755 lvmcache has no info for vgname "#orphans_pool".
#cache/lvmcache.c:2086 lvmcache: Initialised VG #orphans_pool.
#cache/lvmcache.c:755 lvmcache has no info for vgname "#orphans_lvm2" with VGID #orphans_lvm2.
#cache/lvmcache.c:755 lvmcache has no info for vgname "#orphans_lvm2".
#cache/lvmcache.c:2086 lvmcache: Initialised VG #orphans_lvm2.
#lvmcmdline.c:3048 Completed: lvextend --usepolicies /dev/rootvol_tmp/pool00
#cache/lvmcache.c:2539 Dropping VG info
#metadata/vg.c:89 Freeing VG #orphans_lvm1 at 0x5612b6acf7c0.
#metadata/vg.c:89 Freeing VG #orphans_pool at 0x5612b6ad3fe0.
#metadata/vg.c:89 Freeing VG #orphans_lvm2 at 0x5612b6ad8800.
#daemon-client.c:179 Closing daemon socket (fd 4).
#activate/fs.c:492 Syncing device names
# grep autoextend /etc/lvm/lvm.conf
snapshot_autoextend_threshold = 80
snapshot_autoextend_percent = 20
thin_pool_autoextend_threshold = 90
thin_pool_autoextend_percent = 20
# lvs -a
#libdm-report.c:4220 LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
#libdm-report.c:4683 apt_archives rootvol_tmp -wi-a----- 1.00g
#libdm-report.c:4683 badblocks rootvol_tmp -wi-a----- 8.00m
#libdm-report.c:4683 centos7_root rootvol_tmp Vwi-aotz-- 476.00m pool00 22.49
#libdm-report.c:4683 centos7_usr rootvol_tmp Vwi-aotz-- 1.86g pool00 81.84
#libdm-report.c:4683 centos7_var rootvol_tmp Vwi-aotz-- 1.86g pool00 88.21
#libdm-report.c:4683 clients rootvol_tmp -wi-a----- 4.00g
#libdm-report.c:4683 home rootvol_tmp -wi-a----- <12.27g
#libdm-report.c:4683 home.thin rootvol_tmp Vwi-a-tz-- 12.27g pool00 99.97
#libdm-report.c:4683 [lvol0_pmspare] rootvol_tmp ewi------- 16.00m
#libdm-report.c:4683 mysql rootvol_tmp owi-a-s--- <2.49g
#libdm-report.c:4683 pool00 rootvol_tmp twi-aotz-- 15.80g 98.34 59.45
#libdm-report.c:4683 [pool00_tdata] rootvol_tmp Twi-ao---- 15.80g
#libdm-report.c:4683 [pool00_tmeta] rootvol_tmp ewi-ao---- 16.00m
#libdm-report.c:4683 precise_mysql rootvol_tmp swi-a-s--- 2.49g mysql 37.86
#libdm-report.c:4683 precise_root rootvol_tmp -wi-a----- 516.00m
#libdm-report.c:4683 precise_usr rootvol_tmp -wi-a----- 2.98g
#libdm-report.c:4683 precise_var rootvol_tmp -wi-a----- 1.98g
#libdm-report.c:4683 swap rootvol_tmp -wi-a----- 2.00g
#libdm-report.c:4683 ubuntu_opt rootvol_tmp -wi-a----- 1.00g
#libdm-report.c:4683 ubuntu_root rootvol_tmp -wi-ao---- 576.00m
#libdm-report.c:4683 ubuntu_usr rootvol_tmp -wi-a----- 3.46g
#libdm-report.c:4683 ubuntu_var rootvol_tmp -wi-a----- <3.99g
> Will get into RHEL with next release.
What does that mean exactly? 7.8, 7.9?
Why doesn't this get released in the updates stream that happens between point releases?
This seems like a pretty serious issue, potentially leading people filling pools and snapshots to 100% and thus potentially corrupting data. Should something that serious really wait months for a new point release?
(In reply to Brian J. Murrell from comment #3)
> > Will get into RHEL with next release.
>
> What does that mean exactly? 7.8, 7.9?
Hopefully we manage to squeeze this bug into 7.8
>
> Why doesn't this get released in the updates stream that happens between
> point releases?
It takes some time to run all the testing - and when you check commit date of fixing patch,
it's very recent commit. All the testing needs to happen first.
> This seems like a pretty serious issue, potentially leading people filling
> pools and snapshots to 100% and thus potentially corrupting data. Should
> something that serious really wait months for a new point release?
There are few conditions that needs to be met together - so if you are so low in space in VG,
that you are beaten by this issue - you would most likely run out-of-space just a bit later.
Bug was found and fixed - but since it took a while before it gets noticeable,
it's IMHO not a totally critical.