ceph is a network filesystem
authorJonas Jelten <jj@sft.mx>
Thu, 17 Oct 2019 10:10:13 +0000 (12:10 +0200)
committerThe Plumber <50238977+systemd-rhel-bot@users.noreply.github.com>
Tue, 22 Jun 2021 13:02:42 +0000 (15:02 +0200)
(cherry picked from commit c4742de6d801b125abf3c4d1c710280f51d7c701)

Resolves: #1952013

src/basic/mount-util.c

index be26bb5ec159c1bda59c30e6c790f22e156e64ce..45348bf878b27e8a9676cdc50a3a1b61b2eb2d7e 100644 (file)
@@ -608,6 +608,7 @@ bool fstype_is_network(const char *fstype) {
 
         return STR_IN_SET(fstype,
                           "afs",
+                          "ceph",
                           "cifs",
                           "smb3",
                           "smbfs",