From owner-freebsd-stable@FreeBSD.ORG Wed Nov 27 04:58:02 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B28E2B35 for ; Wed, 27 Nov 2013 04:58:02 +0000 (UTC) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::3c]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B1B526B3 for ; Wed, 27 Nov 2013 04:58:02 +0000 (UTC) Received: from torb.pix.net (torb.pix.net [IPv6:2001:470:e254:10:12dd:b1ff:febf:eca9]) (authenticated bits=0) by hydra.pix.net (8.14.5/8.14.5) with ESMTP id rAR4w0Bl054339; Tue, 26 Nov 2013 23:58:00 -0500 (EST) (envelope-from lidl@pix.net) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98 at mail.pix.net Message-ID: <52957BD7.9060906@pix.net> Date: Tue, 26 Nov 2013 23:57:59 -0500 From: Kurt Lidl User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: FreeBSD 10-BETA3 - zfs clone of zvol snapshot is not created References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 04:58:02 -0000 > Hi, > > am I doing something wrong, ZFS does not support that or there is a bug that zvol clone does not show up under /dev/zvol after creating it from other zvol snapshot? > > # zfs list -t all | grep local > local 136G 76.8G 144K none > local/home 117G 76.8G 117G /home > local/vm 18.4G 76.8G 144K none > local/vm/vbox_pcbsd_10 5.35G 76.8G 5.35G - > local/vm/vbox_windows_7 10.8G 76.8G 9.86G - > local/vm/vbox_windows_7 at clean 940M - 8.12G - > local/vm/vbox_windows_xp 2.27G 76.8G 2.16G - > local/vm/vbox_windows_xp at clean 109M - 1.07G - > > # zfs clone local/vm/vbox_windows_7 at clean local/vm/vbox_windows_7_personal > > # zfs list -t all | grep local > local 136G 76.8G 144K none > local/home 117G 76.8G 117G /home > local/vm 18.4G 76.8G 144K none > local/vm/vbox_pcbsd_10 5.35G 76.8G 5.35G - > local/vm/vbox_windows_7 10.8G 76.8G 9.86G - > local/vm/vbox_windows_7 at clean 940M - 8.12G - > local/vm/vbox_windows_7_personal 8K 76.8G 8.12G - > local/vm/vbox_windows_xp 2.27G 76.8G 2.16G - > local/vm/vbox_windows_xp at clean 109M - 1.07G - Does it show up after a reboot? If so, it's probably this bug: http://www.freebsd.org/cgi/query-pr.cgi?pr=178999 Still not fixed. Sigh. -Kurt