Reboot when receiving a zvol stream from OpenSolaris system

bhigh

Cadet
Joined
Sep 25, 2019
Messages
1
I have an OpenSolaris machine that I've been using as a NAS for several years now, and I'm replacing it with a FreeNAS system.

Whenever I try to receive a replication stream of one of the zvols on FreeNAS, the FreeNAS system reboots. It's not leaving any files in /var/crash.

I'm using
zfs send -R tank@freenas | mbuffer -m 100m -O 192.168.0.100:8000
to send and
mbuffer -m 100m -4 -I 8000 | zfs receive -F -d -u storage_pool/received
on FreeNAS.

If I send a stream without -R, it works fine. eg: zfs send -p tank/export/vmware/dns/sda@FreeNAS
In this case, I'm able to replicate any additional snapshots using zfs send -I

bhigh@basestar:~$ uname -a
SunOS basestar 5.11 snv_151a i86pc i386 i86pc
bhigh@basestar:~$ zfs get all tank/export/vmware/dns/sda
NAME PROPERTY VALUE SOURCE
tank/export/vmware/dns/sda type volume -
tank/export/vmware/dns/sda creation Thu May 6 2:27 2010 -
tank/export/vmware/dns/sda used 1.41G -
tank/export/vmware/dns/sda available 1.92T -
tank/export/vmware/dns/sda referenced 1.20G -
tank/export/vmware/dns/sda compressratio 3.01x -
tank/export/vmware/dns/sda reservation none default
tank/export/vmware/dns/sda volsize 4G local
tank/export/vmware/dns/sda volblocksize 8K -
tank/export/vmware/dns/sda checksum on default
tank/export/vmware/dns/sda compression gzip inherited from tank/export/vmware
tank/export/vmware/dns/sda readonly off default
tank/export/vmware/dns/sda copies 1 default
tank/export/vmware/dns/sda refreservation none default
tank/export/vmware/dns/sda primarycache all default
tank/export/vmware/dns/sda secondarycache all default
tank/export/vmware/dns/sda usedbysnapshots 216M -
tank/export/vmware/dns/sda usedbydataset 1.20G -
tank/export/vmware/dns/sda usedbychildren 0 -
tank/export/vmware/dns/sda usedbyrefreservation 0 -
tank/export/vmware/dns/sda logbias latency default
tank/export/vmware/dns/sda dedup off inherited from tank
tank/export/vmware/dns/sda mlslabel none default
tank/export/vmware/dns/sda sync disabled inherited from tank
tank/export/vmware/dns/sda encryption off -
tank/export/vmware/dns/sda keysource none default
tank/export/vmware/dns/sda keystatus none -
tank/export/vmware/dns/sda rekeydate - default
tank/export/vmware/dns/sda com.sun:auto-snapshot:hourly false inherited from tank/export/vmware
tank/export/vmware/dns/sda com.sun:auto-snapshot:frequent false inherited from tank/export/vmware
tank/export/vmware/dns/sda com.sun:auto-snapshot true inherited from tank/export/vmware
 
D

dlavigne

Guest
Please create a report at bugs.ixsystems.com and post the issue number here.
 
Top