lvm-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: David Teigland (@teigland) <gitlab@mg.gitlab.com>
To: lvm-devel@redhat.com
Subject: [Git][lvmteam/lvm2][main] vgmknodes: skipping thin pool is not an error
Date: Mon, 24 Jul 2023 17:04:58 +0000	[thread overview]
Message-ID: <64beaf3a40441_29bb86406026c@gitlab-sidekiq-low-urgency-cpu-bound-v2-85cdd7cd69-q2rzj.mail> (raw)



David Teigland pushed to branch main at LVM team / lvm2


Commits:
e3cc3e55 by Paul van Genderen-Tjie A Loi at 2023-07-24T12:03:06-05:00
vgmknodes: skipping thin pool is not an error

- - - - -


1 changed file:

- lib/activate/dev_manager.c


Changes:

=====================================
lib/activate/dev_manager.c
=====================================
@@ -2066,6 +2066,8 @@ int dev_manager_mknodes(const struct logical_volume *lv)
 		/* read-only component LV is also made visible */
 		if (_lv_has_mknode(lv) || (dminfo.read_only && lv_is_component(lv)))
 			r = _dev_manager_lv_mknodes(lv);
+		else
+			r = 1;
 	} else
 		r = _dev_manager_lv_rmnodes(lv);
 



View it on GitLab: https://gitlab.com/lvmteam/lvm2/-/commit/e3cc3e55c8e75f20997f321bfac766859337bef6

-- 
View it on GitLab: https://gitlab.com/lvmteam/lvm2/-/commit/e3cc3e55c8e75f20997f321bfac766859337bef6
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20230724/9e1ea47a/attachment-0001.htm>

                 reply	other threads:[~2023-07-24 17:04 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=64beaf3a40441_29bb86406026c@gitlab-sidekiq-low-urgency-cpu-bound-v2-85cdd7cd69-q2rzj.mail \
    --to=gitlab@mg.gitlab.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).