1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons/dmeventd/plugins
Zdenek Kabelac e992cb253c dmeventd: use dm_get_status_snapshot()
Switch to use libdm dm_get_status_snapshot() function for
reading status info.
This fixes bug, where the code was using 32bit integers,
while the snapshot target is able to return 64bit sizes.
However this also means, someone is using >1TB snapshot
cow devices, which is actually very bad idea anyway, since the
perfomance and memory usage in this case is very bad.
2013-05-27 10:33:06 +02:00
..
lvm2 cleanup: drop unneeded included header files 2012-08-23 14:37:20 +02:00
mirror Remove some whitespaces. 2012-03-10 09:32:46 +00:00
raid Use new dmeventd_lvm2_command function in dmeventd plugins. 2011-12-22 16:37:01 +00:00
snapshot dmeventd: use dm_get_status_snapshot() 2013-05-27 10:33:06 +02:00
thin dmeventd: use dm_mountinfo_read 2013-05-20 16:47:33 +02:00
Makefile.in Thin add dmeventd support 2011-12-21 13:08:11 +00:00