← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1720068] Re: VMware attach volume

 

[Expired for OpenStack Compute (nova) because there has been no activity
for 60 days.]

** Changed in: nova
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1720068

Title:
  VMware attach volume

Status in OpenStack Compute (nova):
  Expired

Bug description:
  I am running OpenStack Mitaka on CentOS7.1 with VMware vCenter Server
  5.5.0,build 3000241. When I attached cinder volume test_vol01 to the
  instance test_vm01, the action succeeded. Then detached this volume.
  When I re-attached this volume to this instance, I failed.

  In volume.log file, I find following message:
  2017-08-09 15:12:20.908 18613 DEBUG oslo_vmware.api [req-ad24cbe1-38ab-404c-8012-a4272f885200 1df71957d770436493a84f24d9344853 9052ae85792143ff955c35c52e8e41bd - - -] Waiting for function oslo_vmware.api._invoke_api to return. func /usr/lib/python2.7/site-packages/oslo_vmware/api.py:122
  2017-08-09 15:12:21.080 18613 WARNING py.warnings [-] /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:821: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
    InsecureRequestWarning)

  2017-08-09 15:12:21.454 18613 DEBUG oslo_vmware.api [req-ad24cbe1-38ab-404c-8012-a4272f885200 1df71957d770436493a84f24d9344853 9052ae85792143ff955c35c52e8e41bd - - -] Waiting for function oslo_vmware.api._invoke_api to return. func /usr/lib/python2.7/site-packages/oslo_vmware/api.py:122
  2017-08-09 15:12:21.457 18613 DEBUG cinder.volume.drivers.vmware.vmdk [req-ad24cbe1-38ab-404c-8012-a4272f885200 1df71957d770436493a84f24d9344853 9052ae85792143ff955c35c52e8e41bd - - -] The instance: (Property){
     value = "vm-3634"
     _type = "VirtualMachine"
   } for which initialize connection is called, exists. _initialize_connection /usr/lib/python2.7/site-packages/cinder/volume/drivers/vmware/vmdk.py:592
  2017-08-09 15:12:21.460 18613 DEBUG oslo_vmware.api [req-ad24cbe1-38ab-404c-8012-a4272f885200 1df71957d770436493a84f24d9344853 9052ae85792143ff955c35c52e8e41bd - - -] Waiting for function oslo_vmware.api._invoke_api to return. func /usr/lib/python2.7/site-packages/oslo_vmware/api.py:122
  2017-08-09 15:12:21.485 18613 WARNING py.warnings [-] /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:821: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
    InsecureRequestWarning)

  2017-08-09 15:12:21.501 18613 DEBUG oslo_vmware.api [req-ad24cbe1-38ab-404c-8012-a4272f885200 1df71957d770436493a84f24d9344853 9052ae85792143ff955c35c52e8e41bd - - -] Waiting for function oslo_vmware.api._invoke_api to return. func /usr/lib/python2.7/site-packages/oslo_vmware/api.py:122
  2017-08-09 15:12:21.521 18613 WARNING py.warnings [-] /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:821: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
    InsecureRequestWarning)

  2017-08-09 15:12:21.548 18613 DEBUG oslo_vmware.service [req-ad24cbe1-38ab-404c-8012-a4272f885200 1df71957d770436493a84f24d9344853 9052ae85792143ff955c35c52e8e41bd - - -] Creating suds client with soap_url='https://10.153.193.34:443/pbm' and wsdl_url='file:///usr/lib/python2.7/site-packages/oslo_vmware/wsdl/5.5/pbmService.wsdl' __init__ /usr/lib/python2.7/site-packages/oslo_vmware/service.py:195
  2017-08-09 15:12:22.084 18613 WARNING py.warnings [req-ad24cbe1-38ab-404c-8012-a4272f885200 1df71957d770436493a84f24d9344853 9052ae85792143ff955c35c52e8e41bd - - -] /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:821: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
    InsecureRequestWarning)

  2017-08-09 15:12:22.097 18613 ERROR cinder.volume.manager [req-ad24cbe1-38ab-404c-8012-a4272f885200 1df71957d770436493a84f24d9344853 9052ae85792143ff955c35c52e8e41bd - - -] Driver initialize connection failed (error: No such SOAP method PbmRetrieveServiceContent.
  Cause: 'NoneType' object has no attribute 'promotePrefixes').
  2017-08-09 15:12:22.102 18613 ERROR oslo_messaging.rpc.dispatcher [req-ad24cbe1-38ab-404c-8012-a4272f885200 1df71957d770436493a84f24d9344853 9052ae85792143ff955c35c52e8e41bd - - -] Exception during message handling: Bad or unexpected response from the storage volume backend API: Driver initialize connection failed (error: No such SOAP method PbmRetrieveServiceContent.
  Cause: 'NoneType' object has no attribute 'promotePrefixes').
  2017-08-09 15:12:22.102 18613 ERROR oslo_messaging.rpc.dispatcher Traceback (most recent call last):
  2017-08-09 15:12:22.102 18613 ERROR oslo_messaging.rpc.dispatcher   File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 138, in _dispatch_and_reply
  2017-08-09 15:12:22.102 18613 ERROR oslo_messaging.rpc.dispatcher     incoming.message))
  2017-08-09 15:12:22.102 18613 ERROR oslo_messaging.rpc.dispatcher   File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 183, in _dispatch
  2017-08-09 15:12:22.102 18613 ERROR oslo_messaging.rpc.dispatcher     return self._do_dispatch(endpoint, method, ctxt, args)
  2017-08-09 15:12:22.102 18613 ERROR oslo_messaging.rpc.dispatcher   File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 127, in _do_dispatch
  2017-08-09 15:12:22.102 18613 ERROR oslo_messaging.rpc.dispatcher     result = func(ctxt, **new_args)
  2017-08-09 15:12:22.102 18613 ERROR oslo_messaging.rpc.dispatcher   File "/usr/lib/python2.7/site-packages/cinder/volume/manager.py", line 1484, in initialize_connection
  2017-08-09 15:12:22.102 18613 ERROR oslo_messaging.rpc.dispatcher     raise exception.VolumeBackendAPIException(data=err_msg)
  2017-08-09 15:12:22.102 18613 ERROR oslo_messaging.rpc.dispatcher VolumeBackendAPIException: Bad or unexpected response from the storage volume backend API: Driver initialize connection failed (error: No such SOAP method PbmRetrieveServiceContent.
  2017-08-09 15:12:22.102 18613 ERROR oslo_messaging.rpc.dispatcher Cause: 'NoneType' object has no attribute 'promotePrefixes').
  2017-08-09 15:12:22.102 18613 ERROR oslo_messaging.rpc.dispatcher 
  2017-08-09 15:12:22.113 18613 ERROR oslo_messaging._drivers.common [req-ad24cbe1-38ab-404c-8012-a4272f885200 1df71957d770436493a84f24d9344853 9052ae85792143ff955c35c52e8e41bd - - -] Returning exception Bad or unexpected response from the storage volume backend API: Driver initialize connection failed (error: No such SOAP method PbmRetrieveServiceContent.
  Cause: 'NoneType' object has no attribute 'promotePrefixes'). to caller
  2017-08-09 15:12:22.115 18613 ERROR oslo_messaging._drivers.common [req-ad24cbe1-38ab-404c-8012-a4272f885200 1df71957d770436493a84f24d9344853 9052ae85792143ff955c35c52e8e41bd - - -] ['Traceback (most recent call last):\n', '  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 138, in _dispatch_and_reply\n    incoming.message))\n', '  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 183, in _dispatch\n    return self._do_dispatch(endpoint, method, ctxt, args)\n', '  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 127, in _do_dispatch\n    result = func(ctxt, **new_args)\n', '  File "/usr/lib/python2.7/site-packages/cinder/volume/manager.py", line 1484, in initialize_connection\n    raise exception.VolumeBackendAPIException(data=err_msg)\n', "VolumeBackendAPIException: Bad or unexpected response from the storage volume backend API: Driver initialize connection failed (error: No such SOAP method PbmRetrieveServiceContent.\nCause: 'NoneType' object has no attribute 'promotePrefixes').\n"]
  2017-08-09 15:12:22.118 18613 DEBUG oslo_messaging._drivers.amqpdriver [req-ad24cbe1-38ab-404c-8012-a4272f885200 1df71957d770436493a84f24d9344853 9052ae85792143ff955c35c52e8e41bd - - -] sending reply msg_id: 2d232d4bbb55401eb7f823d6aecd14d1 reply queue: reply_004e21ea5ccc4714b94b2cc3ac41b689 time elapsed: 2.98925610702s _send_reply /usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py:74

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1720068/+subscriptions


References