.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd April 19, 2011
+.Dd August 14, 2012
.Dt HAMMER 5
.Os
.Sh NAME
file systems will be brought back into a fully coherent state
when mounting the file system, usually within a few seconds.
.Pp
+In the unlikely case
+.Nm
+mount fails due redo recovery (stage 2 recovery) being corrupted, a
+workaround to skip this stage can be applied by setting the following tunable:
+.Bd -literal -offset indent
+vfs.hammer.skip_redo=<value>
+.Ed
+.Pp
+Possible values are:
+.Bl -tag -width indent
+.It 0
+Run redo recovery normally and fail to mount in the case of error (default).
+.It 1
+Run redo recovery but continue mounting if an error appears.
+.It 2
+Completely bypass redo recovery.
+.El
+.Pp
Related commands:
.Xr mount_hammer 8
.Ss Large File Systems & Multi Volume