Super!

Does the export need to be called just before I import the pool to
another server, or can the export be called at the time the pool is
created? because in a fail over I wouldn't be able to "export" the
pool before importing it.


Thanks,

Peter

2009/7/20 Daniel J. Priem <daniel.pr...@disy.net>:
> Peter Farmer <pfarmer.li...@googlemail.com> writes:
>
>> Hi All,
>>
>> I have a zfs pool setup on one server, the pool is made up of 4 iSCSI
>> luns, is it possible to migrate the zfs pool to another server? Each
>> of the iSCSI luns would be available on the other server.
>>
>>
>> Thanks,
>
> yes.
> zpool export $mypoolname  on the old server
> zpool import $mypoolname  on the new server
>
> regards
> daniel
>
> _______________________________________________
> 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