-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
zpool iostat -v
should print a "logs" line
#607
Comments
@pyavdr: Thanks for pointing this out. The upstream fix is commit illumos/illumos-gate@9d439f9. To do a pull request with this commit only, first load the Illumos repository:
Second create a patch branch on the ZoL master for the bug:
Third, merge only the single commit that has the fix:
And submit a pull request for the issue607 branch. |
Thanks for that detailed help and excuse me for this beginners questions. But im an absolute newbie to this whole git thing. Never worked with a local repository, only with this github web page. I dont know what are the prerequisites for that commands (which local repositories in which state and so on) so i got an error on git cherry-pick .... and tried to go on: empty directory: git cherry-pick 9d439f9073ca9fcb817d9b0bb14b0e4197e67690 error: could not apply 9d439f9... 952 separate intent logs should be obvious in 'zpool iostat' output git status git cherry-pick 9d439f9073ca9fcb817d9b0bb14b0e4197e67690 after that i checked the zpool_main.c file ,ok the changes are in .. git pull If you often merge with the same branch, you may want to
See git-config(1) for details. at this point im lost between pull and branches, no idea how to go on ... |
The ZoL and Illumos trees are disjoint, so manual conflict resolution is required here. However, cherry picking like this is more advanced than where you should start learning git. Do a tutorial and become familiar with git at the command line. The patch that you posted earlier is correct, but it is also important keep the git history intact whenever pulling from Illumos. (ie: For the comments and attributions.) |
Ok, thanks again. I know, git isn´t that easy to start with zfsonlinux, on the other hand learning by doing and for a good project makes more fun. I really would like to close that issue, and don´t know what time it takes to make progress with my git skills, so if you find the time, please do the pull request for that issue for the progress of ZOL. Originally i searched for a solution for issue #606, but found a solution for #607. Solution for #607 is somewhere in the code, there are some lines provided for #607 , maybe its just not running correctly. |
… iostat' output Reviewed by: Adam Leventhal <[email protected]> Reviewed by: Matt Ahrens <[email protected]> Reviewed by: Eric Schrock <[email protected]> Reviewed by: Dan McDonald <[email protected]> Reviewed by: Garrett D'Amore <[email protected]> Approved by: Eric Schrock <[email protected]> Refererce to Illumos issue: https://www.illumos.org/issues/952 Ported-by: Richard Yao <[email protected]> Closes openzfs#607
Unlike other architectures which sanitize the LDFLAGS from the environment in arch/<arch>/Makefile. The powerpc Makefile allows LDFLAGS to be passed through resulting in the following build failure. /usr/bin/ld: unrecognized option '-Wl,-z,relro' LDFLAGS is set in /usr/lib/rpm/redhat/macros by default. Clear the environment variable when building kmods for powerpc. Reviewed-by: Giuseppe Di Natale <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#607
I have a pool like this:
The "logs" line is missing in its
zpool iostat -v
output like this:For consistency, the expected output is:
The text was updated successfully, but these errors were encountered: