]> git.proxmox.com Git - mirror_zfs.git/commit
When encountering EZFS_UNKNOWN, print the error text buffer anyway
authorAllan Jude <allan@klarasystems.com>
Fri, 31 Jul 2020 16:07:37 +0000 (12:07 -0400)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2020 16:07:37 +0000 (09:07 -0700)
commit24f98ed383c978fe4ec385a912573fb1d9f3260e
tree06ca4df109d7ff894aa22a4a13ec210ea64d3592
parenteabf270b2c5902967e04ad8b3c6eca381964f24c
When encountering EZFS_UNKNOWN, print the error text buffer anyway

Rather than just saying there was an internal error, provide any
context we might have to the user to help them understand the issue.

Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Allan Jude <allan@klarasystems.com>
Closes #10632
lib/libzfs/libzfs_util.c