From: Yehuda Sadeh Date: Fri, 12 May 2023 19:59:39 +0000 (-0400) Subject: add fuse.ceph-fuse as a supported filesystem X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bd70310b92fbee3403d7e7d82d5a8002a411b6a1;p=fscrypt.git add fuse.ceph-fuse as a supported filesystem Signed-off-by: Yehuda Sadeh --- diff --git a/filesystem/filesystem.go b/filesystem/filesystem.go index 9829435..f5c8f94 100644 --- a/filesystem/filesystem.go +++ b/filesystem/filesystem.go @@ -394,7 +394,7 @@ func (m *Mount) isFscryptSetupAllowed() bool { return true } switch m.FilesystemType { - case "ext4", "f2fs", "ubifs", "btrfs", "ceph", "xfs", "lustre": + case "ext4", "f2fs", "ubifs", "btrfs", "ceph", "xfs", "lustre", "fuse.ceph-fuse": return true default: return false