From: Lennart Poettering Date: Fri, 12 Nov 2021 22:27:59 +0000 (+0100) Subject: filesystems: add ceph to network file systems group X-Git-Tag: v250-rc1~247^2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=333a2ad649c3417f070986835ecbf5777ca85fa5;p=thirdparty%2Fsystemd.git filesystems: add ceph to network file systems group --- diff --git a/src/basic/filesystems.c b/src/basic/filesystems.c index 2d7fd5d886f..f33d2c458e2 100644 --- a/src/basic/filesystems.c +++ b/src/basic/filesystems.c @@ -97,6 +97,7 @@ const FilesystemSet filesystem_sets[_FILESYSTEM_SET_MAX] = { .value = "afs\0" "cifs\0" + "ceph\0" "gfs\0" "gfs2\0" "ncpfs\0" diff --git a/src/basic/mountpoint-util.c b/src/basic/mountpoint-util.c index 803f36da8d8..9dbe34ba4d6 100644 --- a/src/basic/mountpoint-util.c +++ b/src/basic/mountpoint-util.c @@ -373,7 +373,6 @@ bool fstype_is_network(const char *fstype) { /* Filesystems not present in the internal database */ return STR_IN_SET(fstype, - "ceph", "davfs", "glusterfs", "lustre",