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.
Bug 1722666 - lvextend alternate syntax percentage sizes do not work for stacked thin pool volumes: "VolumeType does not match"
Summary: lvextend alternate syntax percentage sizes do not work for stacked thin pool ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: lvm2
Version: 7.7
Hardware: x86_64
OS: Linux
medium
low
Target Milestone: rc
: ---
Assignee: Zdenek Kabelac
QA Contact: cluster-qe@redhat.com
URL:
Whiteboard:
: 1771820 (view as bug list)
Depends On:
Blocks: 1757899
TreeView+ depends on / blocked
 
Reported: 2019-06-20 22:52 UTC by Corey Marthaler
Modified: 2021-09-03 12:56 UTC (History)
11 users (show)

Fixed In Version: lvm2-2.02.186-4.el7.src.rpm
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1757899 (view as bug list)
Environment:
Last Closed: 2020-03-31 20:04:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2020:1129 0 None None None 2020-03-31 20:05:22 UTC

Description Corey Marthaler 2019-06-20 22:52:24 UTC
Description of problem:
This a low priority issue with an easy workaround, filing this to reference when turning off these test scenarios.


# Just raid1 (WORKS)
[root@hayes-03 ~]# lvcreate  --type raid1 -m 1  --zero n -L 100M -n 100_percent snapper_thinp
  WARNING: Logical volume snapper_thinp/100_percent not zeroed.
  Logical volume "100_percent" created.
[root@hayes-03 ~]# lvextend -l100%FREE snapper_thinp/100_percent
  Extending 2 mirror images.
  Size of logical volume snapper_thinp/100_percent changed from 100.00 MiB (25 extents) to <3.99 GiB (1021 extents).
  Logical volume snapper_thinp/100_percent successfully resized.
[root@hayes-03 ~]# lvs -a -o +devices
  LV                     VG            Attr       LSize  Pool Origin Data%  Meta%  Move Log Cpy%Sync Devices
  100_percent            snapper_thinp rwi-a-r--- <3.99g                                    0.83     100_percent_rimage_0(0),100_percent_rimage_1(0)
  [100_percent_rimage_0] snapper_thinp Iwi-aor--- <3.99g                                             /dev/sdb1(1)
  [100_percent_rimage_0] snapper_thinp Iwi-aor--- <3.99g                                             /dev/sdl1(0)
  [100_percent_rimage_1] snapper_thinp Iwi-aor--- <3.99g                                             /dev/sdh1(1)
  [100_percent_rimage_1] snapper_thinp Iwi-aor--- <3.99g                                             /dev/sdn1(0)
  [100_percent_rmeta_0]  snapper_thinp ewi-aor---  4.00m                                             /dev/sdb1(0)
  [100_percent_rmeta_1]  snapper_thinp ewi-aor---  4.00m                                             /dev/sdh1(0)



# Just mirror (WORKS)
[root@hayes-03 ~]# lvcreate  --type mirror -m 1  --zero n -L 100M -n 100_percent snapper_thinp
  WARNING: Logical volume snapper_thinp/100_percent not zeroed.
  Logical volume "100_percent" created.
[root@hayes-03 ~]# lvextend -l100%FREE snapper_thinp/100_percent
  Extending 2 mirror images.
  Size of logical volume snapper_thinp/100_percent changed from 100.00 MiB (25 extents) to 3.99 GiB (1022 extents).
  Logical volume snapper_thinp/100_percent successfully resized.
[root@hayes-03 ~]# lvs -a -o +devices
  LV                     VG            Attr       LSize Pool Origin Data%  Meta%  Move Log                Cpy%Sync Devices
  100_percent            snapper_thinp mwi-a-m--- 3.99g                                [100_percent_mlog] 7.53     100_percent_mimage_0(0),100_percent_mimage_1(0)
  [100_percent_mimage_0] snapper_thinp Iwi-aom--- 3.99g                                                            /dev/sdb1(0)
  [100_percent_mimage_0] snapper_thinp Iwi-aom--- 3.99g                                                            /dev/sdl1(0)
  [100_percent_mimage_1] snapper_thinp Iwi-aom--- 3.99g                                                            /dev/sdh1(0)
  [100_percent_mimage_1] snapper_thinp Iwi-aom--- 3.99g                                                            /dev/sdn1(0)
  [100_percent_mlog]     snapper_thinp lwi-aom--- 4.00m                                                            /dev/sdo1(0)



