So just to verify, from what you said and searching based on what you said, the 
following is the commands I would use?

# zpool create newpool mirror c8d0 c9d0
# zfs create newpool/VM
# zfs snapshot files/v...@beforemigration
# zfs send files/v...@beforemigration | zfs receive newpool/VM
# zfs umount files/VM
# zfs set mountpoint=/files/VM newpool/VM
# zfs set mountpoint=/old-VM files/VM

Then once all has been verified.

# zfs destroy files/VM

Thanks for the help.
Greg
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to