<div dir="auto"><div>On Sun, Jan 24, 2021, 20:58 Weatherby,Gerard <<a href="mailto:gweatherby@uchc.edu" target="_blank" rel="noreferrer">gweatherby@uchc.edu</a>> wrote:<br></div><div dir="auto"><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div name="messageBodySection">
<div dir="auto">When systemd-automount queries an NFS server with multiple IPs, does it try all of the them (the default behavior of the similar autofs package) or just use one, or something else?</div></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><div dir="auto">Systemd does not have any special handling for NFS – it will not query the server at all; it will more or less just spawn the standard `mount` command and let it handle the rest. If the hostname resolves to multiple addresses, I assume that will be handled by nfs-utils' `mount.nfs` somehow.</div><div dir="auto"><br></div><div dir="auto">(systemd .automount units only use autofs as the trigger for activating a regular .mount, so everything is the same between e.g. fstab-mounted and systemd-automounted filesystems.)</div></div></div>