All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dm raid: fix stripe adding reshape size issues
@ 2024-06-10 15:19 heinzm
  2024-06-10 15:19 ` [PATCH 1/2] dm raid: move _get_reshape_sectors() as prerequisite to fixing " heinzm
  2024-06-10 15:19 ` [PATCH 2/2] dm raid: fix stripes adding " heinzm
  0 siblings, 2 replies; 3+ messages in thread
From: heinzm @ 2024-06-10 15:19 UTC (permalink / raw)
  To: dm-devel; +Cc: mpatocka, bmarzins

From: Heinz Mauelshagen <heinzm@redhat.com>

Adding stripes to an existing RAID mapped device fails to set
the grown capacity properly.  The 2 patches move a needed function
and add fix the sizing logic.  See patch 2 header for issue details.


Heinz Mauelshagen (2):
  dm raid: move _get_reshape_sectors() as prerequisite to fixing reshape size issues
  dm raid: fix stripes adding reshape size issues

 drivers/md/dm-raid.c | 54 ++++++++++++++++++++++++++++----------------
 1 file changed, 34 insertions(+), 20 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-10 15:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-10 15:19 [PATCH 0/2] dm raid: fix stripe adding reshape size issues heinzm
2024-06-10 15:19 ` [PATCH 1/2] dm raid: move _get_reshape_sectors() as prerequisite to fixing " heinzm
2024-06-10 15:19 ` [PATCH 2/2] dm raid: fix stripes adding " heinzm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.