On Mar 21, 2008, at 2:03 PM, David W. Smith wrote:
> If you import a zpool you only get the history from that point  
> forward I
> believe, so you might not have all the past history, such as how the
> pool was originally created.  Having a way to dump the config for
> as easy way to recreate is a good feature (as others have mentioned).

Actually that isn't correct.  Its the history of the pool - not since  
the last import.  It even records the fact that you destroyed the  
pool :) :
fsh-sole# zpool history
History for 'd':
2008-03-21.15:28:29 zpool create d c0d0
2008-03-21.15:28:32 zpool export d
2008-03-21.15:28:35 zpool import d
2008-03-21.15:28:38 zpool destroy d
2008-03-21.15:28:44 zpool import -D d
fsh-sole#

I was curious what non-admin induced changes to the pool that Torrey  
was thinking about.  If its important to remember then we can add  
internal events to track them.

eric

>
> David
>
> On Fri, 2008-03-21 at 13:10 -0700, eric kustarz wrote:
>>> Also history only tells me what someone typed. It doesn't tell me
>>> what other changes may have occurred.
>>
>> What other changes were you thinking about?
>>
>> eric
>>
>>
>> _______________________________________________
>> zfs-discuss mailing list
>> zfs-discuss@opensolaris.org
>> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to