Coming Feature: Replication for lvm storage

L1243

Active Member
Sep 28, 2020
40
8
28
26
Hey,

are there any plans for making replication with lvm storage possible?
live migration and snapshots are working so it shouldn't be that hard to realize or am I wrong?
 
no current plans. replication with zfs works because it's trivial and cheap (and a stock upstream feature) to get a delta stream from one snapshot to another. LVM thin snapshots work totally different under the hood, and we'd basically have to write our own "delta stream generator"..
 
Ah okay thanks for the answer and the information.

But would be a cool feature :)