-
After reading #401 (comment) I thought: would it be worth storing the commit hash used to build the driver somewhere so it can later be revealed in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Technically we do have the build number, its in zfs_gitrev.h and used in Registry, |
Beta Was this translation helpful? Give feedback.
-
Yay! @lundman fixed this right away: Thank you :) |
Beta Was this translation helpful? Give feedback.
Technically we do have the build number, its in zfs_gitrev.h and used in Registry,
zpool version
etc. Butcbuf
is a circular buffer so as it is printed first it is lost. But one could add to spl-panic() to print the version as the last line - which could be useful.In debugger, you can just lookup
zfs_version