Friday, 2021-08-13

jingvarIs there an instruction on how to restart the control plan after its full stop?06:47
yoctozeptojingvar: not really; just power on all the control plane nodes and run mariadb recovery06:58
yoctozeptothat works most of the time06:58
jingvarI think mariadb must be recovered. Is it automated? or I have to go into container and manually set bootstrap flag for maria06:58
jingvara classic solution is - stop ctl3, ctl2, ctl1 and startup in backorder07:00
yoctozeptojingvar: there is a command in kolla ansible that does the recovery, it's named accordingly ;-)07:01
yoctozeptojust like you would do a deploy, you do a mariadb_recovery07:02
jingvarif you have an issues with galera, find last shutdowned node, stop others ,  set bootstarp flag, start ьныйд07:02
jingvarthanks going to read the doc07:03
yoctozeptojingvar: yeah, that's more or less what it does07:27
opendevreviewMerged openstack/kolla-ansible master: Trivial fix nova's healthchecks  https://review.opendev.org/c/openstack/kolla-ansible/+/80438107:55
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/wallaby: Trivial fix nova's healthchecks  https://review.opendev.org/c/openstack/kolla-ansible/+/80443308:13
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/victoria: Trivial fix nova's healthchecks  https://review.opendev.org/c/openstack/kolla-ansible/+/80443408:14
rohit02 yoctozepto: mgoddard: while deploying kolla victoria we are facing this issue  https://paste.opendev.org/raw/808053/09:43
opendevreviewMichal Nasiadka proposed openstack/kolla master: haproxy: Use haproxy 2.2.x from nfv-extras repository  https://review.opendev.org/c/openstack/kolla/+/80451309:46
pomacAnyone that has had issues with docker containers where they somehow stop consulting their own /etc/passwd and sudo -E starts failing?12:24
pomac(kolla_toolbox f.ex. fails we have 3 nodes with this issue and redeploying containers doesn't help, even reinstalling the whole docker thing from scratch hasn't helped - this also affects our cinder nodes but kolla_toolbox felt like a easier target)12:25
pomacexact error:12:26
pomac+ sudo -E kolla_set_configs12:26
pomacsudo: you do not exist in the passwd database12:26
pomac---12:26
pomacDoing docker run <image:tag> -it bash and then running the command - it works (except for the missing files)12:27
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix neutron upgrade when running with limit  https://review.opendev.org/c/openstack/kolla-ansible/+/80438412:28
kevkopomac: docker exec -itu root container bash << ? 12:28
pomackevko: hard to do when it doesn't start =)12:29
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Allow override of rabbitmq config in kolla toolbox  https://review.opendev.org/c/openstack/kolla-ansible/+/78559512:29
kevkohmm12:29
pomackevko: from what i can see, the passwd file is correct - several similar issues has been reported to docker - no soultion seems to have been found (some say restart docker but that didn't help.. ;))12:30
kevkoyoctozepto: i reworked patch you reviewed for me yesterday, and I realized that fix could be simple. I've just moved few common tasks and add some limiting ..could you check if my ideas are correct ? 12:31
pomackevko: (current experiment is reinstalling machine from scratch and see if that can get it working,... but it's quite cumbersome)12:32
kevkopomac: what happened before  ? 12:33
pomackevko: nothing that we've been able to determine... The interesting part is removing docker and rm -rf:ing /var/lib/docker didn't help, it was still broken after redeployment12:34
pomackevko: there are some "reuse" issues with docker and images/volumes - we hoped to avoid that but... 12:34
kevkopomac: container name ? 12:35
kevkoand btw what distro using ? binary source ? 12:35
kevkoi mean ..for docker images 12:35
pomackevko: centos, source and kolla_toolbox, cinder-backup and cinder-volume 12:35
pomacit worked "before" with the exact same images - just suddenly stoped working... 12:36
kevkopomac: what happens if you run same container with different name ..same issue ? 12:36
kevkopomac: docker run --rm -i -v /var/run/docker.sock:/var/run/docker.sock nexdrew/rekcod cinder_volume12:37
pomackevko: need to know the dump-init part 12:41
kevkopomac: just edit  --entrypoint "dumb-init --single-child --"    to      --entrypoint "dumb-init"12:42
kevkoand change name to avoid conflicts12:43
pomackevko: doing this with kolla_toolbox - named it kolla_toolbox2 and it goes "no such file or directory"... 12:43
pomackevko: so, as i understand it  docker run --rm -i -v <socket> <image> <name> - but $name is used as an argument?12:45
kevkopomac: see https://paste.opendev.org/show/808056/ 12:46
kevkopomac: second command ..check --name changed 12:46
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Fix kolla-toolbox with IPv6 and disabled RabbitMQ  https://review.opendev.org/c/openstack/kolla-ansible/+/80452212:48
pomac+ sudo -E kolla_set_configs12:49
pomacsudo: you do not exist in the passwd database12:49
pomackevko: so, no, same issue ^12:49
kevkopomac: do you using nscd ? 12:49
pomacwe have these exact containers running on hundreds of machines so it's really odd that they don't work on these.. 12:49
pomacOh!12:49
pomacI'll check!12:49
pomackevko: I had no clue it was running, GOOD CATCH!12:51
kevkoso ? 12:51
pomackevko: what do you think?! ;)12:52
kevkopomac: i think it is solved :D 12:52
pomackevko: second time i've been burned by nscd but the first time it had crashed and on a comepletely different system =)12:52
pomackevko: yep12:53
kevkohaha ... i knew it :D 12:53
kevkobut firstly i wanted to check with you if new container from same image will be same 12:53
yoctozeptokevko: you would have to point me to the change you are talking about because I can't recall12:54
kevkothat rekcod thing 12:54
pomackevko: We have everything scripted - the whole setup so there is also a question of why it's running on these machines but not the others but hey... thanks!12:55
kevkono problem12:55
kevkopomac: well, scripts are written by humans :D 12:55
pomackevko: Yeah, and i didn't do them ... It all seems so obvious in hindsight but =)12:57
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Allow override of rabbitmq config in kolla toolbox  https://review.opendev.org/c/openstack/kolla-ansible/+/78559512:57
pomackevko: cold be that some newer hp sw activated them (for some reason my colleagues has that running on them now)12:57
HNHi everyone, anyone know how to inject a password to Windows Server Instance in Openstack Horizon ? I've tested but it's not work for administrator, only new user work fine . Here some information I did : https://paste.opendev.org/show/brXVnFRuYMnRLoACnngr/13:03
kevkono idea13:06
kevkoit is currently long time i was playing with cloudbase-init and windows ..and i am glad that it is in the past :D 13:07
HN=(13:09
opendevreviewMichal Arbet proposed openstack/kolla-ansible stable/wallaby: Use Docker healthchecks for rabbitmq services  https://review.opendev.org/c/openstack/kolla-ansible/+/80443613:11
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: CI: Test Swift upgrades  https://review.opendev.org/c/openstack/kolla-ansible/+/72279813:19
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: [CI] Test Swift upgrades  https://review.opendev.org/c/openstack/kolla-ansible/+/72279813:21
opendevreviewSkylar Tristan Kelty proposed openstack/kolla-ansible master: Add SAML 2 federation support  https://review.opendev.org/c/openstack/kolla-ansible/+/80452413:31
opendevreviewSkylar Tristan Kelty proposed openstack/kolla-ansible master: Add SAML 2 federation support  https://review.opendev.org/c/openstack/kolla-ansible/+/80452413:37
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Optimize reconfigure action for swift  https://review.opendev.org/c/openstack/kolla-ansible/+/69652514:12
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: [CI] Test Swift upgrades  https://review.opendev.org/c/openstack/kolla-ansible/+/72279815:27
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Modernize the swift role  https://review.opendev.org/c/openstack/kolla-ansible/+/79749815:33
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Optimize reconfigure action for swift  https://review.opendev.org/c/openstack/kolla-ansible/+/69652515:45
opendevreviewPierre Riteau proposed openstack/kayobe master: dnf: add metalink argument to custom dnf repository  https://review.opendev.org/c/openstack/kayobe/+/80270315:48
opendevreviewPierre Riteau proposed openstack/kayobe master: Add support for apt proxy setting  https://review.opendev.org/c/openstack/kayobe/+/79962915:53
kevkoyoctozepto: here ? 16:33
opendevreviewMerged openstack/kayobe stable/victoria: Sync Kolla Ansible feature flags  https://review.opendev.org/c/openstack/kayobe/+/80335819:45
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Use Docker healthchecks for keystone-fernet container  https://review.opendev.org/c/openstack/kolla-ansible/+/80454620:35
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Use Docker healthchecks for keystone-fernet container  https://review.opendev.org/c/openstack/kolla-ansible/+/80454621:49

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