> >> Presumably you want a thick volume but inside a thin pool so that you >> can used snapshots? >> If so have you considered the 'external snapshot' feature? > > Yes, in some cases they are quite useful. Still, a fast volume > allocation can be an handy addition. > Hello. Can I use external snapshot for fast zero allocation? "thpool" - is lvmthin with lvm zeroing disabled # lvcreate -n ext2T -V 2TiB --thinpool thpool VG # lvchange --permission r VG/ext2T # lvcreate -n zeroed_lve -s VG/ext2T --thinpool VG/thpool Or it will be the same as zeroing enabled? Thanks.
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ linux-lvm mailing list linux-lvm@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/