For anyone that has issues with zfs pools not mounting after updating to current.
force the new cache location!
zpool set cachefile=/etc/zfs/zpool.cache tank
I unfortunately know that pain. I hate the garbage data bloat, especially in the acobe cachefile in Roaming. I deleted something like 20 GBs of undeleted data from making my last video.
My first #Checkstyle run failed with an error. According to #Gradle it was related to the "cacheFile" property in "checkstyle.xml". After removing the property, Checkstyle worked fine. Inded very helpful to see what happens, when running the gradle task with "--stacktrace" flag.
All pools should be shut down cleanly when the system shuts down, so I think what you're asking for is to not automatically import it when the system starts up? `zpool import -o cachefile=none ...` or `zpool set cachefile=none ...` should do it.
Question I have from running Souper. How big of a Z3 cache do you keep? Thinking of hashing really frequent solves into Z3 itself for lookup so I don't need Regeher's redis cache. Something like --cachefile=my_cache.dylib .