libaio currently installs libraries in /usr/lib. Multipath requires libaio to function and during shutdown /usr may have been unmounted. This causes multipath to fail shutting down and if you're using any multipath devices in LVM, LVM will hang indefinitely during shutdown.
Fixed in 0.3.109
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa58dd95ad7ddfd72f7f72d1b3cb4745e5a3936 commit 1fa58dd95ad7ddfd72f7f72d1b3cb4745e5a3936 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-02-20 05:08:01 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-02-20 05:08:01 +0000 dev-libs/libaio: EAPI 8, drop usr-ldscript * EAPI 8 * Drop usr-ldscript per news item Bug: https://bugs.gentoo.org/325355 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/libaio/libaio-0.3.113-r1.ebuild | 91 ++++++++++++++++++++++++++++++++ dev-libs/libaio/libaio-9999.ebuild | 11 ++-- 2 files changed, 96 insertions(+), 6 deletions(-)