From: Adam Borowski <kilobyte@angband.pl>
To: Henk Slager <eye1tm@gmail.com>
Cc: linux-btrfs <linux-btrfs@vger.kernel.org>
Subject: Re: btrfs defrag questions
Date: Sun, 3 Jul 2016 23:30:20 +0200 [thread overview]
Message-ID: <20160703213020.GA23178@angband.pl> (raw)
In-Reply-To: <CAPmG0jZ3RMuDX-fzK7WyuNH+NeSyZw8zhWerTo7ve-CgTADSPw@mail.gmail.com>
On Sun, Jul 03, 2016 at 04:15:02PM +0200, Henk Slager wrote:
> >> Provided that Dropbox is running in the system, does it mean that it
> >> cannot be defagmented?
> >
> > That is probably true. Files that are mapped into memory (like running
> > executables) cannot be changed on disk. You could make a copy of that
> > file, remove the original, and rename the new into place. As long as
> > the executable is running it will stay on disk but you can now
> > defragment the file and next time dropbox is started it will use the
> > new one.
>
> I get:
> ERROR: cannot open ./dropbox: Text file busy
>
> when I run:
> btrfs fi defrag -v ./dropbox
>
> This is with kernel 4.6.2 and progs 4.6.1, dropbox running and mount
> option compress=lzo
This is the same thing as with dedupe: the kernel requires you to have the
file opened for writing despite there being no direct reasons for this.
Defragging is not a write operation in POSIX sense: it doesn't alter the
file's contents in any way.
I think it'd be good to relax this requirement to check whether the user
_could_ open the file for writing (ie, cap or w permissions).
--
An imaginary friend squared is a real enemy.
next prev parent reply other threads:[~2016-07-03 21:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-01 20:14 btrfs defrag questions Dmitry Katsubo
2016-07-01 20:46 ` Henk Slager
2016-07-04 23:15 ` Dmitry Katsubo
2016-07-05 23:59 ` Henk Slager
2016-07-03 10:33 ` Kai Krakow
2016-07-03 14:15 ` Henk Slager
2016-07-03 21:30 ` Adam Borowski [this message]
2016-07-04 21:16 ` Kai Krakow
2016-07-04 21:43 ` Kai Krakow
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160703213020.GA23178@angband.pl \
--to=kilobyte@angband.pl \
--cc=eye1tm@gmail.com \
--cc=linux-btrfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).