Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Want nvlist and nvpair commands for ZFS #26

Open
sdimitro opened this issue Oct 7, 2019 · 0 comments · May be fixed by #288
Open

Want nvlist and nvpair commands for ZFS #26

sdimitro opened this issue Oct 7, 2019 · 0 comments · May be fixed by #288
Labels
new command request for new sdb command

Comments

@sdimitro
Copy link
Contributor

sdimitro commented Oct 7, 2019

To avoid duplicating code in Python and C, we probably want to leverage pyzfs.
The above commands would first check if the library exists in the system and if it does leverage it to pretty print those structures.

@sdimitro sdimitro added the new command request for new sdb command label Oct 7, 2019
PaulZ-98 added a commit to PaulZ-98/sdb that referenced this issue May 17, 2022
PaulZ-98 added a commit to PaulZ-98/sdb that referenced this issue Jul 20, 2022
Print all the nvpair_t in the passed nvlist_t.  Handle basic types,
array types, and nvlist_t types.

Signed-off-by: Paul Zuchowski <[email protected]>
Fixes delphix#26
@PaulZ-98 PaulZ-98 linked a pull request Jul 20, 2022 that will close this issue
PaulZ-98 added a commit to PaulZ-98/sdb that referenced this issue Jul 25, 2022
Print all the nvpair_t in the passed nvlist_t.  Handle basic types,
array types, and nvlist_t types.

Signed-off-by: Paul Zuchowski <[email protected]>
Fixes delphix#26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new command request for new sdb command
Development

Successfully merging a pull request may close this issue.

1 participant