Project

General

Profile

Actions

Bug #5359

closed

ceph-deploy: install and purge commands on rhel sometimes errors out though command is successful

Added by Tamilarasi muthamizhan almost 11 years ago. Updated almost 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
ceph-deploy
Target version:
-
% Done:

0%

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

Description

install command on rhel platform errors out though the command is successful and ceph is installed,

the error message looks like:

[ubuntu@burnupi27 ceph-deploy]$ ./ceph-deploy install --dev=wip-4984 burnupi27 ##################################################
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib64/python2.6/threading.py", line 532, in _bootstrap_inner
self.run()
File "/usr/lib64/python2.6/threading.py", line 484, in run
self.
_target(*self.__args, **self.__kwargs)
File "/home/ubuntu/cdep/ceph-deploy/virtualenv/lib/python2.6/site-packages/pushy-0.5.1-py2.6.egg/pushy/protocol/baseconnection.py", line 268, in serve_forever
self.__handle(m)
File "/home/ubuntu/cdep/ceph-deploy/virtualenv/lib/python2.6/site-packages/pushy-0.5.1-py2.6.egg/pushy/protocol/baseconnection.py", line 653, in _handle
self.
_send_message(MessageType.exception, e)
File "/home/ubuntu/cdep/ceph-deploy/virtualenv/lib/python2.6/site-packages/pushy-0.5.1-py2.6.egg/pushy/protocol/baseconnection.py", line 560, in _send_message
self.
_ostream.send_message(m)
File "/home/ubuntu/cdep/ceph-deploy/virtualenv/lib/python2.6/site-packages/pushy-0.5.1-py2.6.egg/pushy/protocol/baseconnection.py", line 97, in send_message
self.__file.write(bytes_)
ValueError: I/O operation on closed file

and during purge, it is little bit different,

[ubuntu@burnupi27 ceph-deploy]$ ./ceph-deploy purge burnupi27
Unable to read consumer identity
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib64/python2.6/threading.py", line 532, in _bootstrap_inner
self.run()
File "/usr/lib64/python2.6/threading.py", line 484, in run
self.
_target(*self.__args, **self.__kwargs)
File "/home/ubuntu/cdep/ceph-deploy/virtualenv/lib/python2.6/site-packages/pushy-0.5.1-py2.6.egg/pushy/protocol/baseconnection.py", line 268, in serve_forever
self.__handle(m)
File "/home/ubuntu/cdep/ceph-deploy/virtualenv/lib/python2.6/site-packages/pushy-0.5.1-py2.6.egg/pushy/protocol/baseconnection.py", line 653, in _handle
self.
_send_message(MessageType.exception, e)
File "/home/ubuntu/cdep/ceph-deploy/virtualenv/lib/python2.6/site-packages/pushy-0.5.1-py2.6.egg/pushy/protocol/baseconnection.py", line 560, in _send_message
self.
_ostream.send_message(m)
File "/home/ubuntu/cdep/ceph-deploy/virtualenv/lib/python2.6/site-packages/pushy-0.5.1-py2.6.egg/pushy/protocol/baseconnection.py", line 97, in send_message
self.__file.write(bytes_)
ValueError: I/O operation on closed file

Actions #1

Updated by Sage Weil almost 11 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF