Start a Conversation

Unsolved

This post is more than 5 years old

3646

February 14th, 2018 03:00

error in Integration of openstack-Newton and scaleio

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    | 2018-02-14T11:23:34.000000 |

| cinder-volume    | controller@lvm     | nova | enabled | up    | 2018-02-14T11:23:40.000000 |

| cinder-volume    | controller@scaleio | nova | enabled | up | 2018-02-14T10:59:08.000000 |

+------------------+--------------------+------+---------+-------+----------------------------+

and after a minute it gives

+------------------+--------------------+------+---------+-------+----------------------------+

| Binary           | Host               | Zone | Status  | State | Updated At                 |

+------------------+--------------------+------+---------+-------+----------------------------+

| cinder-scheduler | controller         | nova | enabled | up    | 2018-02-14T11:23:34.000000 |

| cinder-volume    | controller@lvm     | nova | enabled | up    | 2018-02-14T11:23:40.000000 |

| cinder-volume    | controller@scaleio | nova | enabled | down  | 2018-02-14T10:59:08.000000 |

+------------------+--------------------+------+---------+-------+----------------------------+

The cinder.conf of openstack is

[DEFAULT]

transport_url = rabbit://openstack:admin@controller

auth_strategy = keystone

my_ip = 172.31.9.109

#default_volume_type = scaleio

enabled_backends = lvm,scaleio

#enabled_backends = 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_rest_server_port = 8443

sio_protection_domain_name = Protection1

sio_storage_pool_name = pool1

sio_verify_server_certificate = false

image_volume_cache_enabled = True

#server_certificate_path = em

[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: pool1, pool id: None.

2018-02-14 10:59:08.432 18417 INFO cinder.volume.drivers.emc.scaleio [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] Protection domain name: Protection1.

2018-02-14 10:59:08.433 18417 INFO cinder.volume.drivers.emc.scaleio [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] Protection domain id: None.

2018-02-14 10:59:08.433 18417 INFO cinder.volume.drivers.emc.scaleio [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] Default provisioning type: thick.

2018-02-14 10:59:08.447 18417 INFO cinder.rpc [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] Automatically selected cinder-volume RPC version 3.0 as minimum service version.

2018-02-14 10:59:08.447 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.448 18417 INFO cinder.volume.manager [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] Image-volume cache enabled for host controller@scaleio.

2018-02-14 10:59:08.450 18417 INFO oslo_service.service [req-86e3805a-f09d-4127-9979-771d921d66c6 - - - - -] Starting 1 workers

2018-02-14 10:59:08.467 18451 INFO cinder.service [-] Starting cinder-volume node (version 9.1.4)

2018-02-14 10:59:08.588 18451 INFO cinder.coordination [-] Coordination backend started successfully.

2018-02-14 10:59:08.589 18451 INFO cinder.volume.manager [req-46564e99-0be7-400f-a89f-ee1f6c944150 - - - - -] Starting volume driver ScaleIODriver (2.0)

2018-02-14 10:59:08.590 18451 WARNING cinder.volume.drivers.emc.scaleio [req-46564e99-0be7-400f-a89f-ee1f6c944150 - - - - -] Verify certificate is not set, using default of False.

2018-02-14 10:59:08.591 18451 INFO cinder.volume.drivers.emc.scaleio [req-46564e99-0be7-400f-a89f-ee1f6c944150 - - - - -] ScaleIO get domain id by name request: https://172.31.22.97:443/api/types/Domain/instances/getByName::Protection1.

2018-02-14 10:59:08.591 18451 INFO cinder.volume.drivers.emc.scaleio [req-46564e99-0be7-400f-a89f-ee1f6c944150 - - - - -] username: admin, verify_cert: False.

2018-02-14 10:59:09.867 18445 INFO cinder.volume.manager [req-4580ae58-7e29-42d6-a326-b50077270733 - - - - -] Driver initialization completed successfully.

2018-02-14 10:59:09.894 18445 INFO cinder.volume.manager [req-4580ae58-7e29-42d6-a326-b50077270733 - - - - -] Initializing RPC dependent components of volume driver LVMVolumeDriver (3.0.0)

2018-02-14 10:59:10.300 18445 INFO cinder.volume.manager [req-4580ae58-7e29-42d6-a326-b50077270733 - - - - -] Driver post RPC initialization completed successfully.

3 Posts

February 14th, 2018 03:00

Please help me solve this problem of controller@scaleio state not going up.

No Events found!

Top