# Raid1 Tpool (FAILS to extend)
[root@hayes-03 ~]# lvcreate   --zero n -L 4M -n meta snapper_thinp
  WARNING: Logical volume snapper_thinp/meta not zeroed.
  Logical volume "meta" created.
[root@hayes-03 ~]# lvcreate  --type raid1 -m 1  --zero n -L 100M -n 100_percent snapper_thinp
  WARNING: Logical volume snapper_thinp/100_percent not zeroed.
  Logical volume "100_percent" created.
[root@hayes-03 ~]# lvconvert --zero n --thinpool snapper_thinp/100_percent --poolmetadata meta --yes
  Thin pool volume with chunk size 64.00 KiB can address at most 15.81 TiB of data.
  WARNING: Converting snapper_thinp/100_percent and snapper_thinp/meta to thin pool's data and metadata volumes with metadata wiping.
  THIS WILL DESTROY CONTENT OF LOGICAL VOLUME (filesystem etc.)
  Converted snapper_thinp/100_percent and snapper_thinp/meta to thin pool.
[root@hayes-03 ~]# lvs -a -o +devices
  LV                           VG            Attr       LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Devices
  100_percent                  snapper_thinp twi-a-t--- 100.00m             0.00   10.84                    100_percent_tdata(0)
  [100_percent_tdata]          snapper_thinp rwi-aor--- 100.00m                                    100.00   100_percent_tdata_rimage_0(0),100_percent_tdata_rimage_1(0)
  [100_percent_tdata_rimage_0] snapper_thinp iwi-aor--- 100.00m                                             /dev/sdb1(2)
  [100_percent_tdata_rimage_1] snapper_thinp iwi-aor--- 100.00m                                             /dev/sdh1(1)
  [100_percent_tdata_rmeta_0]  snapper_thinp ewi-aor---   4.00m                                             /dev/sdb1(1)
  [100_percent_tdata_rmeta_1]  snapper_thinp ewi-aor---   4.00m                                             /dev/sdh1(0)
  [100_percent_tmeta]          snapper_thinp ewi-ao----   4.00m                                             /dev/sdb1(0)
  [lvol0_pmspare]              snapper_thinp ewi-------   4.00m                                             /dev/sdb1(27)
[root@hayes-03 ~]# lvcreate  --virtualsize 1G -T snapper_thinp/100_percent -n origin
  WARNING: Sum of all thin volume sizes (1.00 GiB) exceeds the size of thin pool snapper_thinp/100_percent (100.00 MiB).
  WARNING: You have not turned on protection against thin pools running out of space.
  WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
  Logical volume "origin" created.
[root@hayes-03 ~]# lvs -a -o +devices
  LV                           VG            Attr       LSize   Pool        Origin Data%  Meta%  Move Log Cpy%Sync Devices
  100_percent                  snapper_thinp twi-aot--- 100.00m                    0.00   10.94                    100_percent_tdata(0)
  [100_percent_tdata]          snapper_thinp rwi-aor--- 100.00m                                           100.00   100_percent_tdata_rimage_0(0),100_percent_tdata_rimage_1(0)
  [100_percent_tdata_rimage_0] snapper_thinp iwi-aor--- 100.00m                                                    /dev/sdb1(2)
  [100_percent_tdata_rimage_1] snapper_thinp iwi-aor--- 100.00m                                                    /dev/sdh1(1)
  [100_percent_tdata_rmeta_0]  snapper_thinp ewi-aor---   4.00m                                                    /dev/sdb1(1)
  [100_percent_tdata_rmeta_1]  snapper_thinp ewi-aor---   4.00m                                                    /dev/sdh1(0)
  [100_percent_tmeta]          snapper_thinp ewi-ao----   4.00m                                                    /dev/sdb1(0)
  [lvol0_pmspare]              snapper_thinp ewi-------   4.00m                                                    /dev/sdb1(27)
  origin                       snapper_thinp Vwi-a-t---   1.00g 100_percent        0.00                                                                                               
