From c4742de6d801b125abf3c4d1c710280f51d7c701 Mon Sep 17 00:00:00 2001 From: Jonas Jelten Date: Thu, 17 Oct 2019 12:10:13 +0200 Subject: [PATCH] ceph is a network filesystem --- src/basic/mountpoint-util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/basic/mountpoint-util.c b/src/basic/mountpoint-util.c index 74cf139aaf..d3b8e44f18 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", -- 2.25.1