Project

General

Profile

Actions

Bug #11495

closed

"RuntimeError: ceph-deploy: new command failed" in ceph-deploy:fs-hammer-distro-basic-vps run

Added by Yuri Weinstein about 9 years ago. Updated almost 9 years ago.

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

0%

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

Description

Run: http://pulpito.ceph.com/teuthology-2015-04-28_10:09:45-ceph-deploy:fs-hammer-distro-basic-vps/
Jobs: all
Logs for one: http://qa-proxy.ceph.com/teuthology/teuthology-2015-04-28_10:09:45-ceph-deploy:fs-hammer-distro-basic-vps/866894/

2015-04-28T10:36:32.199 INFO:tasks.ceph_deploy:Building ceph cluster using ceph-deploy...
2015-04-28T10:36:32.199 INFO:teuthology.orchestra.run.vpm076:Running: 'cd /home/ubuntu/cephtest/ceph-deploy && ./ceph-deploy new vpm076.front.sepia.ceph.com vpm185.front.sepia.ceph.com vpm157.front.sepia.ceph.com'
2015-04-28T10:36:32.206 INFO:teuthology.orchestra.run.vpm076.stderr:bash: line 0: cd: /home/ubuntu/cephtest/ceph-deploy: No such file or directory
2015-04-28T10:36:32.206 INFO:tasks.ceph_deploy:Error encountered, logging exception before tearing down ceph-deploy
2015-04-28T10:36:32.207 INFO:tasks.ceph_deploy:Traceback (most recent call last):
  File "/var/lib/teuthworker/src/ceph-qa-suite_master/tasks/ceph_deploy.py", line 217, in build_ceph_cluster
    raise RuntimeError("ceph-deploy: new command failed")
RuntimeError: ceph-deploy: new command failed

2015-04-28T10:36:32.207 INFO:tasks.ceph_deploy:Stopping ceph...
2015-04-28T10:36:32.207 INFO:teuthology.orchestra.run.vpm076:Running: 'sudo stop ceph-all || sudo service ceph stop'
2015-04-28T10:36:32.306 INFO:teuthology.orchestra.run.vpm076.stderr:stop: Unknown job: ceph-all
2015-04-28T10:36:32.315 INFO:teuthology.orchestra.run.vpm076.stderr:ceph: unrecognized service
2015-04-28T10:36:32.316 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/contextutil.py", line 28, in nested
    vars.append(enter())
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/var/lib/teuthworker/src/ceph-qa-suite_master/tasks/ceph_deploy.py", line 379, in build_ceph_cluster
    'sudo', 'service', 'ceph', 'stop' ])
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/cluster.py", line 64, in run
    return [remote.run(**kwargs) for remote in remotes]
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/remote.py", line 156, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 378, in run
    r.wait()
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 114, in wait
    label=self.label)
CommandFailedError: Command failed on vpm076 with status 1: 'sudo stop ceph-all || sudo service ceph stop'

Suspect the symlink isn't created anymore, is this intended?

Actions

Also available in: Atom PDF