Merge pull request #7824 from praseodym/patch-1

Fix XFS 'ftype' option typo
This commit is contained in:
L-Hudson 2018-12-10 08:37:17 -05:00 committed by GitHub
commit 446062bd08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ backing filesystems.
| Storage driver | Supported backing filesystems | | Storage driver | Supported backing filesystems |
|:----------------------|:------------------------------| |:----------------------|:------------------------------|
| `overlay2`, `overlay` | `xfs` with fstype=1, `ext4` | | `overlay2`, `overlay` | `xfs` with ftype=1, `ext4` |
| `aufs` | `xfs`, `ext4` | | `aufs` | `xfs`, `ext4` |
| `devicemapper` | `direct-lvm` | | `devicemapper` | `direct-lvm` |
| `btrfs` | `btrfs` | | `btrfs` | `btrfs` |