Re: [PATCH] dm raid: add support for resync w/o metadata devices

2025-06-23 Thread Mikulas Patocka
On Mon, 16 Jun 2025, hei...@redhat.com wrote: > From: Heinz Mauelshagen > > Target does not honour the "sync" argument when activated w/o metadata > devices, e.g. with table line: > "0 $(blockdev --getsz $data1) raid raid1 2 0 sync 2 - $data1 - $data2". > > Fix this to support temporary, tra

[PATCH] dm raid: add support for resync w/o metadata devices

2025-06-16 Thread heinzm
From: Heinz Mauelshagen Target does not honour the "sync" argument when activated w/o metadata devices, e.g. with table line: "0 $(blockdev --getsz $data1) raid raid1 2 0 sync 2 - $data1 - $data2". Fix this to support temporary, transient raid devices useful for data duplication. Signed-off-by: