All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dm vdo recovery: improve old journal format handling
@ 2024-08-10  2:47 Matthew Sakai
  2024-08-10  2:47 ` [PATCH 1/2] dm vdo: abort loading dirty VDO with the old recovery journal format Matthew Sakai
  2024-08-10  2:47 ` [PATCH 2/2] dm vdo: force read-only mode for a corrupt recovery journal Matthew Sakai
  0 siblings, 2 replies; 3+ messages in thread
From: Matthew Sakai @ 2024-08-10  2:47 UTC (permalink / raw)
  To: dm-devel; +Cc: Matthew Sakai

Some older out-of-tree versions of vdo use a format for recovery
journal entries that cannot be processed by the current recovery
code. For vdo volumes created with these older versions, reduce
the likelihood of entering read-only mode.

This will ease the transition of older volumes to the in-kernel
dm-vdo target.

Susan LeGendre-McGhee (2):
  dm vdo: abort loading dirty VDO with the old recovery journal format
  dm vdo: force read-only mode for a corrupt recovery journal

 drivers/md/dm-vdo/dm-vdo-target.c | 24 +++++++++++++++++-
 drivers/md/dm-vdo/repair.c        | 41 +++++++++++++++++--------------
 drivers/md/dm-vdo/status-codes.c  |  2 +-
 drivers/md/dm-vdo/status-codes.h  |  2 +-
 4 files changed, 47 insertions(+), 22 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-08-10  2:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-10  2:47 [PATCH 0/2] dm vdo recovery: improve old journal format handling Matthew Sakai
2024-08-10  2:47 ` [PATCH 1/2] dm vdo: abort loading dirty VDO with the old recovery journal format Matthew Sakai
2024-08-10  2:47 ` [PATCH 2/2] dm vdo: force read-only mode for a corrupt recovery journal Matthew Sakai

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.