Rob Norris

Results 294 comments of Rob Norris

@behlendorf thanks for the heads up, I missed those - I thought they were _obviously_ false positives, with all the churn happening in the tests at the time. I should...

Not quite done with this yet, still have to add a test for it and I want to update the docs a little bit to say that it can handle...

@behlendorf good to go (pending remaining tests). I added a commit to expose a function I need; up to you if you would prefer to squash it or not. Cheers!

I'd like to see the output of `zdb` without `sudo` to actually see the error (and ideally without `httm`, since I don't have it in front of me), but I'm...

FWIW, I've opened #14539 to add a small note to the `zdb` manpage, since I've seen this confusion before. I don't know if it would have helped here but at...

I should be posting a significant rework of `vdev_disk` in a few days (it was written for a client, and is just finishing testing). That at least will fix up...

> don't those records directly correspond to a filesystem object? Short answer is "no". A record is a little like a disk block in conventional filesystems: a single addressable "unit"...

FYI, [2.2.4](https://github.com/openzfs/zfs/releases/tag/zfs-2.2.4) just shipped, with #15588 and followup patches included. If you are still having this problem, you might try setting `zfs_vdev_disk_classic=0` in your `zfs` module parameters and seeing if...

I was speaking to the specific question about the relationship between POSIX files and ZFS records, and in context, why ZFS record checksums aren't really related to a file's metadata...