New Question

MichaelLee's profile - activity

2017-01-11 14:24:18 +0300 received badge  Famous Question (source)
2016-09-15 19:07:09 +0300 received badge  Notable Question (source)
2016-05-24 04:05:36 +0300 received badge  Popular Question (source)
2016-05-20 05:16:44 +0300 commented answer 1067 error when it started cinder-volume

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

2016-05-18 10:59:07 +0300 answered a question 1067 error when it started cinder-volume

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)

2016-05-18 10:40:34 +0300 asked a question 1067 error when it started cinder-volume

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

2016-05-11 11:15:39 +0300 commented question When starting the cinder service it is throwing error 1067

I've same problem of that one. Anybody knows that why that errors happen and cannot start cinder service.. (version of cinder plugin : CinderVolumeSetup_Kilo_2015_1_0.msi)