Umer Saleem

Results 30 comments of Umer Saleem

@tonyhutter thanks for trying this out and taking a deeper look. While initially implementing the VDEVs part for `zpool status`, I also had thought that it would be nice to...

@tonyhutter I have updated the `zpool status` and added a `--flat` option in addition to `-j`. If `--flat` option is used with `-j`, `vdev_stats` object would include: 1. Leaf vdevs...

@tonyhutter I have updated as per your suggestions, can you please take a look and try it out? 1. Renamed the "data" object to "pools" in the pool objects and...

@tonyhutter thank you. I think it is weird to have different keys for imported and exported pools. Users might try to use pool name as keys in zpool import and...

@tonyhutter as far as I have looked, `-g` flag for `zpool status` and `zpool list` only displays the VDEV GUID in text output, but not the pool GUID. So, I...

> Suppose this is accepted. There's currently a command nfs4_setacl in Linux. will that now set an NFS4 acl across nfs? That command doesn't work locally. Ideally there would be...

@tonyhutter I think `nfs4_getfacl` will not work here because it does not support XDR-formatted xattrs. The issue with `zfs_getnfs4facl` seems to be related to `PYTHONPATH`, the `.so` file for Python...

@clhedrick if it's a question that nfs4-acl-tools must work, there is also [nfs4xdr-acl-tools](https://github.com/truenas/nfs4xdr-acl-tools), this is an in-house updated version of `nfs-acl-tools` that support XDR formatted NFSv4 ACLs that Samba also...

It looks like the `zfs-2.2.0.tar.gz` on the [release](https://github.com/openzfs/zfs/releases) page only contains `rules.in` under `contrib/debian`, other contents are missing. However, the `Source code (zip)` and `Source code (tar.gz)` do seem to...

There are three targets for native packaging, `make native-deb`, `make native-deb-utils` and `make native-deb-kmod`: `make native-deb-utils`: Builds the userland utilities and the DKMS package. If kernel modules are to be...