Project

General

Profile

Actions

Bug #13874

closed

Missing `make` on openstack-provisioned nodes

Added by John Spray over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

http://teuthology.ovh.sepia.ceph.com/teuthology/teuthology-2015-11-24_23:08:02-kcephfs-firefly-testing-basic-openstack/20439/

2015-11-25T08:56:20.607 INFO:teuthology.orchestra.run.target070154:Running: "mkdir -- /home/ubuntu/cephtest/workunit.client.0 && git archive --remote=git://git.ceph.com/ceph.git 8424145d49264624a3b0a204aedb127835161070:qa/workunits | tar -C /home/ubuntu/cephtest/workunit.client.0 -x -f- && cd -- /home/ubuntu/cephtest/workunit.client.0 && if test -e Makefile ; then make ; fi && find -executable -type f -printf '%P\\0' >/home/ubuntu/cephtest/workunits.list.client.0" 
2015-11-25T08:56:24.534 INFO:tasks.workunit.client.0.target070154.stderr:bash: make: command not found

Related issues 1 (0 open1 closed)

Related to devops - Bug #11104: dependency problem with Ceph "Firefly" upstream and EPELResolvedKen Dreyer03/12/2015

Actions
Actions #2

Updated by Yuri Weinstein over 8 years ago

  • Priority changed from Normal to Urgent

Moved to urgent it fails lots of test on ovh

Actions #3

Updated by Zack Cerza over 8 years ago

  • Status changed from New to 12
  • Assignee set to Anonymous

Ansible should be installing build-essential on ubuntu, but it's not even being run in these jobs. Here's why:

These jobs are running on the wip-13622-fix-wusui branch, which is farily far behind master. They do not contain this commit:
https://github.com/ceph/teuthology/commit/cc0095b405424df313c748b74d59aef3c8d57dc8

They appear to be getting scheduled with master, though. So the job configs generated by teuthology-suite are not adding ansible.cephlab to the tasks list. And, when they run, teuthology.run is not adding the task because, again, it's missing the commit.

The solution is for Warren to rebase his branch.

Actions #4

Updated by Anonymous over 8 years ago

I pushed a rebased wip-13622-fix-wusui branch back to master.

Actions #5

Updated by Greg Farnum over 8 years ago

...why does a branch of Warren's have anything to do with the Firefly nightlies?

Actions #6

Updated by Tamilarasi muthamizhan over 8 years ago

Greg, to answer your question, Warren has his own wip branch to test firefly that fixes http://tracker.ceph.com/issues/11104.
please note his fix only applies to firefly.

Actions #7

Updated by Yuri Weinstein over 8 years ago

@boris @ken - when can we have the permanent fix?

Actions #8

Updated by Yuri Weinstein over 8 years ago

  • Project changed from teuthology to devops
Actions #9

Updated by Yuri Weinstein over 8 years ago

  • Related to Bug #11104: dependency problem with Ceph "Firefly" upstream and EPEL added
Actions #10

Updated by Ken Dreyer over 8 years ago

@boris @ken - when can we have the permanent fix?

That would be https://github.com/ceph/ceph/pull/6773 - merged last week.

Actions #11

Updated by Anonymous over 8 years ago

  • Status changed from 12 to Resolved

Problem fixed by previous changes.

Actions

Also available in: Atom PDF