All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Sakai <msakai@redhat.com>
To: dm-devel@lists.linux.dev
Cc: Matthew Sakai <msakai@redhat.com>
Subject: [PATCH 0/2] dm vdo recovery: improve old journal format handling
Date: Fri,  9 Aug 2024 22:47:41 -0400	[thread overview]
Message-ID: <cover.1723249375.git.msakai@redhat.com> (raw)

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


             reply	other threads:[~2024-08-10  2:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-10  2:47 Matthew Sakai [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1723249375.git.msakai@redhat.com \
    --to=msakai@redhat.com \
    --cc=dm-devel@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.