]> sourceware.org Git - lvm2.git/commit
thin: fix volume_list support
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 26 Aug 2014 10:10:29 +0000 (12:10 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 26 Aug 2014 12:10:18 +0000 (14:10 +0200)
commit0794a10f91557d58e865faff4c60aef6336ecf22
tree0a127c90bf82fecbd073f5413c3f7bbd46f0a1aa
parent1ee5e18a7b446bc08d99a5638fc4463e459b34d3
thin: fix volume_list support

Fixing problem, when user sets volume_list and excludes thin pools
from activation. In this case pool return 'success' for skipped activation.

We need to really check the volume it is actually active to properly
to remove queued pool messages. Otherwise the lvm2 and kernel
metadata started to go async since lvm2 believed, messages were submitted.

Add also better check for threshold when create a new thin volume.
In this case we require local activation of thin pool so we are able
to check pool fullness.
WHATS_NEW
lib/metadata/lv_manip.c
lib/metadata/thin_manip.c
This page took 0.036581 seconds and 5 git commands to generate.