digitalgust edited a comment on issue #3523: 4.11.3.0 create ceph primary 
storage error
URL: https://github.com/apache/cloudstack/issues/3523#issuecomment-523737323
 
 
   create RBD primary storage with para:
   RADOS Monitor: mon.csdomain
   RADOS Pool:cloud
   RADOS User:cloud
   RADOS Secret:AQATDjld4LBvBxAABbwFU5C/m/aTVkI95xrSzw== 
   
   the error message show :
   Caused by: 
com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: 
Column 'host_address' cannot be null
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   
   
    INSERT INTO storage_pool (storage_pool.id, storage_pool.name, 
storage_pool.uuid, storage_pool.pool_type, storage_pool.created, 
storage_pool.update_time, storage_pool.data_center_id, storage_pool.pod_id, 
storage_pool.used_bytes, storage_pool.capacity_bytes, storage_pool.status, 
storage_pool.storage_provider_name, storage_pool.host_address, 
storage_pool.path, storage_pool.port, storage_pool.user_info, 
storage_pool.cluster_id, storage_pool.scope, storage_pool.managed, 
storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0, _binary'TEST', 
_binary'74df82b7-8701-38f4-b758-78cfd5d06dcb', 'RBD', '2019-08-22 03:48:22', 
null, 1, 1, 0, 0, 'Initialized', _binary'DefaultPrimary', null**/\*host name 
parse should be  'mon.csdomain'\*/**, 
_binary'[email protected]/cloud'/**\*path should be 'cloud'\*/**, 
6789, null, 1, null, 0, null, null)
   
   you can test it simply.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to