Gerhard Röthlin
Gerhard Röthlin
The known disks should be populated when the program is started... Not sure why that didn't work for you. And the disks should be identified by their raw `/dev/diskXsY` entry,...
https://developer.apple.com/library/archive/technotes/tn2228/_index.html#//apple_ref/doc/uid/DTS40007991 has some documentation on how to customize login hooks. I don't know if that's early enough for you. But some of those are used to mount user homedirs. Have...
This seems to have been broken in commit a089c4b2777dcd2f88f55229b920102f10264427, reverting it seems to fix at least this problem.
Hi, as far as I was able to find with my limited knowledge of tensorflow's internals is that grad.values is itself an `IndexedSlices` typed object. I did not find out...
`/var/run/disk/by-id/` is manged by [InvariantDisks](https://github.com/cbreak-black/InvariantDisks), it will delete all its contents when started (which happens during boot). You're not supposed to but your own links in there. Running `zpool import`...
I had similar problems lately. Maybe since I upgraded to 10.13.6, but I'm not sure. The symptoms are unusually high CPU load (not just normal indexing), and spotlight / quicklook...
An other spindump when mds becomes CPU hungry. This is using 5ffe3d6cefe6da. [mds-spindump-shorter.txt](https://github.com/openzfsonosx/zfs/files/2960996/mds-spindump-shorter.txt)
It might be possible to run code at login time, using an auth plugin: https://developer.apple.com/library/archive/technotes/tn2228/_index.html#//apple_ref/doc/uid/DTS40007991 But I think they are annoying to write and install. Don't know if they're supported...
instead of having a ZFS home dir, I have lots of zfs datasets mounted in my home dir. That seems to work ok. (~/Library, ~/Documents and the other "standard" directories...
This means that your ZetaWatch version does not match your ZFS version. This is very easily possible since I've not recompiled / updated it in ages. If possible, compile a...