]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Recognise Lustre as a remote file system (#4530)
authorBrian J. Murrell <brian@interlinx.bc.ca>
Tue, 1 Nov 2016 03:48:00 +0000 (23:48 -0400)
committerLennart Poettering <lennart@poettering.net>
Tue, 1 Nov 2016 03:48:00 +0000 (04:48 +0100)
Lustre is also a remote file system that wants the network to be up before it is mounted.

src/basic/mount-util.c

index 2985cc475a79c621fbd9403fcb78ea530848590a..c8f8022578e81e60fd104cc0e5c1662f316e7683 100644 (file)
@@ -525,6 +525,7 @@ bool fstype_is_network(const char *fstype) {
                 "glusterfs\0"
                 "pvfs2\0" /* OrangeFS */
                 "ocfs2\0"
+                "lustre\0"
                 ;
 
         const char *x;