Git Deploy - "file write error (No space left on device)" -
[wed, 01 dec 2010 12:17:07 -0800] debug: stderr: error: file write error (no space left on device) fatal: unable write sha1 file fatal: unpack-objects failed
i have seen couple of discussions on haven't found fix. have 2 apps on instance , never had problem before. recent commit not large either (database migration , controller addition). advice on here? volumes on instance not out-of-space.
git trying unpack objects, not able so. error suggests might because of "no space left on device", might mean "no inodes left on device".
please check df -h
, df -hi
. (assuming gnu-coreutils present, in linux system.)
you did not command ran , found error. command might interact server, hence might not obvious "device" talked about.
the error message looks copied log file, in case "device" on same host log file.
Comments
Post a Comment