OpenSolaris

Printable Version Enter a New Search
Bug ID 6646105
Synopsis spa_check_removed() should not be called when doing SPA_LOAD_TRYIMPORT
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:zfs
Keywords
Responsible Engineer Eric Schrock
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_81
Fixed In snv_81
Release Fixed solaris_nevada(snv_81) , solaris_10u6(s10u6_01) (Bug ID:2160943)
Related Bugs 6520513
Submit Date 30-December-2007
Last Update Date 17-January-2008
Description
In spa_load() we unconditionally call spa_check_removed() if
'autoreplace' is set.  This shouldn't be done if the state
is SPA_LOAD_TRYIMPORT, as we don't want to trigger autoreplace
and the pool name ($import) has no meaning anyway.
Work Around
N/A
Comments
N/A