Project

General

Profile

Actions

Bug #7331

closed

invalid logging call in ceph-deploy

Added by Alfredo Deza about 10 years ago. Updated about 10 years ago.

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

0%

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

Description

2014-02-01T11:06:12.208 DEBUG:teuthology.orchestra.run:Running [10.214.138.73]: u'cd /home/ubuntu/cephtest/ceph-deploy && ./ceph-deploy purgedata vpm031 vpm032 vpm053 vpm062'
2014-02-01T11:06:12.300 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mceph_deploy.cli[0m][INFO             ] Invoked (1.3.4): ./ceph-deploy purgedata vpm031 vpm032 vpm053 vpm062
2014-02-01T11:06:12.301 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mceph_deploy.install[0m][DEBUG            ] Purging data from cluster ceph hosts vpm031 vpm032 vpm053 vpm062
2014-02-01T11:06:12.366 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm031[0m][DEBUG            ] connected to host: vpm031
2014-02-01T11:06:12.367 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm031[0m][DEBUG            ] detect platform information from remote host
2014-02-01T11:06:12.383 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm031[0m][DEBUG            ] detect machine type
2014-02-01T11:06:12.385 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm031[0m][DEBUG            ] find the location of an executable
2014-02-01T11:06:12.422 INFO:teuthology.orchestra.run.err:[10.214.138.73]: Warning: Permanently added 'vpm032,10.214.138.74' (ECDSA) to the list of known hosts.
2014-02-01T11:06:34.613 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm032[0m][DEBUG            ] connected to host: vpm032
2014-02-01T11:06:34.613 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm032[0m][DEBUG            ] detect platform information from remote host
2014-02-01T11:06:34.631 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm032[0m][DEBUG            ] detect machine type
2014-02-01T11:06:34.635 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm032[0m][DEBUG            ] find the location of an executable
2014-02-01T11:06:34.672 INFO:teuthology.orchestra.run.err:[10.214.138.73]: Warning: Permanently added 'vpm053,10.214.138.114' (ECDSA) to the list of known hosts.
2014-02-01T11:06:35.054 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm053[0m][DEBUG            ] connected to host: vpm053
2014-02-01T11:06:35.055 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm053[0m][DEBUG            ] detect platform information from remote host
2014-02-01T11:06:35.076 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm053[0m][DEBUG            ] detect machine type
2014-02-01T11:06:35.081 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm053[0m][DEBUG            ] find the location of an executable
2014-02-01T11:06:36.437 INFO:teuthology.orchestra.run.err:[10.214.138.73]: Warning: Permanently added 'vpm062,10.214.138.145' (ECDSA) to the list of known hosts.
2014-02-01T11:06:39.179 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm062[0m][DEBUG            ] connected to host: vpm062
2014-02-01T11:06:39.935 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm062[0m][DEBUG            ] detect platform information from remote host
2014-02-01T11:06:40.159 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm062[0m][DEBUG            ] detect machine type
2014-02-01T11:06:40.163 INFO:teuthology.orchestra.run.err:[10.214.138.73]: [[1mvpm062[0m][DEBUG            ] find the location of an executable
2014-02-01T11:06:40.371 INFO:teuthology.orchestra.run.err:[10.214.138.73]: Traceback (most recent call last):
2014-02-01T11:06:40.372 INFO:teuthology.orchestra.run.err:[10.214.138.73]:   File "/usr/lib/python2.7/logging/__init__.py", line 846, in emit
2014-02-01T11:06:40.972 INFO:teuthology.orchestra.run.err:[10.214.138.73]:     msg = self.format(record)
2014-02-01T11:06:40.973 INFO:teuthology.orchestra.run.err:[10.214.138.73]:   File "/usr/lib/python2.7/logging/__init__.py", line 723, in format
2014-02-01T11:06:40.973 INFO:teuthology.orchestra.run.err:[10.214.138.73]:     return fmt.format(record)
2014-02-01T11:06:40.973 INFO:teuthology.orchestra.run.err:[10.214.138.73]:   File "/home/ubuntu/cephtest/ceph-deploy/ceph_deploy/util/log.py", line 58, in format
2014-02-01T11:06:41.051 INFO:teuthology.orchestra.run.err:[10.214.138.73]:     return logging.Formatter.format(self, record)
2014-02-01T11:06:41.051 INFO:teuthology.orchestra.run.err:[10.214.138.73]:   File "/usr/lib/python2.7/logging/__init__.py", line 464, in format
2014-02-01T11:06:41.051 INFO:teuthology.orchestra.run.err:[10.214.138.73]:     record.message = record.getMessage()
2014-02-01T11:06:41.052 INFO:teuthology.orchestra.run.err:[10.214.138.73]:   File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage
2014-02-01T11:06:41.052 INFO:teuthology.orchestra.run.err:[10.214.138.73]:     msg = msg % self.args
2014-02-01T11:06:41.052 INFO:teuthology.orchestra.run.err:[10.214.138.73]: TypeError: not all arguments converted during string formatting
2014-02-01T11:06:41.052 INFO:teuthology.orchestra.run.err:[10.214.138.73]: Logged from file install.py, line 114
2014-02-01T11:06:41.053 INFO:teuthology.orchestra.run.err:[10.214.138.73]: Traceback (most recent call last):
2014-02-01T11:06:41.053 INFO:teuthology.orchestra.run.err:[10.214.138.73]:   File "/usr/lib/python2.7/logging/__init__.py", line 846, in emit
2014-02-01T11:06:41.053 INFO:teuthology.orchestra.run.err:[10.214.138.73]:     msg = self.format(record)
2014-02-01T11:06:41.053 INFO:teuthology.orchestra.run.err:[10.214.138.73]:   File "/usr/lib/python2.7/logging/__init__.py", line 723, in format
2014-02-01T11:06:41.053 INFO:teuthology.orchestra.run.err:[10.214.138.73]:     return fmt.format(record)
2014-02-01T11:06:41.054 INFO:teuthology.orchestra.run.err:[10.214.138.73]:   File "/usr/lib/python2.7/logging/__init__.py", line 464, in format
2014-02-01T11:06:41.054 INFO:teuthology.orchestra.run.err:[10.214.138.73]:     record.message = record.getMessage()
2014-02-01T11:06:41.054 INFO:teuthology.orchestra.run.err:[10.214.138.73]:   File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage
2014-02-01T11:06:41.054 INFO:teuthology.orchestra.run.err:[10.214.138.73]:     msg = msg % self.args
2014-02-01T11:06:41.054 INFO:teuthology.orchestra.run.err:[10.214.138.73]: TypeError: not all arguments converted during string formatting
2014-02-01T11:06:41.054 INFO:teuthology.orchestra.run.err:[10.214.138.73]: Logged from file install.py, line 114
Actions #1

Updated by Alfredo Deza about 10 years ago

  • Status changed from 12 to Resolved

Pull request https://github.com/ceph/ceph-deploy/pull/160

Merged into master with hash b50345e

Actions

Also available in: Atom PDF