summaryrefslogtreecommitdiff
path: root/bugs/fsck_gives_warnings_for_simple_cases.mdwn
blob: 0b0889b036debabb90aa6020130b60ff7a002a03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
The fsck command gives warnings in some cases. I have one case, where it is easy to reproduce:

    host:/dev/shm% mkdir obnam 0
    host:/dev/shm% obnam -r /dev/shm/obnam backup /dev/shm/0
    Backed up 1 files, uploaded 0.0 B in 0s at 0.0 B/s average speed
    host:/dev/shm% obnam -r /dev/shm/obnam fsck
    warning: node 1: node must have keys
    warning: node 1: node must have keys
    Checking 15/14: extra chunks
    
    Version used: debian/stable/backports 1.0-1~bpo60+1

I guess this is a minor issue, but still would be nice, if fsck would be mostly calm.

---

I confirm that I can see the same error. --liw

--

[[done]] --liw