]> sourceware.org Git - lvm2.git/commit
thin: add common pool functions
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 15 Nov 2012 13:48:32 +0000 (14:48 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 19 Nov 2012 13:38:17 +0000 (14:38 +0100)
commitf4137640f60af5377615a1b9e50238b593cf272b
tree713d6977a603eaf721a638d67a969ba786409678
parent2e96ea4a899a0d0a5adb5e3d8fa09e04fd7a4173
thin: add common pool functions

Move common functions for lvcreate and lvconvert.

get_pool_params() - read thin pool args.
update_pool_params() - updates/validates some thin args.

It is getting complicated and even few more things will be
implemented, so to avoid reimplementing things differently
in lvcreate and lvconvert  code has been splitted
into 2 common functions that allow some future extension.
WHATS_NEW
tools/toollib.c
tools/toollib.h
This page took 0.035875 seconds and 5 git commands to generate.