openstack -newton and scalio integration error
Please help me solve this problem of openstack cinder problem for controller@scaleio
I have done the following in this setup
Installed SDC on controller,compute,gateway,MDM1, MDM2, TB
Installed SDS on MDM1, MDM2 and TB
when i run openstack volume service list command on controller it gives
+------------------+--------------------+------+---------+-------+----------------------------+
| Binary | Host | Zone | Status | State | Updated At |
+------------------+--------------------+------+---------+-------+----------------------------+
| cinder-scheduler | controller | nova | enabled | up |
| cinder-volume | controller@lvm | nova | enabled | up |
| cinder-volume | controller@scaleio | nova | enabled | up |
+------------------+--------------------+------+---------+-------+----------------------------+
and after a minute it gives
+------------------+--------------------+------+---------+-------+----------------------------+
| Binary | Host | Zone | Status | State | Updated At |
+------------------+--------------------+------+---------+-------+----------------------------+
| cinder-scheduler | controller | nova | enabled | up |
| cinder-volume | controller@lvm | nova | enabled | up |
| cinder-volume | controller@scaleio | nova | enabled | down |
+------------------+--------------------+------+---------+-------+----------------------------+
The cinder.conf of openstack is
[DEFAULT]
transport_url = rabbit://openstack:admin@controller
auth_strategy = keystone
my_ip = 172.31.9.109
enabled_backends = lvm,scaleio
glance_api_servers = http://controller:9292
[BACKEND]
[BRCD_FABRIC_EXAMPLE]
[CISCO_FABRIC_EXAMPLE]
[COORDINATION]
[FC-ZONE-MANAGER]
[KEY_MANAGER]
[barbican]
[cors]
[cors.subdomain]
[database]
connection = mysql+pymysql://cinder:admin@controller/cinder
[key_manager]
[keystone_authtoken]
auth_uri = http://controller:5000
auth_url = http://controller:35357
memcached_servers = controller:11211
auth_type = password
project_domain_name = Default
user_domain_name = Default
project_name = service
username = cinder
password = admin
[matchmaker_redis]
[lvm]
volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
volume_group = cinder-volumes
iscsi_protocol = iscsi
iscsi_helper = lioadm
[scaleio]
volume_driver = cinder.volume.drivers.emc.scaleio.ScaleIODriver
volume_driver = cinder.volume.drivers.dell.scaleio.driver.ScaleIODriver
volume_backend_name = scaleio
san_ip = 172.31.22.97
sio_storage_pools = Protection1:pool1
san_login = admin
san_password = abc@123
san_thin_provision = false
sio_protection_domain_name = Protection1
sio_storage_pool_name = pool1
sio_verify_server_certificate = false
image_volume_cache_enabled = True
[oslo_concurrency]
lock_path = /var/lib/cinder/tmp
[oslo_messaging_amqp]
[oslo_messaging_notifications]
[oslo_messaging_rabbit]
[oslo_messaging_zmq]
and cinder volume log that doesnt show any error
2018-02-14 10:59:08.064 18417 INFO cinder.rpc [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] Automatically selected cinder-scheduler objects version 1.11 as minimum service version.
2018-02-14 10:59:08.068 18417 INFO cinder.rpc [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] Automatically selected cinder-scheduler RPC version 3.0 as minimum service version.
2018-02-14 10:59:08.116 18417 INFO cinder.volume.manager [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] Determined volume DB was not empty at startup.
2018-02-14 10:59:08.121 18417 WARNING cinder.keymgr.conf_key_mgr [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] This key manager is insecure and is not recommended for production deployments
2018-02-14 10:59:08.334 18417 INFO cinder.volume.manager [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] Image-volume cache disabled for host controller@lvm.
2018-02-14 10:59:08.335 18417 INFO oslo_service.service [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] Starting 1 workers
2018-02-14 10:59:08.341 18445 INFO cinder.service [-] Starting cinder-volume node (version 9.1.4)
2018-02-14 10:59:08.359 18445 INFO cinder.coordination [-] Coordination backend started successfully.
2018-02-14 10:59:08.360 18445 INFO cinder.volume.manager [req-4580ae58-7e29-42d6-a326-b50077270733 - - - - -] Starting volume driver LVMVolumeDriver (3.0.0)
2018-02-14 10:59:08.406 18417 INFO cinder.volume.manager [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] Determined volume DB was not empty at startup.
2018-02-14 10:59:08.412 18417 WARNING cinder.keymgr.conf_key_mgr [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] This key manager is insecure and is not recommended for production deployments
2018-02-14 10:59:08.431 18417 INFO cinder.volume.drivers.emc.scaleio [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] REST server IP: 172.31.22.97, port: 443, username: admin. Verify server's certificate: False.
2018-02-14 10:59:08.431 18417 INFO cinder.volume.drivers.emc.scaleio [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] Storage pools names: ['Protection1:pool1'], storage pool name ...