-
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 create -n summary fails to mention spares specified on the command line #11122
Labels
good first issue
Indicates a good issue for first-time contributors
Type: Defect
Incorrect behavior (e.g. crash, hang)
Comments
gdevenyi
added
Status: Triage Needed
New issue which needs to be triaged
Type: Defect
Incorrect behavior (e.g. crash, hang)
labels
Oct 28, 2020
behlendorf
added
good first issue
Indicates a good issue for first-time contributors
and removed
Status: Triage Needed
New issue which needs to be triaged
labels
Nov 4, 2020
AttilaFueloep
added a commit
to AttilaFueloep/zfs
that referenced
this issue
Nov 6, 2020
`zpool create -n` fails to list cache and spare vdevs and `zpool add -n` fails to list spare devices. Add them to the list. Signed-off-by: Attila Fülöp <[email protected]> Closes openzfs#11122
12 tasks
AttilaFueloep
added a commit
to AttilaFueloep/zfs
that referenced
this issue
Dec 3, 2020
`zpool create -n` fails to list cache and spare vdevs. `zpool add -n` fails to list spare devices. `zpool split -n` fails to list `special` and `dedup` labels. `zpool add -n` and `zpool split -n` shouldn't list hole devices. Signed-off-by: Attila Fülöp <[email protected]> Closes openzfs#11122
behlendorf
pushed a commit
that referenced
this issue
Dec 4, 2020
`zpool create -n` fails to list cache and spare vdevs. `zpool add -n` fails to list spare devices. `zpool split -n` fails to list `special` and `dedup` labels. `zpool add -n` and `zpool split -n` shouldn't list hole devices. Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Attila Fülöp <[email protected]> Closes #11122 Closes #11167
ghost
pushed a commit
to zfsonfreebsd/ZoF
that referenced
this issue
Dec 23, 2020
`zpool create -n` fails to list cache and spare vdevs. `zpool add -n` fails to list spare devices. `zpool split -n` fails to list `special` and `dedup` labels. `zpool add -n` and `zpool split -n` shouldn't list hole devices. Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Attila Fülöp <[email protected]> Closes openzfs#11122 Closes openzfs#11167
AttilaFueloep
added a commit
to AttilaFueloep/zfs
that referenced
this issue
Jan 8, 2021
`zpool create -n` fails to list cache and spare vdevs. `zpool add -n` fails to list spare devices. `zpool split -n` fails to list `special` and `dedup` labels. `zpool add -n` and `zpool split -n` shouldn't list hole devices. Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Attila Fülöp <[email protected]> Closes openzfs#11122 Closes openzfs#11167
behlendorf
pushed a commit
that referenced
this issue
Jan 8, 2021
`zpool create -n` fails to list cache and spare vdevs. `zpool add -n` fails to list spare devices. `zpool split -n` fails to list `special` and `dedup` labels. `zpool add -n` and `zpool split -n` shouldn't list hole devices. Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Attila Fülöp <[email protected]> Closes #11122 Closes #11167
jsai20
pushed a commit
to jsai20/zfs
that referenced
this issue
Mar 30, 2021
`zpool create -n` fails to list cache and spare vdevs. `zpool add -n` fails to list spare devices. `zpool split -n` fails to list `special` and `dedup` labels. `zpool add -n` and `zpool split -n` shouldn't list hole devices. Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Attila Fülöp <[email protected]> Closes openzfs#11122 Closes openzfs#11167
sempervictus
pushed a commit
to sempervictus/zfs
that referenced
this issue
May 31, 2021
`zpool create -n` fails to list cache and spare vdevs. `zpool add -n` fails to list spare devices. `zpool split -n` fails to list `special` and `dedup` labels. `zpool add -n` and `zpool split -n` shouldn't list hole devices. Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Attila Fülöp <[email protected]> Closes openzfs#11122 Closes openzfs#11167
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Indicates a good issue for first-time contributors
Type: Defect
Incorrect behavior (e.g. crash, hang)
System information
Describe the problem you're observing
zpool create -n
fails to mention spares in pool summaryDescribe how to reproduce the problem
Create a pool such as:
zpool create -n tank raidz2 sda sdb sdc sdd sde spare sdf
Output:
The pool summary fails to mention the spares specified on the command line
Include any warning/errors/backtraces from the system logs
NA
The text was updated successfully, but these errors were encountered: