summaryrefslogtreecommitdiff
path: root/src/basic/mount-util.c
diff options
context:
space:
mode:
authorBrian J. Murrell <brian@interlinx.bc.ca>2016-10-31 23:48:00 -0400
committerSven Eden <yamakuzure@gmx.net>2017-07-05 08:50:56 +0200
commit029a8d2f1459579593cf2fb6f62e5bba360b0a03 (patch)
tree839f5f2b4df3e93671ecb9675e1e8cf952b6c54f /src/basic/mount-util.c
parent1e2c11636861da69c5637e59afe207a11dd4f386 (diff)
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.
Diffstat (limited to 'src/basic/mount-util.c')
-rw-r--r--src/basic/mount-util.c1
1 files changed, 1 insertions, 0 deletions
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;