1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-24 17:57:48 +03:00
lvm2/lib/metadata
Zdenek Kabelac 66400d003d mirror: fix region_size for clustered VG
When adjusting region size for clustered VG it always needs to fit
2 full bitset into 1MB due to old limits of CPG.

This is relatively big amount of bits, but we have still limitation
for region size to fit into 32bits (0x8000000).

So for too big mirrors this operation needs to fail - so whenever
function returns now 0, it means we can't find matching region_size.

Since return 0 is now 'error' we need to also pass proper region_size
when creating pvmove mirror.
2018-04-20 12:13:48 +02:00
..
2017-10-13 16:20:42 -05:00
2018-03-15 11:01:04 +01:00
2018-02-28 21:08:38 +01:00
2016-01-21 12:11:37 +01:00
2017-11-07 21:26:11 +01:00
2016-01-21 12:11:37 +01:00
2018-02-12 22:15:03 +01:00