diff options
| author | Gang He <[email protected]> | 2016-03-22 14:24:33 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2016-03-22 15:36:02 -0700 |
| commit | d750c42ac265c00df3f0963a240a4440fa073603 (patch) | |
| tree | 85de8f74d771ed99829e2e26b72ab37e2e706081 /include/linux/pps_kernel.h | |
| parent | d56a8f32e4c662509ce50a37e78fa66c777977d3 (diff) | |
ocfs2: add feature document for online file check
This document will describe OCFS2 online file check feature. OCFS2 is
often used in high-availaibility systems. However, OCFS2 usually
converts the filesystem to read-only when encounters an error. This may
not be necessary, since turning the filesystem read-only would affect
other running processes as well, decreasing availability.
Then, a mount option (errors=continue) is introduced, which would return
the -EIO errno to the calling process and terminate furhter processing
so that the filesystem is not corrupted further. The filesystem is not
converted to read-only, and the problematic file's inode number is
reported in the kernel log. The user can try to check/fix this file via
online filecheck feature.
Signed-off-by: Gang He <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Junxiao Bi <[email protected]>
Cc: Joseph Qi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/pps_kernel.h')
0 files changed, 0 insertions, 0 deletions