> On 10 Dec 2025, at 15:28, Steven A. Falco <[email protected]> wrote:
> 
> I think something must have changed in the way NFS mounts are done.  On F42, 
> I had lines like the following in /etc/fstab, and the mounts happened 
> properly on boot:
> 
> nas:/volume1/shared /shared nfs4 defaults,soft,noac,bg 0 0
> 
> With F43 I get failures like:
> 
> mount.nfs4: Network is unreachable for nas:/volume1/shared on /shared
> 
> If I do "sudo mount -a" then the mount succeeds, so it looks like the network 
> isn't ready when the system tries to do the mount initially.
> 
> I tried enabling "NetworkManager-wait-online.service" and I tried modifying 
> /etc/fstab:
> 
> nas:/volume1/shared /shared nfs4 
> defaults,_netdev,x-systemd.requires=network-online.target,x-systemd.device-timeout=10,soft,noac
>  0 0
> 
> but that doesn't help.
> 
> I guess I'm missing something obvious, but if anyone has suggestions on what 
> changed between F42 and F43 regarding NFS and/or waiting for the network, I'd 
> appreciate hearing about it.


What do you see in the system journal for your network target and for the mount 
points?

I'm using systemd-networkd and I see that the systemd-networkd-wait-online 
target is reached before any nfs mounts are attempted.
Not sure why you need all the extra stuff in the options. But I note you are 
not using a XXX-wait-online target.

I have nothing special on the mount line it's just this in /etc/fstab:

        fileserver:/shared/Downloads    /shared/Downloads        nfs v3 0 0

(I've been meaning to move to v4 but still on the todo list...)

Barry


> 
>       Steve
> 
> -- 
> _______________________________________________
> devel mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/[email protected]
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue

-- 
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to