On Fri, 2007-10-19 at 09:57 -0700, Eric Schrock wrote:
> Yes, you can do this. Depending on the toxicity, this may or may not
> trigger the original problem ;-)
so, the implication I get from the proposal is that
zpool import -c <file>
like
zpool import
merely reports on what's out there and importable but doesn't actually
open the pools, and you'd have to do something like:
zpool import -c foo-cache foo-pool
to actually import the pool.
Is that correct? if so, that answers my question; hardening the former
case against toxic crud seems a lot easier than hardening the latter...
- Bill