Sean Doran
Sean Doran
> it also shows up as "solid state disk", which in my case it clearly isn't - it's on a 100% HDD pool. So that could also be adjusted. I...
Hi, as of the start of this week I have one of these 128GiB M1 Ultras too, and now know what this problem is. Bear with us, this is the...
@dmzimmerman do a "sudo launchctl list | grep -i zfs", and see if it says something like: ``` 759 1 org.openzfsonosx.zed 143 0 org.openzfsonosx.zconfigd 145 0 org.openzfsonosx.InvariantDisks ``` The columns...
Update: tl;dr: kernel doesn't like giving our kext more than approx 32 GIB of memory on 128GiB Mac Studios. Previously in our second lowest layer of memory allocation there was...
@dmzimmerman - The output of zsysctl should be identical to if you copied and pasted the non-commented-out lines from /etc/zfs/zsysctl.conf to just after "sudo sysctl ". What you are reporting...
It's been several months. Is this issue live still? If you can reproduce it, the stack with keepsyms would be useful. If it's not live or you can't reproduce it,...
Could you update this? If the missing files in an nfs mounted zfs datasst is still troubling you, can you please try supplying the nordirplus option to mount_nfs or mount...
You haven't told us anything about versions ("zpool version") or whether you're in a dataset, what compression and checksum algorithm you're using, and so forth, so it's hard to pin...
@Haravikk for the sake of helping us debug this further, can you please give us the results of running ``` /usr/sbin/DevToolsSecurity --status --verbose ``` on your affected system? If the...
ZOL has changed how it sizes dbuf_cache, but I don't like their change for these particular symptoms (because arc_c can still be very large), so I won't link to it....