Skip to content

Instantly share code, notes, and snippets.

@csallen1204
Created December 30, 2019 12:23
Show Gist options
  • Save csallen1204/de849e424c2073154d72ce374029ee2c to your computer and use it in GitHub Desktop.
Save csallen1204/de849e424c2073154d72ce374029ee2c to your computer and use it in GitHub Desktop.
volume log output
2019-12-30 07:22:19.453 79626 DEBUG hpelefthandclient.http [req-da35bc8e-06ae-4b4b-ab84-460557fd75a8 - - - - -] RESP:{'status': '200'
'X-API-Version': '1.2'
'Content-Length': '0'
'content-location': u'https://10.10.4.125:8081/lhos/credentials/9b4bea11-1fe4-48aa-8540-f7926c6e053b'
'X_HP-CHRP-Service-Version': '1.0.4'
'Cache-Control': 'no-cache'
'Date': '2019-12-30T12:22:04.790484Z'
'Content-Type': 'application/json'}
_http_log_resp /usr/lib/python2.7/site-packages/hpelefthandclient/http.py:175
2019-12-30 07:22:19.454 79626 DEBUG hpelefthandclient.http [req-da35bc8e-06ae-4b4b-ab84-460557fd75a8 - - - - -] RESP BODY:
_http_log_resp /usr/lib/python2.7/site-packages/hpelefthandclient/http.py:176
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service [req-da35bc8e-06ae-4b4b-ab84-460557fd75a8 - - - - -] Error starting thread.: KeyError: 'members'
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service Traceback (most recent call last):
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service File "/usr/lib/python2.7/site-packages/oslo_service/service.py", line 810, in run_service
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service service.start()
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service File "/usr/lib/python2.7/site-packages/cinder/service.py", line 225, in start
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service service_id=Service.service_id)
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service File "/usr/lib/python2.7/site-packages/cinder/volume/manager.py", line 467, in init_host
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service self.driver.init_capabilities()
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service File "/usr/lib/python2.7/site-packages/cinder/volume/driver.py", line 713, in init_capabilities
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service stats = self.get_volume_stats(True)
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service File "/usr/lib/python2.7/site-packages/cinder/utils.py", line 906, in trace_logging_wrapper
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service return f(*args, **kwargs)
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service File "/usr/lib/python2.7/site-packages/cinder/volume/drivers/hpe/hpe_lefthand_iscsi.py", line 694, in get_volume_stats
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service self._update_backend_status(client)
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service File "/usr/lib/python2.7/site-packages/cinder/volume/drivers/hpe/hpe_lefthand_iscsi.py", line 737, in _update_backend_status
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service fields=['members[id]', 'members[clusterName]', 'members[size]'])
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service File "/usr/lib/python2.7/site-packages/hpelefthandclient/client.py", line 527, in getVolumes
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service all_members = body['members']
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service KeyError: 'members'
2019-12-30 07:22:19.455 79626 ERROR oslo_service.service
2019-12-30 07:22:19.485 46410 INFO oslo_service.service [req-7d77e665-db5f-4445-bf7c-c9969a22ed50 - - - - -] Child 79626 exited with status 1
2019-12-30 07:22:19.487 46410 INFO oslo_service.service [req-7d77e665-db5f-4445-bf7c-c9969a22ed50 - - - - -] Forking too fast, sleeping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment