aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Low_disk_space_corrupts_state/comment_1_d8235498e2206c3b5284455e5c4182b9._comment
blob: 334a0fd94b82f8d8cd4b165a46657118a997567a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[[!comment format=mdwn
 username="joakim.hovlandsvag@ad788ffa13d1ccbf03f2c485653900f8baa33950"
 nickname="joakim.hovlandsvag"
 subject="Repairing ignores disk space issues too"
 date="2015-12-13T09:13:24Z"
 content="""
It seems that `git annex repair` also ignores such issues:

    $ git annex repair
    Running git fsck ...
    Initialized empty Git repository in /tmp/tmprepo.0/.git/
    Trying to recover missing objects from remote home.
    Unpacking all pack files.
    error: file write error (No space left on device)
    fatal: unable to write sha1 file
    Successfully recovered repository!
    You should run \"git fsck\" to make sure, but it looks like everything was recovered ok.
    ok

"""]]