1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-07 05:58:00 +03:00
Heinz Mauelshagen 66fff1d774 raid: add missing lv_merge_segments() call
On conversion from striped to raid0, data LVs are created
and all segments and their respective areas of the striped
LV are moved across to new segments allocated for the raid0
image LVs.  This can cause non-canonical segments to be added
to the image LVs.

Add a call to lv_merge_segments() once all segments have been
added to an image LV to compensate for that.  This avoids
unsafe table loads on activation.

Fix comments.
2017-03-09 22:18:34 +01:00
..
2016-10-03 17:49:55 +02:00
2016-04-29 19:47:15 +01:00
2016-07-01 00:44:48 +02:00
2016-11-03 17:49:07 +01:00
2016-01-21 12:11:37 +01:00
2016-11-03 17:49:07 +01:00
2016-12-13 22:07:52 +01:00
2016-01-21 12:11:37 +01:00
2016-01-21 12:11:37 +01:00
2017-03-01 14:52:23 +01:00
2016-01-21 12:11:37 +01:00
2017-03-08 18:32:01 +01:00
2016-06-30 17:59:44 +01:00
2016-01-21 12:11:37 +01:00
2016-10-03 17:49:56 +02:00