Project

General

Profile

Actions

Bug #6251

closed

task/ceph.py:ceph_log() should create /var/log/ceph

Added by Zack Cerza over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
% Done:

0%

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

Description

ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
File "/home/zack/teuthology/teuthology/run_tasks.py", line 31, in run_tasks
manager.__enter__()
File "/usr/lib/python2.7/contextlib.py", line 17, in enter
return self.gen.next()
File "/home/zack/teuthology/teuthology/task/ceph.py", line 1155, in task
lambda: run_daemon(ctx=ctx, config=config, type_='mds'),
File "/usr/lib/python2.7/contextlib.py", line 17, in enter
return self.gen.next()
File "/home/zack/teuthology/teuthology/contextutil.py", line 25, in nested
vars.append(enter())
File "/usr/lib/python2.7/contextlib.py", line 17, in enter
return self.gen.next()
File "/home/zack/teuthology/teuthology/task/ceph.py", line 115, in ceph_log
wait=False,
File "/home/zack/teuthology/teuthology/orchestra/run.py", line 286, in wait
proc.exitstatus.get()
File "/home/zack/teuthology/virtualenv/local/lib/python2.7/site-packages/gevent/event.py", line 223, in get
raise self._exception
CommandFailedError: Command failed on 10.214.132.132 with status 1: 'sudo chmod 777 /var/log/ceph'

Actions #1

Updated by Zack Cerza over 10 years ago

INFO:teuthology.orchestra.run.err:[10.214.132.132]: chmod: cannot access `/var/log/ceph': No such file or directory

Actions #2

Updated by Zack Cerza over 10 years ago

  • Target version set to v0.69
Actions #3

Updated by Sage Weil over 10 years ago

  • Status changed from New to Need More Info

want to confirm this happens for a good reason before making a change; the ceph package install should create that directory. maybe the job that triggered this was missing the install task?

Actions #4

Updated by Zack Cerza over 10 years ago

  • Status changed from Need More Info to Closed

It was.

Actions

Also available in: Atom PDF