cinder-volume CappedVersionUnknown
Hello Team, am receiving the following error in cinder-volume node. iam implimenting openstack-newton
folowed the guide online at http://docs.openstack.org/newton/install-guide-ubuntu/cinder-storage-install.html (http://docs.openstack.org/newton/inst...)
2016-12-08 14:41:40.901 10516 ERROR cinder.cmd.volume [req-a15d7a68-d2e5-4001-8cd0-92281287b5a7 - - - - -] No volume service(s) started successfully, terminating.
2016-12-08 14:41:42.196 10537 WARNING oslo_reports.guru_meditation_report [-] Guru mediation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
2016-12-08 14:41:42.471 10537 WARNING py.warnings [req-0ec6b251-79a9-4055-aac5-c907de77e700 - - - - -] /usr/lib/python2.7/dist-packages/oslo_db/sqlalchemy/enginefacade.py:241: NotSupportedWarning: Configuration option(s) ['use_tpool'] not supported
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume [req-0ec6b251-79a9-4055-aac5-c907de77e700 - - - - -] Volume service cinder@cinder failed to start.
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume Traceback (most recent call last):
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume File "/usr/lib/python2.7/dist-packages/cinder/cmd/volume.py", line 81, in main
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume binary='cinder-volume')
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume File "/usr/lib/python2.7/dist-packages/cinder/service.py", line 268, in create
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume service_name=service_name)
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume File "/usr/lib/python2.7/dist-packages/cinder/service.py", line 150, in __init__
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume *args, **kwargs)
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume File "/usr/lib/python2.7/dist-packages/cinder/volume/manager.py", line 235, in __init__
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume *args, **kwargs)
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume File "/usr/lib/python2.7/dist-packages/cinder/manager.py", line 156, in __init__
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume self.scheduler_rpcapi = scheduler_rpcapi.SchedulerAPI()
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume File "/usr/lib/python2.7/dist-packages/cinder/rpc.py", line 188, in __init__
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume serializer = base.CinderObjectSerializer(obj_version_cap)
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume File "/usr/lib/python2.7/dist-packages/cinder/objects/base.py", line 412, in __init__
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume raise exception.CappedVersionUnknown(version=version_cap)
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume CappedVersionUnknown: Unrecoverable Error: Versioned Objects in DB are capped to unknown version 1.11.
2016-12-08 14:41:42.642 10537 ERROR cinder.cmd.volume
2016-12-08 14:41:42.646 10537 ERROR cinder.cmd.volume [req-0ec6b251-79a9-4055-aac5-c907de77e700 - - - - -] No volume service(s) started successfully, terminating.
^C
the output of
root@cinder:/home/messeiry# vgs
VG #PV #LV #SN Attr VSize VFree
cinder-volumes 1 0 0 wz--n- 100.00g 100.00g
root@cinder:/home/messeiry# pvs
PV VG Fmt Attr PSize PFree
/dev/sdb cinder-volumes lvm2 a-- 100.00g 100.00g ...