Suggest -Zn to deactivate pool zeroing because this speeds up operation
and avoids
WARNING: Pool zeroing and 1.00 MiB large chunk size slows down thin provisioning.
Also reduce the metadata size of the pool to avoid
WARNING: Maximum supported pool metadata size is 15.81 GiB.
.RS 6
.EX
- .B lvcreate \-\-type thin\-pool \-L 1T \-\-poolmetadatasize 16G \-n tp vg
+ .B lvcreate \-Zn \-\-type thin\-pool \-L 1T \-\-poolmetadatasize 15G \-n tp vg
.EE
.RE
.IP \(bu 2