From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 10:41:12 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BF451065674 for ; Thu, 28 Jul 2011 10:41:12 +0000 (UTC) (envelope-from admin@prnet.org) Received: from jailfr.prnet.org (fr.prnet.org [IPv6:2001:41d0:2:a37a::1]) by mx1.freebsd.org (Postfix) with ESMTP id BC4988FC1E for ; Thu, 28 Jul 2011 10:41:11 +0000 (UTC) Received: from www.prnet.org (jailfr.prnet.org [188.165.216.122]) by jailfr.prnet.org (8.14.4/8.14.4) with ESMTP id p6SAf9CT066268 for ; Thu, 28 Jul 2011 12:41:09 +0200 (CEST) (envelope-from admin@prnet.org) Received: from 212.24.212.169 (SquirrelMail authenticated user admin@prnet.org) by www.prnet.org with HTTP; Thu, 28 Jul 2011 12:41:09 +0200 Message-ID: Date: Thu, 28 Jul 2011 12:41:09 +0200 From: admin@prnet.org To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: zfs clone, nfs and pxeboot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2011 10:41:12 -0000 Hi, I wanted to experiment a bit with pxeboot. Therefore I created a zfs clone of a jail filesystem. The clone was shared as via nfs. Pxeboot complained that it can't load the kernel. The pxeboot ls command gave some correct and some really messed up filenames. I then deleted the clone and copied the filesystem (in the same zpool) using zfs send ... | zfs receive ... If I share this new filesystem via nfs, pxeboot doesn't have the messed up filename problem and everything works as expected. Is there some known problems with zfs clones and nfs ? Just for information, this was tested on FreeBSD 8.2 amd64 (not the machine were I have problems in the other thread) Thanks in advance, Bye, David Arendt