[systemd-devel] [PATCH] util: always consider glusterfs as a network filesystem
Lukas Nykryn
lnykryn at redhat.com
Mon Mar 24 07:55:57 PDT 2014
---
src/shared/util.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/shared/util.c b/src/shared/util.c
index dd67c22..6f73387 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -1500,7 +1500,8 @@ bool fstype_is_network(const char *fstype) {
"nfs\0"
"nfs4\0"
"gfs\0"
- "gfs2\0";
+ "gfs2\0"
+ "glusterfs\0";
return nulstr_contains(table, fstype);
}
--
1.8.5.3
More information about the systemd-devel
mailing list