New Question
0

1067 error when it started cinder-volume

asked 2016-05-18 10:40:34 +0300

MichaelLee gravatar image

I've asking about cinder plugin .

When I tried 'net start cinder-volume' after installation of CinderVolumeSetupKilo201510.msi

Error msgs were record as "Error 1067 The process terminated unexpectedly."

And no logs into C:\OpenStack\log.

Below config is mine. Please check that one.. and What do I focus that one...?

[DEFAULT] authstrategy=keystone volumenametemplate=volume-%s volumedriver=cinder.volume.drivers.windows.windows.WindowsDriver glanceapiservers=X.X.X.X:9292 sqlconnection=mysql://cinder:xxxxx@X.X.X.X/cinder?charset=utf8 windowsiscsilunpath=H:\iSCSIVirtualDisks imageconversiondir=C:\ImageConversionDir verbose=false lockpath=C:\OpenStack\Log\ rabbithost=X.X.X.X

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2016-05-18 10:59:07 +0300

MichaelLee gravatar image

I've installed cinder-volume beta ver.(CinderVolumeSetup_Beta.msi). that result also same as kilo version.

And logs were recored as belows that ones..

2016-05-18 16:55:45.631 5804 WARNING osloconfig.cfg [req-67aecaa9-dddf-48db-89d8-c79e4fc5dc64 - - - - -] Option "sqlconnection" from group "DEFAULT" is deprecated. Use option "connection" from group "database". 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume [req-67aecaa9-dddf-48db-89d8-c79e4fc5dc64 - - - - -] Volume service Test-MSSto@myWindowsiSCSIBackend failed to start. 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume Traceback (most recent call last): 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume File "C:\Program Files\Cloudbase Solutions\OpenStack\Python27\lib\site-packages\cinder\cmd\volume.py", line 81, in main 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume binary='cinder-volume') 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume File "C:\Program Files\Cloudbase Solutions\OpenStack\Python27\lib\site-packages\cinder\service.py", line 268, in create 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume servicename=servicename) 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume File "C:\Program Files\Cloudbase Solutions\OpenStack\Python27\lib\site-packages\cinder\service.py", line 139, in init 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume serviceref = objects.Service.getbyargs(ctxt, host, binary) 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume File "C:\Program Files\Cloudbase Solutions\OpenStack\Python27\lib\site-packages\osloversionedobjects\base.py", line 181, in wrapper 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume result = fn(cls, context, args, *kwargs) 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume File "C:\Program Files\Cloudbase Solutions\OpenStack\Python27\lib\site-packages\cinder\objects\service.py", line 81, in getbyargs 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume dbservice = db.servicegetbyargs(context, host, binarykey) 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume File "C:\Program Files\Cloudbase Solutions\OpenStack\Python27\lib\site-packages\cinder\db\api.py", line 129, in servicegetbyargs 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume return IMPL.servicegetbyargs(context, host, binary) 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume File "C:\Program Files\Cloudbase Solutions\OpenStack\Python27\lib\site-packages\cinder\db\sqlalchemy\api.py", line 176, in wrapper 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume return f(*args, **kwargs) 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume File "C:\Program Files\Cloudbase Solutions\OpenStack\Python27\lib\site-packages\cinder\db\sqlalchemy\api.py", line 451, in servicegetbyargs 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume filterby(binary=binary).\ 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume File "C:\Program Files\Cloudbase Solutions\OpenStack\Python27\lib\site-packages\sqlalchemy\orm\query.py", line 2613, in all 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume return list(self) 2016-05-18 16:55:45.773 5804 ERROR cinder.cmd.volume File "C:\Program Files\Cloudbase Solutions ... (more)

edit flag offensive delete link more

Comments

What version of Cinder are you using on your controller node? You'll have to install the same version when deploying c-vol. The reason you get this error is most likely because of a version mismatch.

lpetrut gravatar imagelpetrut ( 2016-05-19 19:32:38 +0300 )edit

controller node's cinder version is 1.1.2 . and i've installed CinderVolumeSetupKilo201510.msi and CinderVolumeSetup_Beta.msi. Both plugin wasn't started service as 1067 errors...

MichaelLee gravatar imageMichaelLee ( 2016-05-20 05:16:44 +0300 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2016-05-18 10:40:34 +0300

Seen: 418 times

Last updated: May 18 '16