Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. 2014-06-04 02:48:25.025 2243 TRACE oslo.messaging.rpc.dispatcher Traceback (most recent call last):
  2. 2014-06-04 02:48:25.025 2243 TRACE oslo.messaging.rpc.dispatcher File "/usr/lib64/python2.7/site-packages/oslo/messaging/rpc/dispatcher.py", line 133, in _dispatch_and_reply
  3. 2014-06-04 02:48:25.025 2243 TRACE oslo.messaging.rpc.dispatcher incoming.message))
  4. 2014-06-04 02:48:25.025 2243 TRACE oslo.messaging.rpc.dispatcher File "/usr/lib64/python2.7/site-packages/oslo/messaging/rpc/dispatcher.py", line 176, in _dispatch
  5. 2014-06-04 02:48:25.025 2243 TRACE oslo.messaging.rpc.dispatcher return self._do_dispatch(endpoint, method, ctxt, args)
  6. 2014-06-04 02:48:25.025 2243 TRACE oslo.messaging.rpc.dispatcher File "/usr/lib64/python2.7/site-packages/oslo/messaging/rpc/dispatcher.py", line 122, in _do_dispatch
  7. 2014-06-04 02:48:25.025 2243 TRACE oslo.messaging.rpc.dispatcher result = getattr(endpoint, method)(ctxt, **new_args)
  8. 2014-06-04 02:48:25.025 2243 TRACE oslo.messaging.rpc.dispatcher File "/usr/lib64/python2.7/site-packages/cinder/volume/manager.py", line 776, in initialize_connection
  9. 2014-06-04 02:48:25.025 2243 TRACE oslo.messaging.rpc.dispatcher raise exception.VolumeBackendAPIException(data=err_msg)
  10. 2014-06-04 02:48:25.025 2243 TRACE oslo.messaging.rpc.dispatcher VolumeBackendAPIException: Bad or unexpected response from the storage volume backend API: Unable to fetch connection information from backend: Bad or unexpected response from the storage volume backend API: The volume driver requires the iSCSI initiator name in the connector
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement