]> sourceware.org Git - lvm2.git/commit
Message support for thin provisiong
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 17 Oct 2011 14:17:09 +0000 (14:17 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 17 Oct 2011 14:17:09 +0000 (14:17 +0000)
commita25434a3a3397c745d91fcf94766f44b1c503487
tree2fad718f571e1994a9d4f05cd63205fc95d4612f
parent25e6ab87d8f79b3d5be5b868b152f690056791fd
Message support for thin provisiong

lvm part of messaging.

Each message is now stored it's own thin pool section:

message1 {
create = lv
}

Messages are queued to thin pool dm target when this target
is going to be resumed or used through some dependency.

Currently  'delete' message are purely queued and processed
with next thin pool resume operation (i.e. create_thin).

WARNING - thin provisioning support is developmental code.
lib/metadata/lv_manip.c
lib/metadata/metadata-exported.h
lib/metadata/metadata.h
lib/metadata/thin_manip.c
lib/thin/thin.c
This page took 0.028566 seconds and 5 git commands to generate.