On Sun, Mar 29, 2009 at 1:37 PM, Michael Shadle <mike...@gmail.com> wrote: > On Sun, Mar 29, 2009 at 10:35 AM, David Magda <dma...@ee.ryerson.ca> wrote: > >> Create new pool, move data to it (zfs send/recv), destroy old RAID-Z1 pool. > > Would send/recv be more efficient than just a massive rsync or related? > > Also I'd have to reduce the data on my existing raidz1 as it is almost > full, and the raidz2 it would be sending to would be 1.5tb smaller > technically. > _______________________________________________ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss >
I'd personally say send/recv would be more efficient, rsync is awfully slow on large data sets. But, it depends what build you are using! BugID 6418042 (slow zfs send/recv) was fixed in build 105, it impacted send/recv operations local to remote, not sure if it happens local to local, but I experienced it doing local-remote send/recv. Not sure the best way to handle moving data around, when space is tight though... -- Brent Jones br...@servuhome.net _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss