Karen Chau wrote:
> How do you reconfigure ZFS on the server after an OS upgrade?   I have a
> ZFS pool on a 6130 storge array.
> After upgrade the data on the storage array is still intact, but ZFS
> configuration is gone due to new OS.
> 
> Do I use the same commands/procedure to recreate the zpool, ie.
> # zpool create canary raidz c2t1d0 c2t2d0 c2t3d0
> 
> Does the create command destroy data on the disks?
> 
> --OR--
> 
> Should I restore /etc/*zfs*/zpool.cache on the new OS (assuming we have
> a good backup)??

Have you first tried 'zfs import' ?  You'll have to use the '-f'
option if you didn't export the pools before the upgraded OS installation.

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

Reply via email to