Re: more systemd brilliance

2019-02-08 Thread Ed Greshko
On 2/8/19 8:54 PM, Tom Horsley wrote: > Sometime recently systemd has decided to shutdown > the network interfaces before it unmounts all the > NFS filesystems, thus resulting in about a 5 minute > timeout on reboot. > > I've now added code to my pre-reboot script to > umount -l and umount -f every

more systemd brilliance

2019-02-08 Thread Tom Horsley
Sometime recently systemd has decided to shutdown the network interfaces before it unmounts all the NFS filesystems, thus resulting in about a 5 minute timeout on reboot. I've now added code to my pre-reboot script to umount -l and umount -f every nfs filesystem prior to really rebooting, and I ca