From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout-de.gmx.net ([213.165.64.23]:53022 "HELO mailout-de.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752605Ab2JHTvJ (ORCPT ); Mon, 8 Oct 2012 15:51:09 -0400 Message-ID: <50732ED1.9030005@gmx.net> Date: Mon, 08 Oct 2012 21:51:45 +0200 From: Arne Jansen MIME-Version: 1.0 To: =?ISO-8859-1?Q?matthieu_Barth=E9lemy?= CC: Linux Btrfs Subject: Re: working quota example? References: <5072CEB6.6030709@gmx.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-btrfs-owner@vger.kernel.org List-ID: On 10/08/12 21:31, matthieu Barthélemy wrote: > > Are there any plan to maybe get a better 'btrfs quota show' output? Definitely. The first priority was to get the kernel part running, when that is settled, we can improve the user mode part. There's also still some work to do to make the tracking qgroups more presentable. > Maybe with more details, maybe a simple ' 1 subvolume + all its > snapshots' accounting. Well, there's no such thing as 'the snapshot of a subvolume'. As in btrfs each snapshot instantly is a subvolume in it's own right. Btrfs doesn't really keep track which snapshot is a descendant of which. > Maybe I missed something, and I admit I didn't read all the btrfs-progs > patches related to qgroups, but there doesn't seem to have an option to > show a subvolume's quota limit (not the referenced/exclusive usage > counters). Am I right? Probably, I don't remember :) That should be easy to fix anyway. > > Thanks again Arne for your help! > > >