]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ceph is a network filesystem
authorJonas Jelten <jj@sft.mx>
Thu, 17 Oct 2019 10:10:13 +0000 (12:10 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 18 Oct 2019 01:03:51 +0000 (10:03 +0900)
src/basic/mountpoint-util.c

index 74cf139aaf52de64ffcd5924ddf35659d1daa92f..d3b8e44f1845e92121dd3a90d4d2518ee1082ae3 100644 (file)
@@ -297,6 +297,7 @@ bool fstype_is_network(const char *fstype) {
 
         return STR_IN_SET(fstype,
                           "afs",
+                          "ceph",
                           "cifs",
                           "smb3",
                           "smbfs",