-
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 segfault when a vdev is added #6748
Comments
Had this happen today. 0.7.1. In my case I was moving a zil around from one pool to another. |
This works for me:
I'll put together a PR. |
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Nov 15, 2017
Fix a segfault when running 'zpool iostat -v 1' while adding a VDEV. Signed-off-by: Tony Hutter <[email protected]> Closes openzfs#6748
13 tasks
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Nov 16, 2017
Fix a segfault when running 'zpool iostat -v 1' while adding a VDEV. Signed-off-by: Tony Hutter <[email protected]> Closes openzfs#6748
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Nov 16, 2017
Fix a segfault when running 'zpool iostat -v 1' while adding a VDEV. Signed-off-by: Tony Hutter <[email protected]> Closes openzfs#6748
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Dec 4, 2017
Fix a segfault when running 'zpool iostat -v 1' while adding a VDEV. Signed-off-by: Tony Hutter <[email protected]> Closes openzfs#6748
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Dec 5, 2017
Fix a segfault when running 'zpool iostat -v 1' while adding a VDEV. Signed-off-by: Tony Hutter <[email protected]> Closes openzfs#6748
behlendorf
pushed a commit
that referenced
this issue
Dec 6, 2017
Fix a segfault when running 'zpool iostat -v 1' while adding a VDEV. Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Tony Hutter <[email protected]> Closes #6748 Closes #6872
Nasf-Fan
pushed a commit
to Nasf-Fan/zfs
that referenced
this issue
Jan 29, 2018
Fix a segfault when running 'zpool iostat -v 1' while adding a VDEV. Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Tony Hutter <[email protected]> Closes openzfs#6748 Closes openzfs#6872
Nasf-Fan
pushed a commit
to Nasf-Fan/zfs
that referenced
this issue
Feb 13, 2018
Fix a segfault when running 'zpool iostat -v 1' while adding a VDEV. Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Tony Hutter <[email protected]> Closes openzfs#6748 Closes openzfs#6872
FransUrbo
pushed a commit
to FransUrbo/zfs
that referenced
this issue
Apr 28, 2019
Fix a segfault when running 'zpool iostat -v 1' while adding a VDEV. Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Tony Hutter <[email protected]> Closes openzfs#6748 Closes openzfs#6872
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Describe the problem you're observing
zpool iostat -v segfault when a vdev is added to a pool :
Describe how to reproduce the problem
Create a zpool
run zpool iostat -v 1
Add a new vdev to the pool while zpool iostat -v 1 is running
zpool iostat segfault
Include any warning/errors/backtraces from the system logs
Not that this bug is critical ... just that I was doing some automated performance testing, and have been hitting it quite a few time ^^.
The text was updated successfully, but these errors were encountered: