Project

General

Profile

Bug #17702

docs.ceph.com is out of space

Added by Josh Durgin over 7 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
High
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

The ceph-docs jenkins job failed to rsync the result with:

No space left on device (28)

https://jenkins.ceph.com/job/ceph-docs/7342/console

History

#1 Updated by David Galloway over 7 years ago

  • Status changed from New to Resolved
  • Assignee set to David Galloway

Cleaned up docs from wip branches that were 90+ days old. I'll be extending the data volume on this VM when I migrate it to iad2.

cd /var/docs.raw/ref
for dir in $(find . -name 'wip-*' -mtime +90 -print); do rm -r $(readlink $dir); echo $dir; done

Also available in: Atom PDF