1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/lib
Milan Broz 89a6cdfd4c Return fail if lv_deactivate did not removed device from kernel.
lv_deactivate now returns always success, because tree deactivation
functions (see dm_tree_deactivate_children) always returns success.

Because code should return failure in lv_deactivate at least,
fix it by checking for device existence after real deactivation call.

(After discussion this was prefered solution to dm tree function rewrite
which affects snapshots and mirrors.)
2009-09-29 15:17:54 +00:00
..
activate Return fail if lv_deactivate did not removed device from kernel. 2009-09-29 15:17:54 +00:00
cache pre-release cleanup 2009-09-15 13:49:10 +00:00
commands Add global/si_unit_consistency to enable cleaned-up use of units in output. 2009-09-28 16:23:44 +00:00
config Add global/si_unit_consistency to enable cleaned-up use of units in output. 2009-09-28 16:23:44 +00:00
datastruct Update error return and comments for lvm_list_vg_names/uuids. 2009-07-27 11:00:17 +00:00
device Fix pvcreate on a partition (regressed in 2.02.51). 2009-08-19 15:34:33 +00:00
display Treat input units of both 's' and 'S' as 512-byte sectors. (2.02.49) 2009-09-28 16:36:03 +00:00
error Fix last check-ins: seg can be NULL. 2009-02-28 20:04:24 +00:00
filters Fix pvcreate on a partition (regressed in 2.02.51). 2009-08-19 15:34:33 +00:00
format1 Consolidate LV allocation into alloc_lv(). 2009-09-28 17:46:15 +00:00
format_pool Consolidate LV allocation into alloc_lv(). 2009-09-28 17:46:15 +00:00
format_text Consolidate LV allocation into alloc_lv(). 2009-09-28 17:46:15 +00:00
freeseg Fix reporting of LV fields alongside unallocated PV segments. 2008-06-25 16:52:27 +00:00
label Use log_error macro consistently throughout in place of log_err. 2009-07-15 20:02:46 +00:00
locking Add lots of missing stack debug messages to tools. 2009-09-14 22:47:49 +00:00
log Fix so only log_error and log_fatal set EUNCLASSIFIED. 2009-07-16 13:13:33 +00:00
metadata Consolidate LV allocation into alloc_lv(). 2009-09-28 17:46:15 +00:00
mirror mirror table generating code: Properly handle 'block_on_errors' and 'cluster' features 2009-08-13 19:36:04 +00:00
misc Provide alternative implementation of obsolete siginterrupt(). 2009-09-28 21:23:02 +00:00
mm fix setpriority int error 2008-05-28 23:12:45 +00:00
report Add vg_is_resizeable() and cleanup references. 2009-09-15 18:35:13 +00:00
snapshot Fix snapshot segment import to not use duplicate segments & replace. 2009-05-13 21:21:58 +00:00
striped Add global/si_unit_consistency to enable cleaned-up use of units in output. 2009-09-28 16:23:44 +00:00
uuid Use log_error macro consistently throughout in place of log_err. 2009-07-15 20:02:46 +00:00
zero Attempt to load dm-zero module if zero target needed but not present. (mbroz) 2009-05-27 13:05:53 +00:00
Makefile.in Build shared parts with 'make' command (mpatocka) 2009-06-03 11:31:06 +00:00