2010/10/1 Gustavo Sverzut Barbieri <[email protected]>: > From: Fabiano Fidencio <[email protected]> > > This functions are working as follows: > - Send a SIGTERM to all process > - Send a SIGKILL to all process > - Try to umount all mount points > - Try to remount read-only all mount points that can't > be umounted
What about remote mounts (e.g. NFS requiring portmap) or fuse mounts? If you kill their processes before unmounting you can not unmount those fs cleanly. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