[root@hayes-03 ~]# lvextend -l100%FREE snapper_thinp/100_percent
  Extending 2 mirror images.
  Rounding size to boundary between physical extents: 8.00 MiB.
  VolumeType does not match (raid1).




# Mirror Tpool (FAILS to extend)
[root@hayes-03 ~]# lvcreate   --zero n -L 4M -n meta snapper_thinp
  WARNING: Logical volume snapper_thinp/meta not zeroed.
  Logical volume "meta" created.
[root@hayes-03 ~]# lvcreate  --type mirror -m 1  --zero n -L 100M -n 100_percent snapper_thinp
  WARNING: Logical volume snapper_thinp/100_percent not zeroed.
  Logical volume "100_percent" created.
[root@hayes-03 ~]# lvs -a -o +devices
  LV                     VG            Attr       LSize   Pool Origin Data%  Meta%  Move Log                Cpy%Sync Devices
  100_percent            snapper_thinp mwi-a-m--- 100.00m                                [100_percent_mlog] 100.00   100_percent_mimage_0(0),100_percent_mimage_1(0)
  [100_percent_mimage_0] snapper_thinp iwi-aom--- 100.00m                                                            /dev/sdb1(1)
  [100_percent_mimage_1] snapper_thinp iwi-aom--- 100.00m                                                            /dev/sdh1(0)
  [100_percent_mlog]     snapper_thinp lwi-aom---   4.00m                                                            /dev/sdo1(0)
  meta                   snapper_thinp -wi-a-----   4.00m                                                            /dev/sdb1(0)
[root@hayes-03 ~]# lvconvert --zero n --thinpool snapper_thinp/100_percent --poolmetadata meta --yes
  Thin pool volume with chunk size 64.00 KiB can address at most 15.81 TiB of data.
  WARNING: Converting snapper_thinp/100_percent and snapper_thinp/meta to thin pool's data and metadata volumes with metadata wiping.
  THIS WILL DESTROY CONTENT OF LOGICAL VOLUME (filesystem etc.)
  Converted snapper_thinp/100_percent and snapper_thinp/meta to thin pool.
[root@hayes-03 ~]# lvs -a -o +devices
  LV                           VG            Attr       LSize   Pool Origin Data%  Meta%  Move Log                      Cpy%Sync Devices
  100_percent                  snapper_thinp twi-a-t--- 100.00m             0.00   10.84                                         100_percent_tdata(0)
  [100_percent_tdata]          snapper_thinp mwi-aom--- 100.00m                                [100_percent_tdata_mlog] 100.00   100_percent_tdata_mimage_0(0),100_percent_tdata_mimage_1(0)
  [100_percent_tdata_mimage_0] snapper_thinp iwi-aom--- 100.00m                                                                  /dev/sdb1(1)
  [100_percent_tdata_mimage_1] snapper_thinp iwi-aom--- 100.00m                                                                  /dev/sdh1(0)
  [100_percent_tdata_mlog]     snapper_thinp lwi-aom---   4.00m                                                                  /dev/sdo1(0)
  [100_percent_tmeta]          snapper_thinp ewi-ao----   4.00m                                                                  /dev/sdb1(0)
  [lvol0_pmspare]              snapper_thinp ewi-------   4.00m                                                                  /dev/sdb1(26)
[root@hayes-03 ~]# lvs -a -o +devices
  LV                           VG            Attr       LSize   Pool Origin Data%  Meta%  Move Log                      Cpy%Sync Devices
  100_percent                  snapper_thinp twi-a-t--- 100.00m             0.00   10.84                                         100_percent_tdata(0)
  [100_percent_tdata]          snapper_thinp mwi-aom--- 100.00m                                [100_percent_tdata_mlog] 100.00   100_percent_tdata_mimage_0(0),100_percent_tdata_mimage_1(0)
  [100_percent_tdata_mimage_0] snapper_thinp iwi-aom--- 100.00m                                                                  /dev/sdb1(1)
  [100_percent_tdata_mimage_1] snapper_thinp iwi-aom--- 100.00m                                                                  /dev/sdh1(0)
  [100_percent_tdata_mlog]     snapper_thinp lwi-aom---   4.00m                                                                  /dev/sdo1(0)
  [100_percent_tmeta]          snapper_thinp ewi-ao----   4.00m                                                                  /dev/sdb1(0)
  [lvol0_pmspare]              snapper_thinp ewi-------   4.00m                                                                  /dev/sdb1(26)
