How to Flush SLOG?
#14449
-
The need is for a BASH script to command the "Separate intent LOG SSD" (SLOG), which is set up to cache writes to the slower HDD. to flush its cache to the HDD, and then block script execution until the cache flush is complete. What is the command sequence for doing this? |
Beta Was this translation helpful? Give feedback.
Answered by
amotin
Jan 31, 2023
Replies: 1 comment
-
I am not sure what for would you need it, but |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
spflanze
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not sure what for would you need it, but
zpool sync ...
should be it.