rhtyd edited a comment on pull request #4248:
URL: https://github.com/apache/cloudstack/pull/4248#issuecomment-670401264


   @harikrishna-patnala when deploying zone (with simulator) this fails with:
   ```
   Exception Occurred: ['Traceback (most recent call last):\n', '  File 
"tools/marvin/marvin/deployDataCenter.py", line 280, in createPrimaryStorages\n 
   ret = self.__apiClient.createStoragePool(primarycmd)\n', '  File 
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
 line 3364, in createStoragePool\n    response = 
self.connection.marvinRequest(command, response_type=response, 
method=method)\n', '  File 
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py", line 
379, in marvinRequest\n    raise e\n', 'CloudstackAPIException: Execute cmd: 
createstoragepool failed, due to: errorCode: 530, errorText:Failed to add data 
store: Failed to access storage pool\n']
   
   2020-08-07 14:01:28,340 WARN  
[o.a.c.s.d.l.CloudStackPrimaryDataStoreLifeCycleImpl] (ApiServer-8:ctx-c2e3faa6 
ctx-b78205c4) (logid:163a78d3) Unable to establish a connection between 
Host[-2-Routing] and 
org.apache.cloudstack.storage.datastore.PrimaryDataStoreImpl@19656adf
   java.lang.NullPointerException
        at 
org.apache.cloudstack.storage.datastore.provider.DefaultHostListener.hostConnect(DefaultHostListener.java:106)
        at 
com.cloud.storage.StorageManagerImpl.connectHostToSharedPool(StorageManagerImpl.java:1027)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUs
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to