Tuesday, 2021-09-14

oklhost_morning. are there any known issues with rabbitmq after upgrading ussuri -> victoria on ubuntu-source? we got a lot "missed heartbeats from client" in rabbitmq.06:11
*** oklhost_ is now known as oklhost06:11
yoctozeptooklhost: it's the same rabbitmq between those; perhaps extra load due to upgrade itself?06:24
oklhostyoctozepto: hm. the upgrade was a week ago, also a 2nd fresh install facing the behaviour. yesterday we was able to fix it for a while after restarting nova-api containers06:26
yoctozeptooklhost: ack, interesting06:29
yoctozeptothen perhaps a bug in nova?06:29
ignaziocassanoHello Everyone, with kolla wallaby we are facing another issue with cinder driver volume_driver = cinder.volume.drivers.netapp.common.NetAppDriver. I talked with netapp engineers and they do not have the same issue with a devstack installation. The cinder volume does not start in netapp cinder rott volume have .snapshotvisibility checked because cinder volume tries to change .snapshot owner06:45
oklhostyoctozepto: we're sill investigating. by now, it's not clear if only nova is affected. https://paste.opendev.org/show/809292/06:46
ignaziocassanoThe workaround  can be done disablinng .snapshot visibility on netapp root volume but it is only a workaround06:47
ignaziocassanoAny suggestion please ?  Do you thing I must write on cinder channel ?06:50
ignaziocassanoAny suggestion please ?  Do you think I must write on cinder channel ?06:50
ignaziocassanoyoctozepto: what do you think about the issue I wote above ?06:55
yoctozeptoignaziocassano: I did not understand the issue :-( could you describe it on launchpad with more detail?06:59
ignaziocassanoyoctozepto: yes, of course. Thanks07:00
yoctozeptooklhost: I recall there was some recommendation to avoid this happening too often; but I can't find it now07:00
yoctozeptoothers will surely know07:00
oklhostyoctozepto: that sounds hopefully :-) we're currently playing around with "heartbeat_rate" for certain services.07:01
oklhosthttps://paste.opendev.org/show/809293/ a lot services affected :D 07:04
opendevreviewPiotr Parczewski proposed openstack/kolla master: Add Prometheus libvirt exporter image  https://review.opendev.org/c/openstack/kolla/+/64209507:04
*** hjensas is now known as hjensas|afk07:27
opendevreviewMark Goddard proposed openstack/kolla-ansible master: Support creating roles and assigning to service users  https://review.opendev.org/c/openstack/kolla-ansible/+/77445208:25
opendevreviewMark Goddard proposed openstack/kolla-ansible master: Add missing cloudkitty documentation.  https://review.opendev.org/c/openstack/kolla-ansible/+/80565008:40
opendevreviewPierre Riteau proposed openstack/kayobe master: Sync documentation with kolla_openstack_custom_config  https://review.opendev.org/c/openstack/kayobe/+/80891909:36
opendevreviewMark Goddard proposed openstack/kayobe stable/wallaby: Use ansible_facts to reference facts  https://review.opendev.org/c/openstack/kayobe/+/80892710:49
opendevreviewMark Goddard proposed openstack/kayobe stable/victoria: Use ansible_facts to reference facts  https://review.opendev.org/c/openstack/kayobe/+/80893111:18
opendevreviewMark Goddard proposed openstack/kayobe stable/ussuri: Use ansible_facts to reference facts  https://review.opendev.org/c/openstack/kayobe/+/80893211:22
*** amoralej is now known as amoralej|lunch12:34
*** amoralej|lunch is now known as amoralej13:20
opendevreviewMark Goddard proposed openstack/kayobe stable/victoria: Use ansible_facts to reference facts  https://review.opendev.org/c/openstack/kayobe/+/80893113:25
opendevreviewMark Goddard proposed openstack/kayobe stable/ussuri: Use ansible_facts to reference facts  https://review.opendev.org/c/openstack/kayobe/+/80893213:26
opendevreviewMerged openstack/kayobe stable/ussuri: CI: Fix get_logs.sh docker logs output  https://review.opendev.org/c/openstack/kayobe/+/80816313:43
mgoddardheadphoneJames: hi14:15
mgoddardheadphoneJames: I added some notes to the keystone scope patch about how to split it up. Let me know your thoughts14:17
mnasiadkamgoddard: I might be a couple minutes late for tomorrow meeting - would you be able to start it if I won't make it to the beginning?14:45
mgoddardmnasiadka: sure14:55
ignaziocassanoHello, please take a look to this bug: https://bugs.launchpad.net/kolla-ansible/+bug/1943532 it does not seem a netapp bug but a kolla bug15:13
mnasiadkaignaziocassano: Can you share more about the config? what is in /var/lib/cinder/mnt and why?15:15
ignaziocassanomnasiadka: please let me to specify that the netapp driver we are using is cinder.volume.drivers.netapp.common.NetAppDriver. So it uses nfs. If net netapp root volume has the .snapshot visibility enabled, it hows .snapshot directories . Those are readaonly15:19
ignaziocassano mnasiadka: /var/lib/cinder does not exist15:22
mnasiadkaignaziocassano: it does exist in the container image, you are probably mounting something in /var/lib/cinder/mnt - or cinder is doing that.15:23
ignaziocassanomnasiadka: in docker cinder_volume container in /var/lib/cinder/mnt I have 55fcb53b884ca983ed3d6fa8aac57810 and under that all volumes I created.But it is possible only when snapshot visibility is disabled, otherwise cinder_volume remains in restarting15:26
ignaziocassanomnasiadka: netapp tested on devstack installation and the did not get this issue15:27
mnasiadkaignaziocassano: do you have cinder_extra_volumes or cinder_volume_extra_volumes set?15:28
ignaziocassanomnasiadka:I do not know what do you mean ....where I should set them ?15:30
mnasiadkaignaziocassano: in globals.yml15:31
mnasiadkaI'm asking if you have set them, we are not mounting anything in /var/lib/cinder/mnt in cinder_volume container - at least i'm not aware15:32
mnasiadkaMaybe the Netapp Driver does that15:32
ignaziocassanomnasiadka:  In my cinder.conf I do not have those parameters15:34
mnasiadkaOk, just share your kolla-ansible globals.yml and cinder.conf in the bug15:34
ignaziocassanomnasiadka: If you want I cn check if netapp driver support them it I've never seen them15:35
ignaziocassanomnasiadka: ok, we will share what you requested15:38
ignaziocassanomnasiadka: I added information you requested, hope this can help15:53
mnasiadkaignaziocassano: will look into that later/tomorrow15:56
ignaziocassano mnasiadka : thanks a lot15:59
opendevreviewMark Goddard proposed openstack/kayobe stable/victoria: Use ansible_facts to reference facts  https://review.opendev.org/c/openstack/kayobe/+/80893116:14
opendevreviewPierre Riteau proposed openstack/kayobe master: Fix typo in inspector.yml  https://review.opendev.org/c/openstack/kayobe/+/80899616:17
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Rocky Linux  https://review.opendev.org/c/openstack/kolla/+/80900117:08
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Rocky Linux  https://review.opendev.org/c/openstack/kolla/+/80900117:10
mlozahello, can kolla-ansible configure multi cinder backend ?21:19
opendevreviewPierre Riteau proposed openstack/kayobe master: Use traditional interface naming scheme in IPA ramdisk  https://review.opendev.org/c/openstack/kayobe/+/80901521:49

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!