Wednesday, 2023-11-15

noonedeadpunklogan-: nice to see you, hope things are good :)07:57
opendevreviewNiklas Schwarz proposed openstack/openstack-ansible-rabbitmq_server master: Add ability to set environment variable RABBITMQ_USE_LONGNAMES  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/90100308:20
opendevreviewNiklas Schwarz proposed openstack/openstack-ansible-rabbitmq_server master: Add ability to set environment variable RABBITMQ_USE_LONGNAMES  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/90100308:32
jrosser^ i am wondering if this needs the cert contents to reflect the FQDN or not10:14
noonedeadpunk++ good point10:16
jrosseri would hope that the infra job will show this10:37
jrosserbut needs a careful look10:37
nixbuildernoonedeadpunk: I'm sorry... but the patch did not seem to work :-(  Here is the log... it seems like the same error: https://paste.opendev.org/show/bUc4skUIDxtNKl5S0bkN/ 10:45
nixbuildernoonedeadpunk: And here is my glance-api.conf file which includes the changes that jrosser indicated in the link he sent me https://paste.openstack.org/show/bxBTJ9F9CUlAY8aw2fh0/10:49
noonedeadpunknixbuilder: so how does the /etc/glance/rootwrap.conf look like?10:52
nixbuildernoonedeadpunk: https://paste.opendev.org/show/bJIyibNh5V4aIGNN4nNs/10:53
noonedeadpunkhm. that looks like if patch wasn't applied actually...10:54
noonedeadpunkIn CI it looks as expected and you should have the line like that: https://zuul.opendev.org/t/openstack/build/773b3beadec145c5b0d935a35fac9758/log/logs/etc/host/glance/rootwrap.conf.txt#2010:55
nixbuildernoonedeadpunk: Hmmmm....10:57
jrossernoonedeadpunk: i see your question in the magnum meeting about how to build the control plane with limited connectivity10:58
jrosseri made this as a quick hack https://github.com/jrosser/make-controlplane-registry10:58
noonedeadpunkoh, that's sweet. I haven't started looking into all CAPI topic as that's planned only for the next year, but trying to check on things to be aware...10:59
jrossersame approach would be able to host anything in a private registry10:59
jrosserjust needs the upstream things listing, currently it's a bit hardcoded but totally works in a test deployment here11:00
jrosserand i put an example set of user_variables in there which would be needed for the vexxhost driver11:01
noonedeadpunkbtw, do you use poetry widely?11:02
jrossernope, this is just total lift/shift from something mnaser already wrote to make a registry for the user clusters11:03
noonedeadpunkas I'm slightly... sceptical/uncertain about it right now. Without any good reason, but simple constraints feel easier to read.. dunno11:03
noonedeadpunkand some folks pushing hard for it right now...11:04
noonedeadpunkgotcha11:04
jrosseranyway, airgapped totally works11:05
nixbuildernoonedeadpunk: OK... I am not sure what happened with the patch, but when I edited the exec_dirs line in the /etc/glance/rootwrap.conf file, the image upload worked!11:15
nixbuildernoonedeadpunk: BTW... I double checked the file and the patch is in there... so I don't know :-(11:16
noonedeadpunkhuh12:08
noonedeadpunkthat;s weird....12:09
noonedeadpunknixbuilder: are you doing source install or distro one?12:11
nixbuildernoonedeadpunk: The default... I think that is source.  Although I could have applied the patch to the wrong files???  I applied them to the files in '/etc/ansible/roles/os_glance'.12:18
noonedeadpunknah, that is correct location12:19
nixbuildernoonedeadpunk: Here is the results of the particular files after patching... looks good put I may have missed something: https://paste.opendev.org/show/bE0ljtxXz0t0i4Gx10Fq/12:30
noonedeadpunkyeah, that looks pretty much good...12:37
noonedeadpunkwould be interesting to see tasks output then....12:37
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_glance master: Make glance_additional_stores work nicely with multi-store  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/90103413:41
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_glance master: Make glance_additional_stores work nicely with multi-store  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/90103413:43
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_glance master: Make glance_additional_stores work nicely with multi-store  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/90103413:49
nixbuildernoonedeadpunk: There was one more anomaly I noticed... after installation glance-api would not start because 'enabled_backends = cinder:cinder,cinder:cinder' in /etc/glance/glance-api.conf.  The glance-api complained that there was a duplicate backed and would not start.13:50
nixbuildernoonedeadpunk: Of course editing out the duplicate fixed the issue.13:51
noonedeadpunkyeah, that's because you have cinder both in  glance_default_store and glance_additional_stores13:51
noonedeadpunkyou should drop it from additional_stores if it's in default13:52
nixbuildernoonedeadpunk: Gotcha13:52
spatelI have 32 core compute and I want to make it double like 64 core in that case what ratio I should be adding for nova ? 2.0 ?14:03
noonedeadpunkum, it won't make compute 64 cores, but it would allow to have up to 64 vCPUs for VMs14:26
noonedeadpunkso yes14:26
noonedeadpunkif that's what you mean14:26
jrosserif its hyperthreaded it might be sort of doing 64 anyway?14:26
jrosseri forget if cores or threads are counted14:27
mgariepyin my case the my limiting factor is either local nvme or ram.14:27
mgariepyunless placement is messing things up ;) haha14:27
noonedeadpunkthey are14:28
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: Remove glance_available_stores logic from group_vars  https://review.opendev.org/c/openstack/openstack-ansible/+/90104114:37
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_glance master: Make glance_additional_stores work nicely with multi-store  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/90103414:38
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_glance master: Make glance_additional_stores work nicely with multi-store  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/90103414:47
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_glance master: Fix cinder store configuration  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/90104615:09
noonedeadpunkugh, glance indeed appeared to be a rabbit hole....15:10
spatelnoonedeadpunk thanks.. I want to put more vm so trying to adjust ratio 16:13
noonedeadpunkwell, enabling HT can be another way indeed16:16
admin1i accidentally mapped an IP to a wrong node  .. i deleted it from inventory and compute service ..  and gave the correct node to the IP .. but when i provision it, it still comes up wiht the old hostname 17:20
admin1so where in the tables  is a uuid/ip to hostname mapped  for nova compute agent list 17:21
mgariepyhmm live-migration fail on same model hosts with 2023.1 ?19:54
mgariepydoes it ring a bell to someone ?19:54
mgariepyMigration pre-check error: Unacceptable CPU info: CPU doesn't have compatibility. 19:55
mgariepy:?19:55
mgariepydoes feel like : but .. why ?https://bugs.launchpad.net/nova/+bug/189871519:57
mgariepyhttps://bugs.launchpad.net/nova/+bug/203980320:16
mgariepyfun.20:17

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