-
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 status misreports device names #63
Comments
Point 2 is covered by #57. Perhaps this issue ticket should only focus on the former. |
Agreed, I revised the original summary and subject to reflect this. |
To get the device names from /dev/disk/zpool we must use the -d option with 'zpool import'. Commit 83c62c9 takes care of removing the partition from the device names, so this issue can be closed. |
jkryl
referenced
this issue
in mayadata-io/cstor
Mar 14, 2018
Signed-off-by: Jan Kryl <[email protected]>
vishnuitta
referenced
this issue
in mayadata-io/cstor
Mar 15, 2018
Signed-off-by: Jan Kryl <[email protected]>
vishnuitta
referenced
this issue
in vishnuitta/zfs
Mar 21, 2018
Signed-off-by: Jan Kryl <[email protected]>
richardelling
pushed a commit
to richardelling/zfs
that referenced
this issue
Oct 15, 2018
Signed-off-by: Jan Kryl <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I created a zpool like this:
But zpool status shows me this:
The device names should be reported as specified on the zpool create command line, i.e. A3 not sddg1.
The text was updated successfully, but these errors were encountered: