chiark / gitweb /
Recognise Lustre as a remote file system (#4530)
[elogind.git] / src / basic / mount-util.c
index 16b6a586761e3753c326d2c1d48b8bdb2eeb8856..32e42d6a320edb43f02475bea5dc0ee21308f221 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;