When using zfs send of snapshots I am recieving the stream into a zfs recv pipe "zfs send -R ... | ssh test1 "zfs recv -vF -d ..." The problem occurs if I want to use the newly received zfs block device after the receive completes. The data is shown as completed. The zfs send stream show complete. zfs get all lists the proper sizes and info for the newly created data set. However the /dev/zvol/... device is not there. The only way I have been able to force the zfs block device to be exposed to the /dev file tree is through a zpool export, zpool import. Otherwise the zfs block dev is not accessible nor available though the normal block devfs. How-To-Repeat: create a zpool create a zfs block dev (zfs create -V 10G -b 4k z/volumes/test123 ) snapshot the zfs block dev (zfs snapshot z/volumes/test123@201308010) zfs send the snapshot (zfs send -R z/volumes/test123@201308010 | ssh mytest "zfs recv -vF -d ztest" Let the zfs send/recv complete try to access the newly received zfs block dev (ls -la /dev/zvol/ztest/volumes/test123, no found).
Responsible Changed From-To: freebsd-bugs->freebsd-fs Over to maintainer(s).
Please try the patch attached to: http://www.freebsd.org/cgi/query-pr.cgi?pr=178999 ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337 or return the E.mail to postmaster@multiplay.co.uk.
Responsible Changed From-To: freebsd-fs->smh I'll take it.
For bugs matching the following criteria: Status: In Progress Changed: (is less than) 2014-06-01 Reset to default assignee and clear in-progress tags. Mail being skipped