[Git][lvmteam/lvm2][main] vgmknodes: skipping thin pool is not an error
"David Teigland (@teigland)" <[email protected]>
| Newsgroups | gmane.linux.lvm.devel |
|---|---|
| Message-ID | <64beaf3a40441_29bb86406026c@gitlab-sidekiq-low-urgency-cpu-bound-v2-85cdd7cd69-q2rzj.mail> |
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. -- lvm-devel mailing list [email protected] https://listman.redhat.com/mailman/listinfo/lvm-devel