From 953807a0cfbebaf9001b178d0b8dcbf2e82e3065 Mon Sep 17 00:00:00 2001 From: Laura Hild Date: Fri, 17 Feb 2023 11:32:33 -0500 Subject: [PATCH] Qualify use of _netdev, recommend x-systemd.requires Signed-off-by: Laura Hild Change-Id: I2d6aa0a1669d0095c7860904dc60508a606c9afa Reviewed-on: https://review.whamcloud.com/c/doc/manual/+/50048 Tested-by: jenkins Reviewed-by: Andreas Dilger --- LustreOperations.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/LustreOperations.xml b/LustreOperations.xml index af47a65..5639dab 100644 --- a/LustreOperations.xml +++ b/LustreOperations.xml @@ -112,7 +112,11 @@ LABEL=testfs-OST0000 /mnt/test/ost0 lustre defaults,_netdev,noauto 0 0 Linux Enterprise Server, Debian operating system (and perhaps others), use the _netdev flag to ensure that these disks are mounted after - the network is up. + the network is up, unless you are using systemd 232 or greater, which + recognize lustre as a network filesystem. + If you are using lnet.service, use + x-systemd.requires=lnet.service regardless of systemd + version. We are mounting by disk label here. The label of a device can be read with e2label. The label of a newly-formatted Lustre server -- 1.8.3.1