mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Temporarily disable log recovery until we fix panics.
This commit is contained in:
parent
a41448133d
commit
1aba098ee0
1 changed files with 5 additions and 0 deletions
|
|
@ -3826,6 +3826,11 @@ xlog_do_recover(
|
|||
xfs_buf_t *bp;
|
||||
xfs_sb_t *sbp;
|
||||
|
||||
/*
|
||||
* XXX: Disable log recovery for now, until we fix panics.
|
||||
*/
|
||||
printf("XFS log recovery disabled.\n");
|
||||
return (EOPNOTSUPP);
|
||||
/*
|
||||
* First replay the images in the log.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue