mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
08079ec420
On conversion from raid10 to raid0 (takeover), all rmeta devices and the rimage devices of mirrored stripes are detached from the raid10 LV. The remaining rimage areas are being shifted down into the slots of the detached ones hence requiring renames to show proper _N suffix sequences (e.g. 0,1,2,3 instead of 0,2,4,6). Only the top-level raid10 LV has a cluster lock, not the detached SubLVs thus their deactivation is impossible and e.g the rename from *_rimage_6 to *_rimage_3 will fail. Fix by activating exclusively before deactivating and removing. Resolves: rhbz1448123 |
||
---|---|---|
.. | ||
cache_manip.c | ||
lv_alloc.h | ||
lv_manip.c | ||
lv.c | ||
lv.h | ||
merge.c | ||
metadata-exported.h | ||
metadata.c | ||
metadata.h | ||
mirror.c | ||
pool_manip.c | ||
pv_alloc.h | ||
pv_manip.c | ||
pv_map.c | ||
pv_map.h | ||
pv.c | ||
pv.h | ||
raid_manip.c | ||
replicator_manip.c | ||
segtype.c | ||
segtype.h | ||
snapshot_manip.c | ||
takeover_matrix.h | ||
thin_manip.c | ||
vg.c | ||
vg.h |