From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 347B2138247 for ; Mon, 16 Dec 2013 11:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8CEDE0AAF; Mon, 16 Dec 2013 11:51:02 +0000 (UTC) Received: from homiemail-a42.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id 96AB3E0A93 for ; Mon, 16 Dec 2013 11:51:01 +0000 (UTC) Received: from homiemail-a42.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a42.g.dreamhost.com (Postfix) with ESMTP id D068C68C05D for ; Mon, 16 Dec 2013 03:51:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=libertytrek.org; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s= libertytrek.org; bh=xYVPxHEAM89Nh5QpF06DtxfE2aI=; b=rMhgV9dHphLS VnSMjF/fXhe8ClaZ474JOF2HeIYAkkun2qZXmyPpQPmts+k6RfFohtC2X7U5Cwdd Z6TMJzKsLU5tP/o3s6Y1EGboPTfIG/Nqi91xH0LUE/U8CZu5yp5GFWEtfaywgfPk J+LkINcYxwSU90iUOfv1jb6c3SgZjV4= Received: from [127.0.0.1] (unknown [159.63.145.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanstaafl@libertytrek.org) by homiemail-a42.g.dreamhost.com (Postfix) with ESMTPSA id A9F1868C05B for ; Mon, 16 Dec 2013 03:51:00 -0800 (PST) Message-ID: <52AEE906.3070507@libertytrek.org> Date: Mon, 16 Dec 2013 06:50:30 -0500 From: Tanstaafl User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: LVM - is thin provisioning used? - WAS Re: [gentoo-user] USE ruby_targets_ruby20 References: <52867199.7060801@libertytrek.org> <528698F7.2020900@libertytrek.org> <52869DB0.7040606@gmail.com> In-Reply-To: <52869DB0.7040606@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: ce729542-e7c4-4387-9191-bd3177823d31 X-Archives-Hash: 7b77c588020d144537b9352e4b1aaa71 On 2013-11-15 5:18 PM, Alan McKinnon wrote: > On 15/11/2013 23:58, Tanstaafl wrote: >> Now, the question is, what the heck is thin-provisioning in lvm2, am I >> using it, and if not, do I need it? >> >> I'm pretty sure I'm not using it, but how to be sure? > If you use thin provisioning, you already know it. There are steps you > must take to put it to use. Ok, just to complete this thread (I didn't like this answer when it was presented - what if I inherited this system? Or, in this case, I installed it 8+ years ago, and don't remember for certain *what* I did, since it was my first time with any linux distro, much less gentoo?)... So, a simple question on the lvm list reveals: lvs -o segtype will return 'thin' or 'thin-pool' for thin provisioned, or 'linear' (as mine did) for thick...