From: Brian J. Murrell Date: Tue, 1 Nov 2016 03:48:00 +0000 (-0400) Subject: Recognise Lustre as a remote file system (#4530) X-Git-Tag: v232.2~17 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=029a8d2f1459579593cf2fb6f62e5bba360b0a03 Recognise Lustre as a remote file system (#4530) Lustre is also a remote file system that wants the network to be up before it is mounted. --- diff --git a/src/basic/mount-util.c b/src/basic/mount-util.c index 16b6a5867..32e42d6a3 100644 --- a/src/basic/mount-util.c +++ b/src/basic/mount-util.c @@ -525,6 +525,7 @@ bool fstype_is_network(const char *fstype) { "glusterfs\0" "pvfs2\0" /* OrangeFS */ "ocfs2\0" + "lustre\0" ; const char *x;