Hi list
I have run the btrfs check, and that reported multiple errors on the FS.
# btrfs check --readonly --force /dev/kubuntu-vg/lv_root
<SKIP>
root 9214 inode 6850330 errors 2001, no inode item, link count wrong
unresolved ref dir 266982 index 22459 namelen 36 name 9621041045a17a475428a26fcfb5982f.png filetype 1 errors 6, no dir index, no inode ref
unresolved ref dir 226516 index 9 namelen 28 name GYTSPMxjwCVp8kXB7+j91O8kcq4= filetype 1 errors 4, no inode ref
root 9214 inode 6877070 errors 2001, no inode item, link count wrong
unresolved ref dir 226516 index 11 namelen 28 name VSqlYzl4pFqJpvC3GA9bQ0mZK8A= filetype 1 errors 4, no inode ref
root 9214 inode 6878054 errors 2001, no inode item, link count wrong
unresolved ref dir 266982 index 22460 namelen 36 name 52e74e9d2b6f598038486f90f8f911c4.png filetype 1 errors 4, no inode ref
root 9214 inode 6888414 errors 2001, no inode item, link count wrong
unresolved ref dir 226391 index 122475 namelen 14 name the-real-index filetype 1 errors 4, no inode ref
root 9214 inode 6889202 errors 100, file extent discount
Found file extent holes:
start: 0, len: 4096
root 9214 inode 6889203 errors 100, file extent discount
Found file extent holes:
start: 0, len: 4096
ERROR: errors found in fs roots
found 334531551237 bytes used, error(s) found
total csum bytes: 291555464
total tree bytes: 1004404736
total fs tree bytes: 411713536
total extent tree bytes: 242974720
btree space waste bytes: 186523621
file data blocks allocated: 36730163200
referenced 42646511616
However, scrub and badblock find no errors.
# btrfs scrub status /mnt/
scrub status for 7b19fb5e-4e16-4b62-b803-f59364fd61a2
scrub started at Tue Aug 13 07:31:38 2019 and finished after 00:02:47
total bytes scrubbed: 311.15GiB with 0 errors
# badblocks -sv /dev/kubuntu-vg/lv_root
Checking blocks 0 to 352133119
Checking for bad blocks (read-only test): done
Pass completed, 0 bad blocks found. (0/0/0 errors)
# btrfs dev stats /dev/kubuntu-vg/lv_root
[/dev/mapper/kubuntu--vg-lv_root].write_io_errs 0
[/dev/mapper/kubuntu--vg-lv_root].read_io_errs 0
[/dev/mapper/kubuntu--vg-lv_root].flush_io_errs 0
[/dev/mapper/kubuntu--vg-lv_root].corruption_errs 0
[/dev/mapper/kubuntu--vg-lv_root].generation_errs 0
FS mount fine, and is operational.
would you recommend executing the btrfs check --repair option or is there something else that I can try.
# uname -a Linux xps 5.1.16-050116-generic #201907031232 SMP Wed Jul 3 12:35:21 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
# btrfs --version
btrfs-progs v4.15.1
mount options
on / type btrfs (rw,relatime,compress-force=lzo,ssd,discard,space_cache=v2,autodefrag,subvol=/@)
thanks,
Konstantin