Error creating share instances Manila Mitaka
Hi, I'm facing a problem with Manila option2.
I have a controller node, a compute node and storage node contain Cinder and Manila
I install follow option2 Manila. but after I create a share instance, I run command
. demo-openrc
manila list
Unfortunately, I got ERROR status, even I have to use manila force-delete <id>
to delete share instance.
And this is manila-scheduler.log:
2016-05-26 23:25:16.333 1198 WARNING manila.context [-] Arguments dropped when creating context: {u'read_only': False, u'domain': None, u'show_deleted': False, u'user_identity': u'- - - - -', u'project_domain': None, u'resource_uuid': None, u'user_domain': None}.
manila-share.log:
2016-05-27 00:38:40.818 53115 WARNING manila.context [-] Arguments dropped when creating context: {u'read_only': False, u'domain': None, u'show_deleted': False, u'user_identity': u'98c600072d58450894f30c0466c205bc a10c281791764f0d8da1502640be0dde - - -', u'project_domain': None, u'resource_uuid': None, u'user_domain': None}.
2016-05-27 00:38:42.681 53115 WARNING manila.share.drivers.service_instance [req-12ce4b2c-4095-46fa-90cc-038e5658b9ea 98c600072d58450894f30c0466c205bc a10c281791764f0d8da1502640be0dde - - -] No key path is available. May be non-existent key path is provided. Check path_to_private_key (current value None) and path_to_public_key (current value ~/.ssh/id_rsa.pub) in manila configuration file.
2016-05-27 00:38:45.329 53115 WARNING manila.network.linux.interface [req-12ce4b2c-4095-46fa-90cc-038e5658b9ea 98c600072d58450894f30c0466c205bc a10c281791764f0d8da1502640be0dde - - -] Device ns-6ad87d97-c1 already exists.
2016-05-27 00:39:16.320 53115 INFO manila.share.manager [req-6fcb0e49-498a-4b28-91f1-55e1213dd7d6 - - - - -] Check for unused share servers to delete.
2016-05-27 00:39:16.391 53115 INFO manila.share.manager [req-6fcb0e49-498a-4b28-91f1-55e1213dd7d6 - - - - -] Updating share status
Can anyone help me?
NOTE: my Cinder is working well and I can attach/detach it to instances.
UPDATE:
Now, when I create share instance on option 2(that requirements: Cinder, Nova, Neutron). I see share-server is running on dashboard, I can using VNC to connect it, ping 8.8.8.8 from it.
But I met a new problem:
2016-05-28 09:14:35.991 54365 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/manila/share/drivers/service_instance.py", line 432, in set_up_service_instance
2016-05-28 09:14:35.991 54365 ERROR oslo_messaging.rpc.dispatcher raise e
2016-05-28 09:14:35.991 54365 ERROR oslo_messaging.rpc.dispatcher ServiceInstanceException: SSH connection has not been established to 10.254.0.11 in 300s. Giving up.