lvm-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [Git][lvmteam/lvm2][main] vgmknodes: skipping thin pool is not an error
@ 2023-07-24 17:04 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2023-07-24 17:04 UTC (permalink / raw)
  To: lvm-devel



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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-24 17:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-24 17:04 [Git][lvmteam/lvm2][main] vgmknodes: skipping thin pool is not an error David Teigland

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 NNTP newsgroup(s).