Michael Kucharski wrote: > We have a x4500 setup as a single 4*( raid2z 9 + 2)+2 spare pool and have > the files system mounted over v5 krb5 NFS and accessed directly. The pool > is a 20TB pool and is using . There are three filesystems, backup, test > and home. Test has about 20 million files and uses 4TB. These files range > from 100B to 200MB. Test has a cron job to take snapshots every 15 minutes > from 1m on the hour. Every 15min at 2min on the hour a cron batch job runs > to zfs send/recv to the backup filesystem. Home has only 100GB.
Are you doing this send|recv within the same pool? What's the motivation for that? Can't you just use "zfs clone", which would be much faster and use less disk space? Or if you want another copy (which seems unlikely since you can already tolerate any 2 disks failing in your pool), then use "zfs set copies=2 <fs>". --matt _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss