slog device fail & no power loss #13214
-
Is there no problem at all if your slog device fails while there is no power loss around that time? Because the same data is still in memory and not discarded after writing to slog, but only after the write is 100% complete? |
Beta Was this translation helpful? Give feedback.
Answered by
rincebrain
Mar 14, 2022
Replies: 1 comment
-
Yes, the data from the slog is never read in normal operation, so if it falls over and there's not a sudden crash or power loss before things get written, it's perfectly fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, the data from the slog is never read in normal operation, so if it falls over and there's not a sudden crash or power loss before things get written, it's perfectly fine.