Project

General

Profile

Bug #1248

teuthology: setup fails horribly if you don't have a mon on each node

Added by Greg Farnum over 12 years ago. Updated over 12 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
qa
Target version:
% Done:

0%

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

Description

INFO:teuthology.task.ceph:Running mkfs on osd nodes...
INFO:orchestra.run.out: ** WARNING: Ceph is still under development.  Any feedback can be directed  **
INFO:orchestra.run.out: **          at ceph-devel@vger.kernel.org or http://ceph.newdream.net/.     **
INFO:orchestra.run.err:2011-06-30 10:13:43.201903 7f8500dfd720 created object store /tmp/cephtest/data/osd.0.data journal /tmp/cephtest/data/osd.0.journal for osd0 fsid b280c595-515b-6c65-8b52-2ebf9778e1ba
INFO:orchestra.run.out: ** WARNING: Ceph is still under development.  Any feedback can be directed  **
INFO:orchestra.run.out: **          at ceph-devel@vger.kernel.org or http://ceph.newdream.net/.     **
INFO:orchestra.run.err:unable to read/decode monmap from /tmp/cephtest/monmap: error 2: No such file or directory
ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/gregf/src/teuthology/teuthology/contextutil.py", line 25, in nested
    vars.append(enter())
  File "/usr/lib/python2.6/contextlib.py", line 16, in __enter__
    return self.gen.next()
  File "/home/gregf/src/teuthology/teuthology/task/ceph.py", line 412, in cluster
    '--monmap', '/tmp/cephtest/monmap',
  File "/home/gregf/src/teuthology/virtualenv/src/orchestra/orchestra/remote.py", line 40, in run
    r = self._runner(client=self.ssh, **kwargs)
  File "/home/gregf/src/teuthology/virtualenv/src/orchestra/orchestra/run.py", line 257, in run
    r.exitstatus = _check_status(r.exitstatus)
  File "/home/gregf/src/teuthology/virtualenv/src/orchestra/orchestra/run.py", line 253, in _check_status
    raise CommandFailedError(command=r.command, exitstatus=status)

History

#1 Updated by Sage Weil over 12 years ago

  • translation missing: en.field_position set to 710

#2 Updated by Sage Weil over 12 years ago

  • translation missing: en.field_story_points set to 3
  • translation missing: en.field_position deleted (721)
  • translation missing: en.field_position set to 721

#3 Updated by Greg Farnum over 12 years ago

  • Status changed from New to In Progress
  • Assignee set to Greg Farnum

Lucky me!

#4 Updated by Greg Farnum over 12 years ago

  • Status changed from In Progress to Resolved

It was only copying the monmap to nodes that had a mon; simple enough to fix.

Also available in: Atom PDF