OpenStack Victoria - Kolla-Ansible - Cinder - iSCSI-backend - Update driver status failed: config is uninitialized.
Hello Stefan, try adding in cinder-volume config, DEFAULT section: debug = true and then attaching its logs. That sometimes unveils the underlying issue. -yoctozepto On Sat, Mar 20, 2021 at 12:41 AM Stefan Kelber <Stefan.Kelber@gmx.de> wrote:
Hello List,
i have trouble connecting an INFORTREND iSCSI array as external iSCSI backend to Cinder in OpenStack Victoria, deployed via Kolla-Ansible (All in One, it's still PoC).
I use a volume driver provided by the manufacturer, which is listed as "completely" supported by OpenStack.
And i can use it to log in to the array using the client.
iSCSI session is established.
Firewall etc off, as recommended.
I can even start cinder-volume and as long as this service stays up, i can create volumes and remove them, but always they are reported in "Error" state.
Soon after having started the service cinder-volume, the service shuts down.
When reading the logfiles, it looks like the following error is the first one to show up, when starting the cinder-volume:
cinder-volume.log:
WARNING cinder.volume.manager [req-1290dad2-d09e-40f1-9b38-2f4b5e7accb8 - - - - -] Update driver status failed: (config name IFT-ISCSI) is uninitialized.
ERROR cinder.service [-] Manager for service cinder-volume host@IFT-ISCSI is reporting problems, not sending heartbeat. Service will appear "down".
DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" lock /usr/lib/python3.6/site-packages/oslo_concurrency/lockutils.py:266
DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" lock /usr/lib/python3.6/site-packages/oslo_concurrency/lockutils.py:282
cinder.conf is setup according to documentation by the manufacturer, and matches what i found similar from DELL and HITACHI.
Googling for this error unveils that this is a very frequent error, but non of the proposed solutions works for me.
Does any body have a clue where to look?
I am running out of ideas, unfortunately
Best
SK
Hello! 2021. 03. 19. 22:16 keltezéssel, Stefan Kelber írta:
Does any body have a clue where to look?
I am running out of ideas, unfortunately
Just a quick question: (we use dell emc and fujitsu eternus iSCSI backend with Rocky now) Did you add the following network interfaces to the server, which runs cinder-volume: - Management: (i mean, there shoud be an API, which need to be reached) - iSCSI interface(s): If you want to upload image, the cinder-volume process shoud login to the iSCSI, copy the image (from glance 4example), and logout. Do you see iSCSI sessions (iscsiadm -m session) creating? Also: did you check the guide for the storage? (I've found a config option with the Eternus, which need to be configured in storage side, until that, it's not working) maybe you have somethin similar? Regards: Peter -- *Erdősi Péter * /Informatikus, IKT Fejlesztési Főosztály / *Kormányzati Informatikai Fejlesztési Ügynökség * cím: 1134 Budapest, Váci út 35. tel: +36 1 450 3080 e-mail: erdosi.peter@kifu.gov.hu <mailto:erdosi.peter@kifu.gov.hu> KIFÜ - www.kifu.gov.hu <http://kifu.gov.hu/kifu/>
participants (3)
-
Erdősi Péter
-
Radosław Piliszek
-
Stefan Kelber