Commit 58afaf5d authored by Miklos Szeredi's avatar Miklos Szeredi

ovl: doc clarification

Documentation says "The lower filesystem can be any filesystem supported by
Linux".  However, this is not the case, as Linux supports vfat and vfat
doesn't work as a lower filesystem
Reported-by: default avatarnerdopolis <bluescreen_avenger@verizon.net>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 5830fb6b
...@@ -97,11 +97,13 @@ directory trees to be in the same filesystem and there is no ...@@ -97,11 +97,13 @@ directory trees to be in the same filesystem and there is no
requirement that the root of a filesystem be given for either upper or requirement that the root of a filesystem be given for either upper or
lower. lower.
The lower filesystem can be any filesystem supported by Linux and does A wide range of filesystems supported by Linux can be the lower filesystem,
not need to be writable. The lower filesystem can even be another but not all filesystems that are mountable by Linux have the features
overlayfs. The upper filesystem will normally be writable and if it needed for OverlayFS to work. The lower filesystem does not need to be
is it must support the creation of trusted.* extended attributes, and writable. The lower filesystem can even be another overlayfs. The upper
must provide valid d_type in readdir responses, so NFS is not suitable. filesystem will normally be writable and if it is it must support the
creation of trusted.* extended attributes, and must provide valid d_type in
readdir responses, so NFS is not suitable.
A read-only overlay of two read-only filesystems may use any A read-only overlay of two read-only filesystems may use any
filesystem type. filesystem type.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment