Veritas File System 5.0 Administrator's Guide (September 2006)
VxFS intent log resizing
The VxFS intent log is allocated when the file system is first created. The size of
the intent log is based on the size of the file system—the larger the file system,
the larger the intent log. The maximum default intent log size for disk layout
Versions 4, 5, and 6 is 16 megabytes. The maximum default intent log size for
disk layout Version 7 is 64 megabytes.
With the Version 6 and 7 disk layouts, you can dynamically increase or decrease
the intent log size using the logsize option of the fsadm command. Increasing the
size of the intent log can improve system performance because it reduces the
number of times the log wraps around. However, increasing the intent log size
can lead to greater times required for a log replay if there is a system failure.
Note: Inappropriate sizing of the intent log can have a negative impact on system
performance.
See the mkfs_vxfs(1M) and the fsadm_vxfs(1M) manual pages.
Extended mount options
The VxFS file system supports the following extended mount options:
■ Enhanced data integrity modes
■ Enhanced performance modes
■ Temporary file system modes
■ Improved synchronous writes
■ Large file sizes
See the mount_vxfs(1M) manual page.
Enhanced data integrity modes
For most UNIX file systems, including VxFS, the default mode for writing to a file
is delayed, or buffered, meaning that the data to be written is copied to the file
system cache and later flushed to disk.
A delayed write provides much better performance than synchronously writing
the data to disk. However, in the event of a system failure, data written shortly
before the failure may be lost since it was not flushed to disk. In addition, if space
was allocated to the file as part of the write request, and the corresponding data
was not flushed to disk before the system failure occurred, uninitialized data can
appear in the file.
17Introducing Veritas File System
Veritas File System features