Task #3826
closedOut of space on dev-www.libreoffice.org
100%
Description
For coverity builds we stash the output on dev-www.libreoffice.org at a location coverity can be directed to download it from, but last few builds have failed with:
rsync -tivP myproject.tgz caolan@dev-www.libreoffice.org:/srv/www/dev-www.libreoffice.org/coverity/
20,359,053,312 99% 5.78kB/s 0:02:28 rsync: [receiver] write failed on "/srv/www/dev-www.libreoffice.org/coverity/myproject.tgz": No space left on device (28)
rsync error: error in file IO (code 11) at receiver.c(381) [receiver=3.2.7]
Updated by Guilhem Moulin 17 days ago
- Status changed from New to Closed
- Assignee set to Guilhem Moulin
- % Done changed from 0 to 100
That command copies to a remote temporary file which then atomically clobbers the destination, which is good for consumers of the resource (no partial/corrupted files), but of course one needs at least the size of the source file as free space. There were a comfortable >19GB free space, but not enough when the source is 20GB… Added a few extra gigs to the volume now.