Commit f6e9f288 authored by Josef Sipek's avatar Josef Sipek Committed by Lachlan McIlroy

[XFS] Update XFS documentation for noikeep/ikeep.

Mention how DMAPI affects default for noikeep.
Slightly modified since Josef's patch was based on
an old xfs.txt prior to Dave's (dgc) checkin which
missed going to oss.
Signed-off-by: default avatarJosef Sipek <jeffpc@josefsipek.net>
Signed-off-by: default avatarTim Shimmin <tes@sgi.com>
parent 033bfb1a
...@@ -59,7 +59,8 @@ When mounting an XFS filesystem, the following options are accepted. ...@@ -59,7 +59,8 @@ When mounting an XFS filesystem, the following options are accepted.
When ikeep is specified, XFS does not delete empty inode clusters When ikeep is specified, XFS does not delete empty inode clusters
and keeps them around on disk. ikeep is the traditional XFS and keeps them around on disk. ikeep is the traditional XFS
behaviour. When noikeep is specified, empty inode clusters behaviour. When noikeep is specified, empty inode clusters
are returned to the free space pool. The default is noikeep. are returned to the free space pool. The default is noikeep for
non-DMAPI mounts, while ikeep is the default when DMAPI is in use.
inode64 inode64
Indicates that XFS is allowed to create inodes at any location Indicates that XFS is allowed to create inodes at any location
......
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