From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [195.159.176.226] ([195.159.176.226]:49259 "EHLO blaine.gmane.org" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752828AbdDJRAU (ORCPT ); Mon, 10 Apr 2017 13:00:20 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cxcfi-0006Wz-P5 for linux-btrfs@vger.kernel.org; Mon, 10 Apr 2017 19:00:10 +0200 To: linux-btrfs@vger.kernel.org From: Kai Krakow Subject: Re: btrfs filesystem keeps allocating new chunks for no apparent reason Date: Mon, 10 Apr 2017 18:54:37 +0200 Message-ID: <20170410185437.235b3b86@jupiter.sol.kaishome.de> References: <572D0C8B.8010404@mendix.com> <89a684c7-364e-f409-5348-bc0077fd438c@cn.fujitsu.com> <5b642448-951e-5b5e-1343-0299a950089c@mendix.com> <51778c0f-2720-1c2d-aba2-e22e5f4d3a3a@mendix.com> <4532f6ee-2a6e-412a-7230-edb76735d55f@mendix.com> <07a7f59e-64e0-4d09-5d32-01bc933fe38d@gmail.com> <20170410144533.664fc304@jupiter.sol.kaishome.de> <5488ea5a-b41c-5987-e664-ec17cf2d5e01@gmail.com> <20170410184444.08ced097@jupiter.sol.local> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-btrfs-owner@vger.kernel.org List-ID: Am Mon, 10 Apr 2017 18:44:44 +0200 schrieb Kai Krakow : > Am Mon, 10 Apr 2017 08:51:38 -0400 > schrieb "Austin S. Hemmelgarn" : > > > On 2017-04-10 08:45, Kai Krakow wrote: > > > Am Mon, 10 Apr 2017 08:39:23 -0400 > > > schrieb "Austin S. Hemmelgarn" : > > > > [...] > > > > > > Does btrfs really support lazytime now? > > > > > It appears to, I do see fewer writes with it than without it. At > > the very least, if it doesn't, then nothing complains about it. > > Did you put it in /etc/fstab only for the rootfs? If yes, it probably > has no effect. You would need to give it as rootflags on the kernel > cmdline. I did a "fgrep lazytime /usr/src/linux -ir" and it reveals only ext4 and f2fs know the flag. Kernel 4.10. So probably you're seeing a placebo effect. If you put lazytime for rootfs just only into fstab, it won't have an effect because on initial mount this file cannot be opened (for obvious reasons), and on remount, btrfs seems to happily accept lazytime but it has no effect. It won't show up in /proc/mounts. Try using it in rootflags kernel cmdline and you should see that the kernel won't accept the flag lazytime. -- Regards, Kai Replies to list-only preferred.