Tony Hutter

Results 348 comments of Tony Hutter

As a side note - the master branch has JSON output support for most of the ZFS commands (https://github.com/openzfs/zfs/pull/16217). We just need JSON support for `zpool iostat` and we'll have...

@snajpa would you mind taking another look at this one when you get a chance?

I've been kicking the tires on this PR, but unfortunately I can't seem to get things to work. I have a ZFS pool with nfsv4 set: ``` $ sudo ./zfs...

Ok, I think I understand now. The `nfs4_getfacl` util uses the old NFS v4 encoding format for the ACLs, while this PR uses the newer XDR format (which samba also...

I've gone down the rabbit hole and it looks like the `nfs4_*acl` utils could be compatible with this PR. Those utils will also read the XDR format, it's just that...

I have a rough proof-of-concept that shows it's possible to make `nfs4_getacl` work with this PR: https://github.com/tonyhutter/zfs/commit/0943ffd95679c73ba095c51e05eacfe4c914194c ``` $ sudo ./zpool status pool: tank state: ONLINE config: NAME STATE READ...

@anodos325 I'm still having trouble wrapping my head around this PR. Is it possible to get NFSv4 ACLs over NFS (backed by a ZFS pool) with this PR if you're...

>> I have a rough proof-of-concept that shows it's possible to make nfs4_getacl work with this > I don't understand the purpose of doing this. I can rename the userspace...

@behlendorf I updated this with your changes, including a `scrub_finish` check.

> Are there any existing zedlets we ship which should be made synchronous as part of this change? Probably these: ``` deadman-slot_off.sh statechange-slot_off.sh ``` ...potentially the LED scripts too: ```...