Comment 11 for bug 1515446

Revision history for this message
Bryan Quigley (bryanquigley) wrote : Re: NFS shares in FSTAB no longer mount at boot

I looked at what Fedora was doing. The only difference seems to be network-online waits for Networkmanager to say it's online.
sudo systemctl add-wants network-online.target NetworkManager-wait-online.service

This fixes the issue in my testing. Unfortunately it also makes NetworkManager-wait-online.service the biggest blame for bootup time. Any other ideas?