]> git-server-git.apps.pok.os.sepia.ceph.com Git - fscrypt.git/commitdiff
add fuse.ceph-fuse as a supported filesystem
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 12 May 2023 19:59:39 +0000 (15:59 -0400)
committerIgor Golikov <igolikov@ibm.com>
Thu, 13 Feb 2025 15:26:56 +0000 (17:26 +0200)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
filesystem/filesystem.go

index 98294358511cbc91bf8610162b359a836a052ff1..f5c8f94d8f0b42c7fdd63bb46748d1dde2ce7d2a 100644 (file)
@@ -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