From owner-freebsd-stable@FreeBSD.ORG Mon Jan 17 05:27:44 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0633A106564A for ; Mon, 17 Jan 2011 05:27:44 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8CD118FC08 for ; Mon, 17 Jan 2011 05:27:43 +0000 (UTC) Received: by fxm16 with SMTP id 16so5695516fxm.13 for ; Sun, 16 Jan 2011 21:27:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=wIB2wLCCAqCpvc4jZ332i6kNPNCdsc4xIfk9BTBPJ28=; b=ZDx7rZ9qyngY1qggL3+9z/US4eBVs+I5ZgBbkHVc4azT7ivubwzu48bFjSOLmuJyMZ 6FSDmfL9UNtH2S1zzSyeI1xKSepwju+dkJAgA8jmKTxbGSebQip/Blzb7vSvjZbH4rki fP92vcm9DNEh8tHG9p4RPPh7khLgjrB2n1S9o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qNNOtOx0k1mh+oqpzloYkPpkfk3eujDa0aSILVepbqG19xjqv3X4ulKW0zJMn94Dbz dtV3DYQuFomJeGlAwjtXvj8uwOu7Lh+zbBLvg1mnKx3iU4P6cTEPr1yniOjHQ6u0G4IN Yb0aFLb6/k+0avfrI1PQE3lMgY7PGrGTMOTzY= MIME-Version: 1.0 Received: by 10.204.113.75 with SMTP id z11mr1874143bkp.90.1295242062352; Sun, 16 Jan 2011 21:27:42 -0800 (PST) Received: by 10.204.73.76 with HTTP; Sun, 16 Jan 2011 21:27:42 -0800 (PST) In-Reply-To: <20110116173705.4653d137@dijkstra> References: <20110114181925.49e5ee2d@dijkstra> <4D3163BE.9020607@FreeBSD.org> <20110116173705.4653d137@dijkstra> Date: Sun, 16 Jan 2011 23:27:42 -0600 Message-ID: From: Scot Hetzel To: "Christopher J. Ruwe" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: Next ZFSv28 patchset ready for testing. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2011 05:27:44 -0000 On Sun, Jan 16, 2011 at 10:37 AM, Christopher J. Ruwe wrote: > 2) I noticed Martin Matuska's site patches more recent than Dec 18th, > but marked nopython. What do these mean and can/should I try these > also? I remember reading somewhere about this, but I cannot find > anymore. > The nopython patches include the code from Illumos which removes the dependancy on Python and the sysutils/py-zfs Port which were used to provide the allow, unallow, userspace, and groupspace zfs commands. The nopython patches will most likely be the code that gets merged into -CURRENT and eventually -STABLE. Scot