Actions
Bug #5140
closedmessage about "%recv could not be opened" is printed when booting after crash
Start date:
2014-09-07
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
After crashing, the ZIL tries to open all filesystems to claim their log
blocks. If we were in the middle of a receive, then there will be a "%recv"
filesystem, which is marked inconsistent. Because it's inconsistent, it can't
be opened, so the ZIL prints a warning message on the console. The warning
message is not necessary, and shouldn't be printed. The %recv filesystem can't
have any log blocks, so the ZIL doesn't need to open it.
Actions