From 8ac0e607c236e42df8943b9575da1579fe670b76 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 8 Apr 2022 20:08:42 -0700 Subject: Add lustre to allowed filesystems and update documentation --- filesystem/filesystem.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filesystem/filesystem.go') diff --git a/filesystem/filesystem.go b/filesystem/filesystem.go index 27bfa24..fcff574 100644 --- a/filesystem/filesystem.go +++ b/filesystem/filesystem.go @@ -393,7 +393,7 @@ func (m *Mount) isFscryptSetupAllowed() bool { return true } switch m.FilesystemType { - case "ext4", "f2fs", "ubifs", "btrfs", "ceph", "xfs": + case "ext4", "f2fs", "ubifs", "btrfs", "ceph", "xfs", "lustre": return true default: return false -- cgit v1.2.3