]> git.ipfire.org Git - thirdparty/systemd.git/commit
TEST-65-ANALYZE: only mount /usr if necessary
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Dec 2023 14:36:38 +0000 (23:36 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Dec 2023 14:56:16 +0000 (23:56 +0900)
commit5183976cea57565ccfef020761fd84f7317856a5
treeb97e0cd4b1541e154f3619441a959ba95c1fc249
parent760e7a3cb1702bca588ee3af912321b1e580a1a6
TEST-65-ANALYZE: only mount /usr if necessary

Follow-up for 8f764b32eabd3d39abfc0f4eaffd282223df4768.

Otherwise, we fail to umount several directories on shutdown.
---
[   15.684430] systemd[1]: Failed unmounting tmp-root-proc.mount.
[   15.689379] systemd[1]: Failed unmounting tmp-root-run.mount.
[   15.710572] systemd[1]: Failed unmounting tmp-root-sys-fs-cgroup.mount.
[   15.913953] systemd[1]: Failed unmounting tmp-root-dev.mount.
[   15.924603] systemd[1]: Failed unmounting tmp-root-sys.mount.
[   15.938207] systemd[1]: Failed unmounting tmp-root.mount.
[   15.952395] systemd[1]: Failed unmounting tmp.mount.
test/units/testsuite-65.sh