Add missing eCryptfs translation to FsNames
It was causing the error message to be 'overlay' is not supported over <unknown> instead of 'overlay' is not supported over ecryptfs Signed-off-by: Iago López Galeiras <iago@kinvolk.io>
This commit is contained in:
parent
c5c0702a4d
commit
ddb31b4fdf
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ var (
|
|||
FsMagicAufs: "aufs",
|
||||
FsMagicBtrfs: "btrfs",
|
||||
FsMagicCramfs: "cramfs",
|
||||
FsMagicEcryptfs: "ecryptfs",
|
||||
FsMagicExtfs: "extfs",
|
||||
FsMagicF2fs: "f2fs",
|
||||
FsMagicGPFS: "gpfs",
|
||||
|
|
Loading…
Reference in a new issue