]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
filesystems: add ceph to network file systems group
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Nov 2021 22:27:59 +0000 (23:27 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 15 Nov 2021 21:43:03 +0000 (22:43 +0100)
src/basic/filesystems.c
src/basic/mountpoint-util.c

index 2d7fd5d886fb5c3a6b58659661247377f12dd547..f33d2c458e2a9fa8873b534af0c03c826067e14c 100644 (file)
@@ -97,6 +97,7 @@ const FilesystemSet filesystem_sets[_FILESYSTEM_SET_MAX] = {
                 .value =
                 "afs\0"
                 "cifs\0"
+                "ceph\0"
                 "gfs\0"
                 "gfs2\0"
                 "ncpfs\0"
index 803f36da8d8f764515536acb11db49eda7dc2b2a..9dbe34ba4d62b458d2154a2de41a37e40ad2b59f 100644 (file)
@@ -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",