1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib
Jonathan Brassow 9ac858fe6b vgsplit: Make vgsplit work on mirrors with leg and log on same PV
Given a named mirror LV, vgsplit will look for the PVs that compose it
and move them to a new VG.  It does this by first looking at the log
and then the legs.  If the log is on the same device as one of the mirror
images, a problem occurs.  This is because the PV is moved to the new VG
as the log is processed and thus cannot be found in the current VG when
the image is processed.  The solution is to check and see if the PV we are
looking for has already been moved to the new VG.  If so, it is not an
error.
2014-04-25 14:53:34 -05:00
..
activate tools: Add --readonly support. 2014-04-18 02:46:34 +01:00
cache asprintf: fix test for error result 2014-04-18 16:38:47 +02:00
cache_segtype cleanup: cache use const char policy 2014-04-01 20:54:09 +02:00
commands cleanup: reduce inclusion of unnecessary headers 2014-04-18 16:38:50 +02:00
config config: use devices/ignore_suspended_devices=0 by default 2014-04-24 12:12:39 +02:00
datastruct cleanup: reduce inclusion of unnecessary headers 2014-04-18 16:38:50 +02:00
device dev-cache: Improve open device check messages. 2014-04-04 01:39:42 +01:00
display cleanup: include stdarg.h where needed. 2014-04-18 16:38:50 +02:00
error cleanup: drop unneeded included header files 2012-08-23 14:37:20 +02:00
filters filters: drop extra slash from sysfs path 2013-11-22 20:53:31 +01:00
format1 format1: Mark obsolete and do not use with lvmetad. 2014-01-14 03:27:45 +00:00
format_pool pvscan: use format feature flags in lvmetad code 2014-01-08 02:13:13 +00:00
format_text cleanup: reduce inclusion of unnecessary headers 2014-04-18 16:38:50 +02:00
freeseg cleanup: drop unneeded included header files 2012-08-23 14:37:20 +02:00
label cleanup: remove unneeded header files 2014-02-11 19:00:06 +01:00
locking tools: Add --readonly support. 2014-04-18 02:46:34 +01:00
log log: skip repeated hashing when logging once 2014-04-08 11:00:14 +02:00
metadata vgsplit: Make vgsplit work on mirrors with leg and log on same PV 2014-04-25 14:53:34 -05:00
mirror cleanup: reduce inclusion of unnecessary headers 2014-04-18 16:38:50 +02:00
misc cleanup: reduce inclusion of unnecessary headers 2014-04-18 16:38:50 +02:00
mm cleanup: corrent indent level 2014-04-14 13:02:28 +02:00
properties lvm2app: Add thin and thin pool lv creation 2013-07-12 16:52:16 -05:00
raid cleanup: reduce inclusion of unnecessary headers 2014-04-18 16:38:50 +02:00
replicator cleanup: drop unneeded included header files 2012-08-23 14:37:20 +02:00
report cleanup: reduce inclusion of unnecessary headers 2014-04-18 16:38:50 +02:00
snapshot cleanup: reduce inclusion of unnecessary headers 2014-04-18 16:38:50 +02:00
striped Add activation/use_linear_target enabled by default. (prajnoha) 2011-11-28 20:37:51 +00:00
thin cleanup: reduce inclusion of unnecessary headers 2014-04-18 16:38:50 +02:00
unknown cleanup: reduce inclusion of unnecessary headers 2014-04-18 16:38:50 +02:00
uuid cleanup: drop unused define 2014-03-12 19:12:34 +01:00
zero cleanup: reduce inclusion of unnecessary headers 2014-04-18 16:38:50 +02:00
Makefile.in makefiles: use BLKID/UDEV_CFLAGS properly 2014-03-06 17:30:06 +01:00