Comment 4 for bug 1852155

Revision history for this message
Austin Sun (sunausti) wrote :

200.004 was the alarm id. from mtcAgent log
2019-11-11T13:49:12.314 fmAPI.cpp(490): Enqueue raise alarm request: UUID (ed83aa22-fbb9-4fbc-b018-026aec20812e) alarm id (200.004) instant id (host=controller-0)

and from sysinv log there is crash store_default_config. I check with test team , they did not meet issue , I think this should be raised in certain condition.

sysinv 2019-11-11 13:48:12.162 103024 ERROR wsme.api [-] Server-side error: "Timeout while waiting on RPC response - topic: "sysinv.conductor_manager", RPC method: "store_default_config" info: "<unknown>"". Detail:
Traceback (most recent call last):

  File "/usr/lib/python2.7/site-packages/wsmeext/pecan.py", line 85, in callfunction
    result = f(self, *args, **kwargs)

  File "/usr/lib64/python2.7/site-packages/sysinv/api/controllers/v1/host.py", line 1762, in patch
    return self._patch_sys(uuid, patch, profile_uuid)

  File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 274, in inner
    return f(*args, **kwargs)

  File "/usr/lib64/python2.7/site-packages/sysinv/api/controllers/v1/host.py", line 1768, in _patch_sys
    return self._patch(uuid, patch, profile_uuid)

  File "/usr/lib64/python2.7/site-packages/sysinv/api/controllers/v1/host.py", line 1958, in _patch
    self.stage_administrative_update(hostupdate)

  File "/usr/lib64/python2.7/site-packages/sysinv/api/controllers/v1/host.py", line 4531, in stage_administrative_update
    pecan.request.context)

  File "/usr/lib64/python2.7/site-packages/sysinv/conductor/rpcapi.py", line 1823, in store_default_config
    return self.call(context, self.make_msg('store_default_config'))

  File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/proxy.py", line 126, in call
    exc.info, real_topic, msg.get('method'))

Timeout: Timeout while waiting on RPC response - topic: "sysinv.conductor_manager", RPC method: "store_default_config" info: "<unknown>"
: Timeout: Timeout while waiting on RPC response - topic: "sysinv.conductor_manager", RPC method: "store_default_config" info: "<unknown>"