From owner-freebsd-stable@FreeBSD.ORG Tue Oct 7 10:56:52 2008 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 F07821065688 for ; Tue, 7 Oct 2008 10:56:52 +0000 (UTC) (envelope-from lhmwzy@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 802108FC1B for ; Tue, 7 Oct 2008 10:56:52 +0000 (UTC) (envelope-from lhmwzy@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2184556fgb.35 for ; Tue, 07 Oct 2008 03:56:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=9wqF5Fj8f1aCXOvk/xBmPilNbCUy+0/PXjo8yzLdu/c=; b=oU4EKh/slkcDWQOplTYRUXgu4giam5nHn38/T3DvRduWUi5eeMooAnNedZqTokj2kb WT+s56olIE2ECZ4QV7wlLo20xs5Q82HZkZp53WoG5wVtS+AEGhi9dgDAe978rX52jnqs xGVW/SAXFzqv1XHmkJeWupjkeg5+E+WxDpJLI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=cGz/7gttXku6SRK1D1ky8KlHSqnIzVjQqpNtqMAfwYRJmeqf0nqr7L1dFe3Y0xnoFy t2A+hG7Yz7Xb3U7/2Qe0st9RwWZqequ8BQw3Fvv9zDZP2GfDE0GOx8u2prRBlJa+Gr1/ GmAZs15zMLpR2Ts1a8gJCoyAfZGMIkaWxwzHU= Received: by 10.86.27.9 with SMTP id a9mr5734532fga.57.1223377006926; Tue, 07 Oct 2008 03:56:46 -0700 (PDT) Received: by 10.86.25.10 with HTTP; Tue, 7 Oct 2008 03:56:46 -0700 (PDT) Message-ID: <78fb9d960810070356o3f0b3913n862d9cf011e52065@mail.gmail.com> Date: Tue, 7 Oct 2008 18:56:46 +0800 From: lhmwzy To: "Holger Kipp" In-Reply-To: <20081007095925.GA19896@intserv.int1.b.intern> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <78fb9d960810070232u3f35010dv510dfa0fb2285568@mail.gmail.com> <20081007095925.GA19896@intserv.int1.b.intern> Cc: freebsd-stable@freebsd.org Subject: Re: zfs quota question 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: Tue, 07 Oct 2008 10:56:53 -0000 sorry,I make a mistake. It is a filesystem,not a volume. 2008/10/7 Holger Kipp : > according to zfs manpage: > > Quotas cannot be set on volumes, as the "volsize" property acts as > an implicit quota. >