I have 4 filesystems in a pool that I want to replicate into another 
pool, so I've taken snapshots prior to replication:

pool1/home1       14.3G   143G  14.3G  /home1
pool1/[EMAIL PROTECTED]  1.57M      -  14.3G  -
pool1/home2       4.31G   143G  4.31G  /home2
pool1/[EMAIL PROTECTED]      0      -  4.31G  -
pool1/home3       1.11G   143G  1.11G  /home3
pool1/[EMAIL PROTECTED]      0      -  1.11G  -
pool1/home4       10.2G   143G  10.2G  /home4
pool1/[EMAIL PROTECTED]    44K      -  10.2G  -

# zfs send -vR [EMAIL PROTECTED] | zfs receive -vdF pool3
sending from @ to [EMAIL PROTECTED]
sending from @ to pool1/[EMAIL PROTECTED]
receiving full stream of [EMAIL PROTECTED] into [EMAIL PROTECTED]
received 13.6KB stream in 1 seconds (13.6KB/sec)
receiving full stream of pool1/[EMAIL PROTECTED] into pool3/[EMAIL PROTECTED]
sending from @ to pool1/[EMAIL PROTECTED]
cannot mount '/home4': directory is not empty

So how do I tell zfs receive to create the new filesystems in pool3, but 
not actually try to mount them?

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

Reply via email to