[root@hayes-03 ~]# lvcreate  --virtualsize 1G -T snapper_thinp/100_percent -n origin
  WARNING: Sum of all thin volume sizes (1.00 GiB) exceeds the size of thin pool snapper_thinp/100_percent (100.00 MiB).
  WARNING: You have not turned on protection against thin pools running out of space.
  WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
  Logical volume "origin" created.
[root@hayes-03 ~]# lvs -a -o +devices
  LV                           VG            Attr       LSize   Pool        Origin Data%  Meta%  Move Log                      Cpy%Sync Devices
  100_percent                  snapper_thinp twi-aot--- 100.00m                    0.00   10.94                                         100_percent_tdata(0)
  [100_percent_tdata]          snapper_thinp mwi-aom--- 100.00m                                       [100_percent_tdata_mlog] 100.00   100_percent_tdata_mimage_0(0),100_percent_tdata_mimage_1(0)
  [100_percent_tdata_mimage_0] snapper_thinp iwi-aom--- 100.00m                                                                         /dev/sdb1(1)
  [100_percent_tdata_mimage_1] snapper_thinp iwi-aom--- 100.00m                                                                         /dev/sdh1(0)
  [100_percent_tdata_mlog]     snapper_thinp lwi-aom---   4.00m                                                                         /dev/sdo1(0)
  [100_percent_tmeta]          snapper_thinp ewi-ao----   4.00m                                                                         /dev/sdb1(0)
  [lvol0_pmspare]              snapper_thinp ewi-------   4.00m                                                                         /dev/sdb1(26)
  origin                       snapper_thinp Vwi-a-t---   1.00g 100_percent        0.00                                                                                                                    
[root@hayes-03 ~]# lvextend -l100%FREE snapper_thinp/100_percent
  Extending 2 mirror images.
  Rounding size to boundary between physical extents: 8.00 MiB.
  VolumeType does not match (mirror).
[root@hayes-03 ~]# lvextend -l100%VG snapper_thinp/100_percent
  Reducing 100%VG to remaining free space 9.87 GiB in VG.
  Extending 2 mirror images.
  Rounding size to boundary between physical extents: 8.00 MiB.
  VolumeType does not match (mirror).


Using the "normal" extension syntax works:
[root@hayes-03 ~]# lvextend -L +500M snapper_thinp/100_percent
  Extending 2 mirror images.
  WARNING: Sum of all thin volume sizes (1.00 GiB) exceeds the size of thin pools (600.00 MiB).
  WARNING: You have not turned on protection against thin pools running out of space.
  WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
  Size of logical volume snapper_thinp/100_percent_tdata changed from 100.00 MiB (25 extents) to 600.00 MiB (150 extents).
  Logical volume snapper_thinp/100_percent_tdata successfully resized.
[root@hayes-03 ~]# lvs -a -o +devices
  LV                           VG            Attr       LSize   Pool        Origin Data%  Meta%  Move Log                      Cpy%Sync Devices
  100_percent                  snapper_thinp twi-aot--- 600.00m                    0.00   10.94                                         100_percent_tdata(0)
  [100_percent_tdata]          snapper_thinp mwi-aom--- 600.00m                                       [100_percent_tdata_mlog] 100.00   100_percent_tdata_mimage_0(0),100_percent_tdata_mimage_1(0)
  [100_percent_tdata_mimage_0] snapper_thinp iwi-aom--- 600.00m                                                                         /dev/sdb1(1)
  [100_percent_tdata_mimage_0] snapper_thinp iwi-aom--- 600.00m                                                                         /dev/sdb1(27)
  [100_percent_tdata_mimage_1] snapper_thinp iwi-aom--- 600.00m                                                                         /dev/sdh1(0)
  [100_percent_tdata_mlog]     snapper_thinp lwi-aom---   4.00m                                                                         /dev/sdo1(0)
  [100_percent_tmeta]          snapper_thinp ewi-ao----   4.00m                                                                         /dev/sdb1(0)
  [lvol0_pmspare]              snapper_thinp ewi-------   4.00m                                                                         /dev/sdb1(26)
  origin                       snapper_thinp Vwi-a-t---   1.00g 100_percent        0.00                                                                                                                    



Version-Release number of selected component (if applicable):
3.10.0-1055.el7.x86_64

lvm2-2.02.185-1.el7    BUILT: Mon May 13 04:36:30 CDT 2019
lvm2-libs-2.02.185-1.el7    BUILT: Mon May 13 04:36:30 CDT 2019
lvm2-cluster-2.02.185-1.el7    BUILT: Mon May 13 04:36:30 CDT 2019
lvm2-lockd-2.02.185-1.el7    BUILT: Mon May 13 04:36:30 CDT 2019
lvm2-python-boom-0.9-17.el7.2    BUILT: Mon May 13 04:37:00 CDT 2019
cmirror-2.02.185-1.el7    BUILT: Mon May 13 04:36:30 CDT 2019
device-mapper-1.02.158-1.el7    BUILT: Mon May 13 04:36:30 CDT 2019
device-mapper-libs-1.02.158-1.el7    BUILT: Mon May 13 04:36:30 CDT 2019
device-mapper-event-1.02.158-1.el7    BUILT: Mon May 13 04:36:30 CDT 2019
device-mapper-event-libs-1.02.158-1.el7    BUILT: Mon May 13 04:36:30 CDT 2019
device-mapper-persistent-data-0.8.5-1.el7    BUILT: Mon Jun 10 03:58:20 CDT 2019


How reproducible:
Everytime

Comment 2 Zdenek Kabelac 2019-11-12 11:08:55 UTC
The problem here was that  extension of thin-pool data LV now also wants to resize 'metadata' LV if the growth of data is too big for existing metadata size.

This executed code to change size of 2 volumes at the same time, however second extension expected (wrongly) same segtype is the 1st. LV had and also as a secondary bug tried to use 'percentage' extension for this 'in extent' computed resize.

Both bugs are now fixed with git commit  b9926fb1be3684926ac871b9397839df4c337237.

https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=b9926fb1be3684926ac871b9397839df4c337237

Comment 3 Zdenek Kabelac 2019-11-12 11:13:48 UTC
It might be worth to note here - since there are 2 independent extension going on here - it may happen with '%' specifier for some very specific corner cases that lvm2 will not be able to fulfill request as of current internal design limitation -  all the space 'can be taken' by 1st. resize and there might not be enough space for secondary metadata resize - in that case user needs to specify smaller value...

Comment 4 Zdenek Kabelac 2019-11-13 09:41:53 UTC
*** Bug 1771820 has been marked as a duplicate of this bug. ***

Comment 11 Corey Marthaler 2019-12-02 23:44:11 UTC
Fix verified in the latest rpms.

lvm2-2.02.186-4.el7    BUILT: Wed Nov 27 04:05:17 CST 2019
lvm2-libs-2.02.186-4.el7    BUILT: Wed Nov 27 04:05:17 CST 2019
lvm2-cluster-2.02.186-4.el7    BUILT: Wed Nov 27 04:05:17 CST 2019
lvm2-lockd-2.02.186-4.el7    BUILT: Wed Nov 27 04:05:17 CST 2019
lvm2-python-boom-0.9-22.el7    BUILT: Wed Nov 27 04:13:44 CST 2019
cmirror-2.02.186-4.el7    BUILT: Wed Nov 27 04:05:17 CST 2019
device-mapper-1.02.164-4.el7    BUILT: Wed Nov 27 04:05:17 CST 2019
device-mapper-libs-1.02.164-4.el7    BUILT: Wed Nov 27 04:05:17 CST 2019
device-mapper-event-1.02.164-4.el7    BUILT: Wed Nov 27 04:05:17 CST 2019
device-mapper-event-libs-1.02.164-4.el7    BUILT: Wed Nov 27 04:05:17 CST 2019
device-mapper-persistent-data-0.8.5-1.el7    BUILT: Mon Jun 10 03:58:20 CDT 2019



1. Mirror is no longer supported as a thin pool stack:
# mirror can no longer be used as a thin pool
[root@hayes-01 ~]# lvcreate   --zero n -L 4M -n meta snapper_thinp
  WARNING: Logical volume snapper_thinp/meta not zeroed.
  Logical volume "meta" created.
[root@hayes-01 ~]# lvcreate  --type mirror -m 1  --zero n -L 100M -n 100_percent snapper_thinp
  WARNING: Logical volume snapper_thinp/100_percent not zeroed.
  Logical volume "100_percent" created.
[root@hayes-01 ~]# lvs -a -o +devices
  LV                     VG            Attr       LSize   Pool Origin Data%  Meta%  Move Log                Cpy%Sync Convert Devices                                        
  100_percent            snapper_thinp mwi-a-m--- 100.00m                                [100_percent_mlog] 100.00           100_percent_mimage_0(0),100_percent_mimage_1(0)
  [100_percent_mimage_0] snapper_thinp iwi-aom--- 100.00m                                                                    /dev/sdb1(1)                                   
  [100_percent_mimage_1] snapper_thinp iwi-aom--- 100.00m                                                                    /dev/sdc1(0)                                   
  [100_percent_mlog]     snapper_thinp lwi-aom---   4.00m                                                                    /dev/sdk1(0)                                   
  meta                   snapper_thinp -wi-a-----   4.00m                                                                    /dev/sdb1(0)                                   
[root@hayes-01 ~]# lvconvert --zero n --thinpool snapper_thinp/100_percent --poolmetadata meta --yes
  LV snapper_thinp/100_percent with type mirror cannot be used as a thin pool LV.




2. Raid before fix:
[root@hayes-01 ~]# lvcreate   --zero n -L 4M -n meta snapper_thinp                                                                                                                                   
  WARNING: Logical volume snapper_thinp/meta not zeroed.
  Logical volume "meta" created.
[root@hayes-01 ~]#  lvcreate  --type raid1 -m 1  --zero n -L 100M -n 100_percent snapper_thinp
  WARNING: Logical volume snapper_thinp/100_percent not zeroed.
  Logical volume "100_percent" created.
[root@hayes-01 ~]# lvconvert --zero n --thinpool snapper_thinp/100_percent --poolmetadata meta --yes
  Thin pool volume with chunk size 64.00 KiB can address at most 15.81 TiB of data.
  WARNING: Converting snapper_thinp/100_percent and snapper_thinp/meta to thin pool's data and metadata volumes with metadata wiping.
  THIS WILL DESTROY CONTENT OF LOGICAL VOLUME (filesystem etc.)
  Converted snapper_thinp/100_percent and snapper_thinp/meta to thin pool.
[root@hayes-01 ~]# lvcreate  --virtualsize 1G -T snapper_thinp/100_percent -n origin
  WARNING: Sum of all thin volume sizes (1.00 GiB) exceeds the size of thin pool snapper_thinp/100_percent (100.00 MiB).
  WARNING: You have not turned on protection against thin pools running out of space.
  WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
  Logical volume "origin" created.
[root@hayes-01 ~]# lvs -a -o +devices
  LV                           VG            Attr       LSize   Pool        Origin Data%  Meta%  Move Log Cpy%Sync Convert Devices                                                    
  100_percent                  snapper_thinp twi-aot--- 100.00m                    0.00   10.94                            100_percent_tdata(0)                                       
  [100_percent_tdata]          snapper_thinp rwi-aor--- 100.00m                                           100.00           100_percent_tdata_rimage_0(0),100_percent_tdata_rimage_1(0)
  [100_percent_tdata_rimage_0] snapper_thinp iwi-aor--- 100.00m                                                            /dev/sdb1(2)                                               
  [100_percent_tdata_rimage_1] snapper_thinp iwi-aor--- 100.00m                                                            /dev/sdc1(1)                                               
  [100_percent_tdata_rmeta_0]  snapper_thinp ewi-aor---   4.00m                                                            /dev/sdb1(1)                                               
  [100_percent_tdata_rmeta_1]  snapper_thinp ewi-aor---   4.00m                                                            /dev/sdc1(0)                                               
  [100_percent_tmeta]          snapper_thinp ewi-ao----   4.00m                                                            /dev/sdb1(0)                                               
  [lvol0_pmspare]              snapper_thinp ewi-------   4.00m                                                            /dev/sdb1(27)                                              
  origin                       snapper_thinp Vwi-a-t---   1.00g 100_percent        0.00                                                                                               
