From: Jonas Jelten Date: Thu, 17 Oct 2019 10:10:13 +0000 (+0200) Subject: ceph is a network filesystem X-Git-Tag: v244-rc1~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4742de6d801b125abf3c4d1c710280f51d7c701;p=thirdparty%2Fsystemd.git ceph is a network filesystem --- diff --git a/src/basic/mountpoint-util.c b/src/basic/mountpoint-util.c index 74cf139aaf5..d3b8e44f184 100644 --- a/src/basic/mountpoint-util.c +++ b/src/basic/mountpoint-util.c @@ -297,6 +297,7 @@ bool fstype_is_network(const char *fstype) { return STR_IN_SET(fstype, "afs", + "ceph", "cifs", "smb3", "smbfs",