linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* discard on SSDs quickly causes backup trees to vanish
@ 2017-11-10 23:52 Chris Murphy
  2017-11-11  1:54 ` Hans van Kranenburg
  0 siblings, 1 reply; 10+ messages in thread
From: Chris Murphy @ 2017-11-10 23:52 UTC (permalink / raw)
  To: Btrfs BTRFS; +Cc: David Sterba, Austin S Hemmelgarn

Hardware:
HP Spectre which contains a SAMSUNG MZVLV256HCHP-000H1, which is an NVMe drive.

Kernels:
various but definitely 4.12.0 through 4.13.10

Problem:
Within seconds of the super being updated to point to a new root tree,
the old root tree cannot be read with btrfs-debug-tree. Example:


$ sudo btrfs-debug-tree -b 84258750464 /dev/nvme0n1p8
btrfs-progs v4.13.3
node 84258750464 level 1 items 2 free 491 generation 200994 owner 1
fs uuid 2662057f-e6c7-47fa-8af9-ad933a22f6ec
chunk uuid 1df72dcf-f515-404a-894a-f7345f988793
    key (EXTENT_TREE ROOT_ITEM 0) block 84258783232 (5142748) gen 200994
    key (452 INODE_ITEM 0) block 84258881536 (5142754) gen 200994

(wait 10-40 seconds while file system is in use)

$ sudo btrfs-debug-tree -b 84258750464 /dev/nvme0n1p8
btrfs-progs v4.13
checksum verify failed on 84258750464 found E4E3BDB6 wanted 00000000
checksum verify failed on 84258750464 found E4E3BDB6 wanted 00000000
bytenr mismatch, want=84258750464, have=0
ERROR: failed to read 84258750464
[chris@f26h ~]$

This suggests a problem for any kind of automatic recovery, should it
be needed at next mount time, following a crash or power failure, as
well as rendering the usebackuproot useless.

I think until discard mount option has some kind of delay (generation
based perhaps), so that at least the various backup trees, in
particular the root tree, is not immediately subject to discard, that
the Btrfs wiki needs to suggest the discard mount option is unsafe on
SSD.

While I have not experienced any other problems in roughly a year of
using discard and Btrfs on this hardware, if I had needed a rollback
offered by use of a backup tree, they simply wouldn't have been
available, and I'd have been hosed.

(Needs testing on LVM thinp to see if discard causes a similar problem
with Btrfs on LVM thinly provisioned volumes, even with hard drives.)



-- 
Chris Murphy

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-11-13 13:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-10 23:52 discard on SSDs quickly causes backup trees to vanish Chris Murphy
2017-11-11  1:54 ` Hans van Kranenburg
2017-11-11  2:30   ` Qu Wenruo
2017-11-11  3:13     ` Hans van Kranenburg
2017-11-11  3:48       ` Qu Wenruo
2017-11-11  4:24         ` Chris Murphy
2017-11-11 20:12         ` Hans van Kranenburg
2017-11-12  0:28           ` Qu Wenruo
2017-11-13 12:57             ` Austin S. Hemmelgarn
2017-11-13 13:13               ` Qu Wenruo

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).