]> sourceware.org Git - lvm2.git/commit
Thin align volume size on chunk boundary size
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 10 Nov 2011 12:42:15 +0000 (12:42 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 10 Nov 2011 12:42:15 +0000 (12:42 +0000)
commit39fc63395780051a0fa0e6622df7945f9bf06af0
tree1660be82cb590fe76a967b1255a8e6d308b2faca
parent3d9513ced4e79c3303bd57caa891b878b7a44e56
Thin align volume size on chunk boundary size

If the extent_size is smaller then the chunk_size we may try
to find better aligment (wasting less space).

i.e. using  4KB extent_size and  64KB chunk size will
lead to creation of 64KB aligned thin volume.
lib/metadata/lv_manip.c
This page took 0.036457 seconds and 5 git commands to generate.