|
@@ -71,14 +71,14 @@ For example, the `btrfs` storage driver on a Btrfs backing filesystem. The
|
|
|
following table lists each storage driver and whether it must match the host's
|
|
|
backing file system:
|
|
|
|
|
|
-|Storage driver |Commonly used on |Disabled on |
|
|
|
-|---------------|-----------------|------------------------------|
|
|
|
-|`overlay` |`ext4` `xfs` |`btrfs` `aufs` `overlay` `zfs`|
|
|
|
-|`aufs` |`ext4` `xfs` |`btrfs` `aufs` |
|
|
|
-|`btrfs` |`btrfs` _only_ | N/A |
|
|
|
-|`devicemapper` |`direct-lvm` | N/A |
|
|
|
-|`vfs` |debugging only | N/A |
|
|
|
-|`zfs` |`zfs` _only_ | N/A |
|
|
|
+|Storage driver |Commonly used on |Disabled on |
|
|
|
+|---------------|-----------------|-----------------------------------------|
|
|
|
+|`overlay` |`ext4` `xfs` |`btrfs` `aufs` `overlay` `zfs` `eCryptfs`|
|
|
|
+|`aufs` |`ext4` `xfs` |`btrfs` `aufs` `eCryptfs` |
|
|
|
+|`btrfs` |`btrfs` _only_ | N/A |
|
|
|
+|`devicemapper` |`direct-lvm` | N/A |
|
|
|
+|`vfs` |debugging only | N/A |
|
|
|
+|`zfs` |`zfs` _only_ | N/A |
|
|
|
|
|
|
|
|
|
> **Note**
|