[root@hayes-01 ~]# lvextend -l100%FREE snapper_thinp/100_percent
  Extending 2 mirror images.
  Rounding size to boundary between physical extents: 8.00 MiB.
  VolumeType does not match (raid1).


3. Raid after the fix:
[root@hayes-01 ~]# lvcreate   --zero n -L 4M -n meta snapper_thinp
  WARNING: Logical volume snapper_thinp/meta not zeroed.
  Logical volume "meta" created.
[root@hayes-01 ~]# lvcreate  --type raid1 -m 1  --zero n -L 100M -n 100_percent snapper_thinp
  WARNING: Logical volume snapper_thinp/100_percent not zeroed.
  Logical volume "100_percent" created.
[root@hayes-01 ~]# lvconvert --zero n --thinpool snapper_thinp/100_percent --poolmetadata meta --yes
  Thin pool volume with chunk size 64.00 KiB can address at most 15.81 TiB of data.
  WARNING: Converting snapper_thinp/100_percent and snapper_thinp/meta to thin pool's data and metadata volumes with metadata wiping.
  THIS WILL DESTROY CONTENT OF LOGICAL VOLUME (filesystem etc.)
  Converted snapper_thinp/100_percent and snapper_thinp/meta to thin pool.
[root@hayes-01 ~]# lvs -a -o +devices
  LV                           VG            Attr       LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert Devices                                                    
  100_percent                  snapper_thinp twi-a-t--- 100.00m             0.00   10.84                            100_percent_tdata(0)                                       
  [100_percent_tdata]          snapper_thinp rwi-aor--- 100.00m                                    100.00           100_percent_tdata_rimage_0(0),100_percent_tdata_rimage_1(0)
  [100_percent_tdata_rimage_0] snapper_thinp iwi-aor--- 100.00m                                                     /dev/sdb1(2)                                               
  [100_percent_tdata_rimage_1] snapper_thinp iwi-aor--- 100.00m                                                     /dev/sdc1(1)                                               
  [100_percent_tdata_rmeta_0]  snapper_thinp ewi-aor---   4.00m                                                     /dev/sdb1(1)                                               
  [100_percent_tdata_rmeta_1]  snapper_thinp ewi-aor---   4.00m                                                     /dev/sdc1(0)                                               
  [100_percent_tmeta]          snapper_thinp ewi-ao----   4.00m                                                     /dev/sdb1(0)                                               
  [lvol0_pmspare]              snapper_thinp ewi-------   4.00m                                                     /dev/sdb1(27)                                              
[root@hayes-01 ~]# lvcreate  --virtualsize 1G -T snapper_thinp/100_percent -n origin
  WARNING: Sum of all thin volume sizes (1.00 GiB) exceeds the size of thin pool snapper_thinp/100_percent (100.00 MiB).
  WARNING: You have not turned on protection against thin pools running out of space.
  WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
  Logical volume "origin" created.
[root@hayes-01 ~]# lvextend -l100%FREE snapper_thinp/100_percent
  Extending 2 mirror images.
  Rounding size to boundary between physical extents: 8.00 MiB.
  WARNING: Sum of all thin volume sizes (1.00 GiB) exceeds the size of thin pools (100.00 MiB).
  WARNING: You have not turned on protection against thin pools running out of space.
  WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
  Size of logical volume snapper_thinp/100_percent_tmeta changed from 4.00 MiB (1 extents) to 8.00 MiB (2 extents).
  Size of logical volume snapper_thinp/100_percent_tdata changed from 100.00 MiB (25 extents) to <3.99 GiB (1021 extents).
  Logical volume snapper_thinp/100_percent_tdata successfully resized.

Comment 13 errata-xmlrpc 2020-03-31 20:04:51 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:1129


Note You need to log in before you can comment on or make changes to this bug.