Bug in seedclient cleaner

Bug #1524961 reported by Alexander Charykov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
High
Alexander Lomski

Bug Description

There is following error on seedcleaner script when it can't connect to transmission daemon.

Traceback (most recent call last):
  File "/usr/bin/seedcleaner.py", line 10, in <module>
    password=os.environ.get('TRANSMISSION_PASSWORD', 'transmission')
  File "/usr/lib/python2.7/dist-packages/transmissionrpc/client.py", line 173, in __init__
    self.get_session()
  File "/usr/lib/python2.7/dist-packages/transmissionrpc/client.py", line 832, in get_session
    self._request('session-get', timeout=timeout)
  File "/usr/lib/python2.7/dist-packages/transmissionrpc/client.py", line 251, in _request
    http_data = self._http_query(query, timeout)
  File "/usr/lib/python2.7/dist-packages/transmissionrpc/client.py", line 227, in _http_query
    raise TransmissionError('Request failed.', error)
transmissionrpc.error.TransmissionError: Request failed. Original exception: HTTPHandlerError, "HTTPHandlerError 111: Connection refused"

Changed in fuel:
milestone: none → next
Revision history for this message
Alexander Lomski (aliaksandr-lomski) wrote :

Fix committed: when seedcleaner.py cannot connect to transmission-daemon for whatever reason, it will print a message and exit.

description: updated
Changed in fuel:
status: Confirmed → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.