diff --git a/src/basic/mountpoint-util.c b/src/basic/mountpoint-util.c index 74cf139aaf52d..d3b8e44f1845e 100644 --- a/src/basic/mountpoint-util.c +++ b/src/basic/mountpoint-util.c @@ -297,6 +297,7 @@ bool fstype_is_network(const char *fstype) { return STR_IN_SET(fstype, "afs", + "ceph", "cifs", "smb3", "smbfs",