Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2009 18:40:03 GMT
From:      George Hartzell <hartzell@alerce.com>
To:        freebsd-fs@FreeBSD.org
Subject:   Re: bin/130105: [zfs] zfs send -R dumps core
Message-ID:  <200902191840.n1JIe3Ep087537@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/130105; it has been noted by GNATS.

From: George Hartzell <hartzell@alerce.com>
To: bug-followup@FreeBSD.org,
 goran.lowkrantz@ismobile.com
Cc:  
Subject: Re: bin/130105: [zfs] zfs send -R dumps core
Date: Thu, 19 Feb 2009 10:05:27 -0800

 The following patch seems to fix the core dumps.  I've only tested  
 sending the stream to /dev/null and to a file, still working on  
 setting up a receiver.
 
 This is based on a thread in the zfs-fuse mailing list.
 
 g.
 
 
 --- zfs_prop.c	2009/02/17 18:58:58	1.1
 +++ zfs_prop.c	2009/02/19 09:54:04
 @@ -297,7 +297,7 @@
 
 	/* hidden properties */
 	register_hidden(ZFS_PROP_CREATETXG, "createtxg", PROP_TYPE_NUMBER,
 -	    PROP_READONLY, ZFS_TYPE_DATASET, NULL);
 +	    PROP_READONLY, ZFS_TYPE_DATASET, "CREATETXG");
 	register_hidden(ZFS_PROP_NUMCLONES, "numclones", PROP_TYPE_NUMBER,
 	    PROP_READONLY, ZFS_TYPE_SNAPSHOT, NULL);
 	register_hidden(ZFS_PROP_NAME, "name", PROP_TYPE_STRING,
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902191840.n1JIe3Ep087537>