summaryrefslogtreecommitdiffstats
path: root/lib/activate/activate.h
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-03-23 09:58:04 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-03-23 09:58:04 +0000
commit2caa558e7c57efa6c0d7cf4e38cee68445a6d7f6 (patch)
tree107900dd0aee55a103c6cb60ba628c8f6d913f35 /lib/activate/activate.h
parent5da4d94adc02df77976d1381bfea914fe2622850 (diff)
downloadlvm2-2caa558e7c57efa6c0d7cf4e38cee68445a6d7f6.tar.gz
lvm2-2caa558e7c57efa6c0d7cf4e38cee68445a6d7f6.tar.xz
lvm2-2caa558e7c57efa6c0d7cf4e38cee68445a6d7f6.zip
Update and fix monitoring of thin pool devices
Code adds better support for monitoring of thin pool devices. update_pool_lv uses DMEVENTD_MONITOR_IGNORE to not manipulate with monitoring. vgchange & lvchange are checking real thin pool device for existance as we are using _tpool real device and visible LV pool device might not be even active (_tpool is activated implicitely for any thin volume). monitor_dev_for_events is another _lv_postorder like code it might be worth to think about reusing it here - for now update the code to properly monitory thin volume deps. For unmonitoring add extra code to check the usage of thin pool - in case it's in use unmonitoring of thin volume is skipped.
Diffstat (limited to 'lib/activate/activate.h')
-rw-r--r--lib/activate/activate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/activate/activate.h b/lib/activate/activate.h
index ccea9919..2b90a7b8 100644
--- a/lib/activate/activate.h
+++ b/lib/activate/activate.h
@@ -36,6 +36,7 @@ struct lv_activate_opts {
int no_merging;
int real_pool;
int is_activate;
+ int skip_in_use;
unsigned revert;
unsigned read_only;
};