Am Samstag, 11. Juli 2015, 10:40:29 schrieb erp...@gmail.com:
> On Sat, Jul 11, 2015 at 4:12 AM, Martin Steigerwald
wrote:
> > Always do "sync" after a "btrfs fi defrag" and before measuring with
> > "filefrag". The kernel may not have written everything. I have seen this
> > repeatedly that the
Hi,
I hope it's not out of place, but I have a few suggestions for the Wiki:
- The presentation "NYLUG Presents: Chris Mason on Btrfs (May 14th 2015)" at
https://www.youtube.com/watch?v=W3QRWUfBua8 would make a nice addition to the
"Articles, presentations, podcasts" section.
- The same goes
Greetings,
Looking at the code of should_cow_block(), I see:
if (btrfs_header_generation(buf) == trans->transid &&
!btrfs_header_flag(buf, BTRFS_HEADER_FLAG_WRITTEN) &&
...
So if the extent buffer has been written to disk, and now is changed again
in the same transaction, we insist on COW'ing
On Sun, Jul 12, 2015 at 2:54 AM, Martin Steigerwald wrote:
> Note however: Even without "sync" BTRFS will defragment the file. It may
> just take a while till the new extents are written. So there is no need to
> call "sync" after btrfs fi defrag.
My purpose in calling sync in that transcript was
On Sat, Jul 11, 2015 at 08:55:23PM -0700, Marc MERLIN wrote:
> On Fri, Jul 10, 2015 at 12:46:24PM +0200, Axel Burri wrote:
> > On 2015-07-09 14:26, Martin Steigerwald wrote:
> >
> > > Well I may try it for one of my BTRFS volumes in addition to the rsync
> > > backup for now. I would like to give
Hello!
I also hit the Btrfs read-only after btrfs-convert bug when converting my
Ext4 root filesystem with btrfs-convert. I used the btrfs tools v4.0 and
Linux kernel 4.1.1.
As a workaround I mounted the converted Btrfs read-only and copied it to a
new Btrfs created by mkfs.btrfs (from the btrfs
On Sun, Jul 12, 2015 at 7:23 PM, René Pfeiffer wrote:
> Hello!
>
> I also hit the Btrfs read-only after btrfs-convert bug when converting my
> Ext4 root filesystem with btrfs-convert. I used the btrfs tools v4.0 and
> Linux kernel 4.1.1.
>
> As a workaround I mounted the converted Btrfs read-only
This patch introduces new option for the command
btrfs device delete [..]
In a user reported issue on a 3-disk-RAID1, one disk failed with its
SB unreadable. Now with this patch user will have a choice to delete
the device using devid.
The other method we could do, is to match the input dev
On 07/11/2015 01:28 AM, None None wrote:
I can't apply your patch on btrfs-progs v4.1 nor v4.0
http://www.spinics.net/lists/linux-btrfs/msg43422.html
git apply --check
error: Documentation/btrfs-device.txt: No such file or directory
error: patch failed: cmds-device.c:169
error: cmds-device.c:
Hello,
Short version: while doing scrub on 5 disk btrfs filesystem, /dev/sdd
"failed" and also had some error on other disk (/dev/sdh)
Because filesystem still mounts, I assume I should do "btrfs device
delete /dev/sdd /mntpoint" and then restore damaged files from backup.
Are all affected files
Marc Joliet posted on Sun, 12 Jul 2015 14:26:04 +0200 as excerpted:
> I hope it's not out of place, but I have a few suggestions for the Wiki:
Just in case it wasn't obvious... The wiki is open to user editing. You
can, if you like, get an account and make the changes yourself. =:^)
Of course
11 matches
Mail list logo