Project

General

Profile

Actions

Bug #12900

closed

ansible: Could not fetch updated apt files

Added by Andrew Schoen over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
ansible
% Done:

0%

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

Description

After adding local apt repos, ceph-cm-ansible attempts to run update the apt cache. If for whatever reason, apt fails to fetch the apt files, we get this error. I suspect is a transient http issue of some sort. Perhaps you would just retry for a few times until it succeeds.

2015-08-31T10:10:10.703 INFO:teuthology.task.ansible.out:
TASK: [testnode | Add local apt repos.] ***************************************

2015-08-31T10:10:10.741 INFO:teuthology.task.ansible.out:skipping: [plana13.front.sepia.ceph.com]

2015-08-31T10:10:11.603 INFO:teuthology.task.ansible.out:ok: [burnupi54.front.sepia.ceph.com] => (item=deb [arch=amd64] http://apt-mirror.front.sepia.ceph.com/blkin/ trusty main) => {"changed": false, "item": "deb [arch=amd64] http://apt-mirror.front.sepia.ceph.com/blkin/ trusty main", "repo": "deb [arch=amd64] http://apt-mirror.front.sepia.ceph.com/blkin/ trusty main", "state": "present"}
ok: [plana04.front.sepia.ceph.com] => (item=deb [arch=amd64] http://apt-mirror.front.sepia.ceph.com/blkin/ trusty main) => {"changed": false, "item": "deb [arch=amd64] http://apt-mirror.front.sepia.ceph.com/blkin/ trusty main", "repo": "deb [arch=amd64] http://apt-mirror.front.sepia.ceph.com/blkin/ trusty main", "state": "present"}
ok: [plana80.front.sepia.ceph.com] => (item=deb [arch=amd64] http://apt-mirror.front.sepia.ceph.com/blkin/ trusty main) => {"changed": false, "item": "deb [arch=amd64] http://apt-mirror.front.sepia.ceph.com/blkin/ trusty main", "repo": "deb [arch=amd64] http://apt-mirror.front.sepia.ceph.com/blkin/ trusty main", "state": "present"}

2015-08-31T10:10:12.052 INFO:teuthology.task.ansible.out:ok: [plana80.front.sepia.ceph.com] => (item=deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-trusty-x86_64-basic/ref/master/ trusty main) => {"changed": false, "item": "deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-trusty-x86_64-basic/ref/master/ trusty main", "repo": "deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-trusty-x86_64-basic/ref/master/ trusty main", "state": "present"}

2015-08-31T10:10:12.320 INFO:teuthology.task.ansible.out:ok: [burnupi54.front.sepia.ceph.com] => (item=deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-trusty-x86_64-basic/ref/master/ trusty main) => {"changed": false, "item": "deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-trusty-x86_64-basic/ref/master/ trusty main", "repo": "deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-trusty-x86_64-basic/ref/master/ trusty main", "state": "present"}

2015-08-31T10:10:12.322 INFO:teuthology.task.ansible.out:ok: [plana04.front.sepia.ceph.com] => (item=deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-trusty-x86_64-basic/ref/master/ trusty main) => {"changed": false, "item": "deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-trusty-x86_64-basic/ref/master/ trusty main", "repo": "deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-trusty-x86_64-basic/ref/master/ trusty main", "state": "present"}

2015-08-31T10:10:12.333 INFO:teuthology.task.ansible.out:
TASK: [testnode | Update apt cache.] ******************************************

2015-08-31T10:10:12.381 INFO:teuthology.task.ansible.out:skipping: [plana13.front.sepia.ceph.com]

2015-08-31T10:10:31.175 INFO:teuthology.task.ansible.out:failed: [plana04.front.sepia.ceph.com] => {"failed": true}
msg: Could not fetch updated apt files
failed: [plana80.front.sepia.ceph.com] => {"failed": true}
msg: Could not fetch updated apt files

http://pulpito.ceph.com/teuthology-2015-08-28_23:10:01-knfs-infernalis-testing-basic-multi/1037385/

Actions #1

Updated by Andrew Schoen over 8 years ago

  • Status changed from In Progress to Fix Under Review
Actions

Also available in: Atom PDF