All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Teigland <teigland@sourceware.org>
To: lvm-devel@redhat.com
Subject: master - writecache: allow snapshot of LV with writecache
Date: Wed, 10 Jun 2020 17:31:46 +0000 (GMT)	[thread overview]
Message-ID: <20200610173146.2E6FB388F070@sourceware.org> (raw)

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=38eaa1035b13ba1633d0002fa53071d5b7098ef9
Commit:        38eaa1035b13ba1633d0002fa53071d5b7098ef9
Parent:        712c9efbf6104a863b610a006e72d7da8336fa7e
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Mon Apr 13 15:58:28 2020 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Wed Jun 10 12:18:00 2020 -0500

writecache: allow snapshot of LV with writecache

---
 lib/metadata/snapshot_manip.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/metadata/snapshot_manip.c b/lib/metadata/snapshot_manip.c
index 3faea0eb8..0f48e62e8 100644
--- a/lib/metadata/snapshot_manip.c
+++ b/lib/metadata/snapshot_manip.c
@@ -389,8 +389,6 @@ int validate_snapshot_origin(const struct logical_volume *origin_lv)
 		err = "raid subvolumes";
 	} else if (lv_is_raid(origin_lv) && lv_raid_has_integrity((struct logical_volume *)origin_lv)) {
 		err = "raid with integrity";
-	} else if (lv_is_writecache(origin_lv)) {
-		err = "writecache";
 	}
 
 	if (err) {



                 reply	other threads:[~2020-06-10 17:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20200610173146.2E6FB388F070@sourceware.org \
    --to=teigland@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /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.