From 333a2ad649c3417f070986835ecbf5777ca85fa5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Nov 2021 23:27:59 +0100 Subject: [PATCH] filesystems: add ceph to network file systems group --- src/basic/filesystems.c | 1 + src/basic/mountpoint-util.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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", -- 2.47.3