Page 1 of 1

Zpool cache missing, but cache.tmp is there.

PostPosted: Sun Jan 28, 2018 5:57 am
by Albori
Hello!

I seem to have hit a minor snag. In /etc/zfs, the file 'zpool.cache.tmp' is created and updated, but it never seems to get renamed into zpool.cache. Is this a bug or something obvious that I'm missing?

Re: Zpool cache missing, but cache.tmp is there.

PostPosted: Sun Jan 28, 2018 6:08 am
by Brendon
Hello,

Its a bug in as much as the O3X implementation uses the .tmp file rather than the more correctly named zpool.cache.

Cheers
Brendon

Re: Zpool cache missing, but cache.tmp is there.

PostPosted: Fri Feb 02, 2018 5:02 am
by lundman
The "zed" process is meant to rename the tmp file to the real name. Is your zed not running?

Re: Zpool cache missing, but cache.tmp is there.

PostPosted: Sat Feb 17, 2018 1:06 am
by Albori
Ah, it wasn't! The org.openzfsonosx.zed.plist and org.openzfsonosx.InvariantDisks.plist were pointing to /usr/local/sbin, but the binaries were in /usr/local/bin. Looks like somewhere along the way something went durp. Nuked everything and started over and all is well. Thanks!