From owner-freebsd-doc@FreeBSD.ORG Wed Dec 19 15:47:41 2012 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D708A857 for ; Wed, 19 Dec 2012 15:47:41 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 90BFB8FC12 for ; Wed, 19 Dec 2012 15:47:40 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id 16so2112587obc.41 for ; Wed, 19 Dec 2012 07:47:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=i+iWdCyI7hghvK1Lfmi/Y/4t8cPUsMWUMp2mgY4zLXA=; b=kOjBSRgci6PAxmCXWtUOiH0jlVgmDmTXDN+rvvwD3NsNWiH41d/ttKPPxW5y/Zh+Rd PopE1AR+Ub3scEw0zA6U0GS7Cl94sEHC2RCt09pYZDD1VdFnu/+5HmvMgXH+ULozMBj8 IhqHFxbLuNFgi1/PZq59Ls7M8KaWXptOz+5ySbSQxGefnewUMUKCrrivAon4unRCkJVM SUFSO6xPZlaalJL5JRUvx0GHCMKGmmP4LtQibdTTinxelXDwir2085PdqOjznOw4xM2H WERqKpnUyLDBNnDtgSwTwtJx/3W/Tq6Fz11lI77Jn3nEEHDooaGgvDPD9m4bFKiRyvgG t9Qw== MIME-Version: 1.0 Received: by 10.182.18.165 with SMTP id x5mr5231857obd.73.1355932054083; Wed, 19 Dec 2012 07:47:34 -0800 (PST) Received: by 10.60.170.167 with HTTP; Wed, 19 Dec 2012 07:47:33 -0800 (PST) In-Reply-To: References: <50CF471D.10407@rdtan.net> <50D139D3.2010604@rdtan.net> Date: Wed, 19 Dec 2012 17:47:33 +0200 Message-ID: Subject: Re: [RFC] Q&A propose to add into FAQ From: Alexander Yerenkow To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Edward , freebsd-doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 15:47:41 -0000 2012/12/19 Eitan Adler > On 19 December 2012 02:16, Alexander Yerenkow wrote: > > Can I propose one item? > > Sure! > > > When you have 100% filled zpool, you can't create file nor delete one. > The > > only way to solve this situation is not obvious - you need to truncate > > (truncate -s 0 not-important-file or echo "" > not-important-file). I > think > > this case should be mentioned in Q&A, if not already. > > How does the attached patch look? > Seems good to me. Maybe there should be added for curious ones ( If you need more info why is that - you should read about copy-on-write and transactions in ZFS). But maybe not. > > -- > Eitan Adler > -- Regards, Alexander Yerenkow