]> git.ipfire.org Git - thirdparty/util-linux.git/commit
umount: add note about --lazy
authorKarel Zak <kzak@redhat.com>
Fri, 20 Apr 2018 07:50:04 +0000 (09:50 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Jul 2018 13:35:23 +0000 (15:35 +0200)
commit370fed74b4c4a29efd3f888b7c742a4c96dfb6dc
treeddd55025a9839365f074486ba77749c74a3c7b15
parent8c35028498e6f8f141c3ee322cdbc18335e415e4
umount: add note about --lazy

Unfortunately, it's pretty common that users on production systems use
lazy umount to fix some FS issues. The usual result is unwanted system
reboot, because -l is not the right way how to fix unreachable NFS or
mess with local FS with submounts.

Note that after lazy umount /proc/self/mountinfo does not contain the
FS entry, but kernel still references the FS. It makes it very
difficult to debug.

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1566674
Suggested-by: Steve Dickson <steved@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/umount.8