Ivan Volosyuk
Ivan Volosyuk
I can reproduce this. On Thu, Dec 7, 2023, 00:58 xandro0777 ***@***.***> wrote: > — > Reply to this email directly, view it on GitHub > , or unsubscribe >...
Fixed in the new version with content URIs magic. Also now using system mime-types, hopefully it should work as expected.
Looks like solaris ZFS added EFI support already: https://docs.oracle.com/cd/E36784_01/html/E36834/disks-1.html ZFS is about simplifying management of storage devices and there is some code in openzfs for legacy solaris boot scheme. It's...
> Also hitting this issue after changing `recordsize` from `16k` to `1M`. We've set it back to `16k`, but still see the issue randomly on some servers. The recordsize property...
Probably SMR to blame.
ZFS on SMR drives has a lot of issues. It is generally recommended to avoid those drives. Search in google 'zfs smr' for the full picture. e.g. https://www.tspi.at/2022/11/26/whynosmrforzfs.html SMR drives...
I would have started with trying to consistently reproduce with ZFS 2.2.3. 1.Enable autotrim as you said it was working fine with ZFS 2.2.2 2. Boot with ZFS 2.2.3 and...
~~This looks like something related to recent async trim changes actually https://github.com/openzfs/zfs/commit/08fd5ccc38c3b4575da91fc8b6ac350f444b5735 .~~
~~Samsung 860/870 Evo have quirks specific for trim in linux: drivers/ata/libata-core.c~~ ~~/* devices that don't properly handle queued TRIM commands */~~ ~~ATA_HORKAGE_NO_NCQ_TRIM |ATA_HORKAGE_ZERO_AFTER_TRIM |ATA_HORKAGE_NO_NCQ_ON_ATI~~ ~~I wonder if we accidentally bypassed...
It might be too separate bugs here, one from original poster and one from you. The change was indeed in 2.2.3, so if it is reproducible before that - it...