*** tosky has quit IRC | 00:19 | |
*** paras333 has quit IRC | 00:28 | |
*** paras333 has joined #openstack-qa | 00:29 | |
*** yamamoto has quit IRC | 01:22 | |
*** yamamoto has joined #openstack-qa | 01:29 | |
*** rh-jlabarre has quit IRC | 01:50 | |
*** rcernin has quit IRC | 02:01 | |
*** rcernin has joined #openstack-qa | 02:02 | |
*** rcernin has quit IRC | 02:20 | |
*** rcernin has joined #openstack-qa | 02:52 | |
*** dasp has quit IRC | 02:54 | |
*** ricolin has joined #openstack-qa | 02:57 | |
*** dasp has joined #openstack-qa | 03:00 | |
*** hongbin has joined #openstack-qa | 03:30 | |
*** hongbin has quit IRC | 03:40 | |
*** vishalmanchanda has joined #openstack-qa | 04:05 | |
*** rcernin has quit IRC | 04:19 | |
*** rcernin has joined #openstack-qa | 04:21 | |
*** paras333 has quit IRC | 04:32 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-qa | 04:33 | |
*** paras333 has joined #openstack-qa | 04:35 | |
*** paras333 has quit IRC | 04:35 | |
*** udesale has joined #openstack-qa | 04:41 | |
*** abdysn has joined #openstack-qa | 04:57 | |
*** gcheresh has joined #openstack-qa | 05:12 | |
abdysn | Hi all, i think there is a bug in tools/worlddump.py in fedora30 servers | 06:01 |
---|---|---|
abdysn | i believe it is here https://github.com/openstack/devstack/blob/master/tools/worlddump.py#L214-L225. when i try to pgrep on the neutron-dhcp-agent, a oid is returned | 06:03 |
abdysn | but when i try to kill it using the name (neutron-dhcp-agent), the system fails to find a process with this name | 06:04 |
abdysn | when i checked the name of the process returned by the pid, it was /usr/bin/python | 06:05 |
abdysn | anyone have an idea of what the issue may be? | 06:05 |
abdysn | this happens to neutron-dhcp-agent, neutron-l3-agent, and neutron-metadata-agent. all the other processes is fine | 06:07 |
*** xinranwang has joined #openstack-qa | 06:10 | |
*** nightmare_unreal has joined #openstack-qa | 06:23 | |
*** slaweq has joined #openstack-qa | 06:25 | |
*** lifeless has quit IRC | 06:38 | |
*** lifeless has joined #openstack-qa | 06:39 | |
frickler | abdysn: I've seen that before, happens on Ubuntu as well, seems related to the length of the process name. sadly I haven't found a way to fix this | 06:45 |
abdysn | frickler, cant we use the kill command to kill the process by pid instead of killall to kill it by name? since pgrep succeed to return a pid? | 06:49 |
abdysn | frickler, somthing like this `_dump_cmd("kill -9 $(pgrep -f %s)" % service)` | 06:57 |
frickler | abdysn: actually there seems to be a "pkill" cmd that could do this. do you want to propose a patch? we'd just need to verify that the command is available for all recent distros | 06:59 |
abdysn | frickler, let me test it first, then see about the patch | 07:08 |
*** tkajinam has quit IRC | 07:13 | |
*** tkajinam has joined #openstack-qa | 07:13 | |
*** dtantsur|afk is now known as dtantsur | 07:39 | |
*** rpittau|afk is now known as rpittau | 07:45 | |
*** rcernin has quit IRC | 07:48 | |
*** jpena|off is now known as jpena | 07:55 | |
*** lucasagomes has joined #openstack-qa | 08:05 | |
abdysn | frickler, so it seams the pkill did not work, the services associated with these process failed, and they are not restarting. | 08:25 |
abdysn | this causes them to fail the stack | 08:26 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/tempest master: Remove any reference to "tenant_id" in network https://review.opendev.org/707938 | 08:29 |
*** tosky has joined #openstack-qa | 08:57 | |
*** stephenfin has joined #openstack-qa | 09:00 | |
*** gfidente|afk is now known as gfidente | 09:00 | |
*** yamamoto has quit IRC | 09:07 | |
abdysn | it seams pkill and killall behave differently | 09:09 |
iurygregory | tosky, hey o/ I have some good news re ironic-grenade-multinode-multitenant \o/ | 09:10 |
iurygregory | the upgrade finishes, now it fails running the ironic tempest tests =) | 09:10 |
tosky | oh! | 09:12 |
tosky | and before it was failing during the upgrade phase? | 09:13 |
iurygregory | yeah | 09:15 |
iurygregory | only because we didn't restart apache -.-' | 09:15 |
tosky | a classic "one liner that fixes everything, as long as it can be found" | 09:16 |
iurygregory | yeah | 09:16 |
iurygregory | now I'm trying to figure out ""tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet aa0e9c7e-1bb2-4565-93c1-0c9d5b0aac36: One or more ports have an IP allocation from this subnet.', 'detail': ''}"" hehe | 09:17 |
tosky | is it a cleanup issue? | 09:17 |
iurygregory | yeah =( | 09:18 |
iurygregory | https://ed364fb1f1d7a056d830-62271a11c17b6e7ed1bc2d4fe711d2ec.ssl.cf2.rackcdn.com/705030/20/check/ironic-grenade-multinode-multitenant/4a8cc67/testr_results.html | 09:18 |
iurygregory | the tests are not that happy hehe (maybe we will improve the regex to see) | 09:19 |
*** ralonsoh has quit IRC | 09:23 | |
*** ralonsoh has joined #openstack-qa | 09:30 | |
frickler | abdysn: did you use the correct signal (USR2)? the service isn't expected to recover if it gets killed for real | 09:35 |
abdysn | frickler, ah did not know that. | 09:37 |
*** yamamoto has joined #openstack-qa | 09:48 | |
*** udesale has quit IRC | 09:59 | |
*** ramishra has quit IRC | 10:05 | |
*** larainema has joined #openstack-qa | 10:25 | |
*** ramishra has joined #openstack-qa | 10:27 | |
*** rpittau is now known as rpittau|bbl | 10:28 | |
*** yamamoto has quit IRC | 10:33 | |
*** ramishra has quit IRC | 10:36 | |
*** ramishra has joined #openstack-qa | 10:40 | |
*** yamamoto has joined #openstack-qa | 10:51 | |
*** ramishra has quit IRC | 11:02 | |
*** ramishra has joined #openstack-qa | 11:03 | |
*** ramishra has quit IRC | 11:08 | |
*** ramishra has joined #openstack-qa | 11:08 | |
*** yamamoto has quit IRC | 11:22 | |
*** dmellado has quit IRC | 11:26 | |
*** dmellado has joined #openstack-qa | 11:29 | |
*** brinzhang has quit IRC | 11:29 | |
*** jpena is now known as jpena|lunch | 11:30 | |
abdysn | frickler, so i used this command `pkill --signal USR2 -f %s" % service`, most of the service started again, but not all of them, namely devstack@q-agt.service, and devstack@n-sch.service. did not start. any ideas? | 11:35 |
*** vishakha has joined #openstack-qa | 11:49 | |
*** ramishra has quit IRC | 11:52 | |
*** yamamoto has joined #openstack-qa | 11:59 | |
*** dansmith has quit IRC | 12:00 | |
*** dansmith has joined #openstack-qa | 12:01 | |
*** rfolco|rover|off is now known as rfolco|rover | 12:03 | |
*** yamamoto has quit IRC | 12:05 | |
*** rh-jelabarre has joined #openstack-qa | 12:11 | |
*** ramishra has joined #openstack-qa | 12:16 | |
*** yamamoto has joined #openstack-qa | 12:16 | |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-health master: Switch to newer openstackdocstheme version https://review.opendev.org/732556 | 12:17 |
openstackgerrit | Andreas Jaeger proposed openstack/os-performance-tools master: Switch to newer openstackdocstheme version https://review.opendev.org/732557 | 12:19 |
openstackgerrit | Andreas Jaeger proposed openstack/os-testr master: Switch to newer openstackdocstheme and reno versions https://review.opendev.org/732558 | 12:20 |
*** rpittau|bbl is now known as rpittau | 12:21 | |
openstackgerrit | Andreas Jaeger proposed openstack/qa-specs master: Switch to newer openstackdocstheme version https://review.opendev.org/732559 | 12:22 |
openstackgerrit | Andreas Jaeger proposed openstack/stackviz master: Switch to newer openstackdocstheme version https://review.opendev.org/732560 | 12:22 |
openstackgerrit | Andreas Jaeger proposed openstack/tempest-stress master: Switch to newer openstackdocstheme version https://review.opendev.org/732561 | 12:23 |
AJaeger | Similar to the above, there're also updates for hacking: https://review.opendev.org/729107 and bashate: https://review.opendev.org/729134 . QA cores, please review | 12:28 |
*** xinranwang has quit IRC | 12:29 | |
masayukig | AJaeger: thanks, I'll check them | 12:29 |
AJaeger | thanks, masayukig | 12:29 |
*** nweinber has joined #openstack-qa | 12:35 | |
*** jpena|lunch is now known as jpena | 12:37 | |
openstackgerrit | Merged openstack/devstack master: nova: Remove configuration of '[scheduler] driver' https://review.opendev.org/731205 | 12:37 |
openstackgerrit | Merged openstack/bashate master: Switch to newer openstackdocstheme and reno versions https://review.opendev.org/729134 | 12:40 |
iurygregory | tosky, if I want to copy something from the compute1 and controller is enough to have zuul_copy_output only in the vars block or I need also in group-vars? | 12:41 |
tosky | zuul_copy_output is used by the stage-output role which is called for and on every node | 12:43 |
iurygregory | tosky, ack | 12:44 |
openstackgerrit | Merged openstack/stackviz master: Switch to newer openstackdocstheme version https://review.opendev.org/732560 | 12:44 |
*** dmellado has quit IRC | 12:47 | |
openstackgerrit | Merged openstack/openstack-health master: Switch to newer openstackdocstheme version https://review.opendev.org/732556 | 12:48 |
*** dmellado has joined #openstack-qa | 12:50 | |
tosky | I will skip the first 30 minutes or so, need to talk with the blazar people for the zuulv3 goal, but I will arrive :) | 12:54 |
*** haixin has joined #openstack-qa | 12:54 | |
*** ramishra has quit IRC | 12:54 | |
*** haixin_inspur has joined #openstack-qa | 12:55 | |
*** paras333 has joined #openstack-qa | 12:55 | |
*** ramishra has joined #openstack-qa | 12:55 | |
*** haixin_inspur has quit IRC | 12:56 | |
masayukig | tosky: ack :) | 12:57 |
*** haixin_inspur has joined #openstack-qa | 12:57 | |
*** yamamoto has quit IRC | 12:57 | |
*** haixin_inspur has quit IRC | 12:58 | |
*** haixin_inspur has joined #openstack-qa | 12:59 | |
paras333 | gmann: masayukig :kopecmartin : I will be joining around 13:45 UTC, have a conflict with one downstream meeting | 12:59 |
kopecmartin | paras333: sure, np | 13:00 |
*** Liang__ has joined #openstack-qa | 13:03 | |
*** Liang__ is now known as LiangFang | 13:03 | |
*** haixin_inspur has quit IRC | 13:04 | |
*** haixin_inspur has joined #openstack-qa | 13:05 | |
*** LiangFang has quit IRC | 13:11 | |
*** Liang__ has joined #openstack-qa | 13:11 | |
*** Liang__ has quit IRC | 13:17 | |
*** Liang__ has joined #openstack-qa | 13:18 | |
*** rpittau is now known as rpittau|brb | 13:28 | |
*** yamamoto has joined #openstack-qa | 13:37 | |
*** haixin has quit IRC | 13:39 | |
*** haixin has joined #openstack-qa | 13:39 | |
*** yamamoto has quit IRC | 13:43 | |
*** haixin__ has joined #openstack-qa | 13:45 | |
*** haixin_inspur has quit IRC | 13:47 | |
*** haixin has quit IRC | 13:50 | |
*** haixin has joined #openstack-qa | 13:51 | |
*** haixin has quit IRC | 13:52 | |
*** haixin has joined #openstack-qa | 13:52 | |
*** haixin__ has quit IRC | 13:54 | |
*** haixin has quit IRC | 13:54 | |
*** rpittau|brb is now known as rpittau | 14:01 | |
*** yamamoto has joined #openstack-qa | 14:04 | |
*** mugsie_ is now known as mugsie | 14:06 | |
*** abdysn has quit IRC | 14:17 | |
*** udesale has joined #openstack-qa | 14:18 | |
*** gcheresh has quit IRC | 14:47 | |
*** gcheresh has joined #openstack-qa | 15:14 | |
*** gcheresh has quit IRC | 15:22 | |
Liang__ | hi team, the tempest patch for volume local cache works now: https://review.opendev.org/#/c/715762/ | 15:43 |
*** Liang__ is now known as LiangFang | 15:43 | |
LiangFang | see job: tempest-full-py3 | 15:43 |
LiangFang | thanks tosky's help | 15:44 |
LiangFang | devstack-plugin-open-cas fixed a bug: https://review.opendev.org/#/c/731973/ | 15:45 |
LiangFang | the tempest patch is depending on nova's DNM patch as Brian suggested in the meeting: https://review.opendev.org/#/c/731388/ | 15:47 |
*** udesale has quit IRC | 16:04 | |
*** lucasagomes has quit IRC | 16:05 | |
*** LiangFang has quit IRC | 16:17 | |
*** rpittau is now known as rpittau|afk | 16:32 | |
*** rmascena__ has joined #openstack-qa | 16:38 | |
*** raildo_ has quit IRC | 16:41 | |
*** dtantsur is now known as dtantsur|afk | 16:41 | |
*** rmascena__ is now known as raildo | 16:43 | |
*** tkajinam has quit IRC | 17:16 | |
*** jpena is now known as jpena|off | 17:27 | |
*** gfidente is now known as gfidente|afk | 17:34 | |
openstackgerrit | Hervé Beraud proposed openstack/bashate master: Stop to use the __future__ module. https://review.opendev.org/732760 | 17:35 |
*** ralonsoh has quit IRC | 17:49 | |
openstackgerrit | Hervé Beraud proposed openstack/coverage2sql master: Stop to use the __future__ module. https://review.opendev.org/732826 | 18:09 |
openstackgerrit | Hervé Beraud proposed openstack/devstack master: Stop to use the __future__ module. https://review.opendev.org/732831 | 18:11 |
openstackgerrit | Hervé Beraud proposed openstack/devstack-gate master: Stop to use the __future__ module. https://review.opendev.org/732832 | 18:11 |
*** gcheresh has joined #openstack-qa | 18:27 | |
openstackgerrit | Hervé Beraud proposed openstack/patrole master: Stop to use the __future__ module. https://review.opendev.org/732907 | 18:43 |
*** gcheresh has quit IRC | 18:47 | |
*** vishakha has quit IRC | 19:09 | |
*** gcheresh has joined #openstack-qa | 19:51 | |
*** gcheresh has quit IRC | 20:00 | |
*** vishalmanchanda has quit IRC | 20:05 | |
*** gcheresh has joined #openstack-qa | 20:06 | |
*** nweinber has quit IRC | 20:07 | |
*** ricolin has quit IRC | 20:38 | |
*** slaweq has quit IRC | 20:52 | |
*** gcheresh has quit IRC | 20:58 | |
*** rh-jelabarre has quit IRC | 21:25 | |
*** yamamoto has quit IRC | 21:58 | |
*** yamamoto has joined #openstack-qa | 21:58 | |
*** raildo has quit IRC | 22:08 | |
*** raildo has joined #openstack-qa | 22:08 | |
*** nightmare_unreal has quit IRC | 22:24 | |
*** tkajinam has joined #openstack-qa | 22:50 | |
*** rcernin has joined #openstack-qa | 22:57 | |
*** rcernin has quit IRC | 22:59 | |
*** rcernin has joined #openstack-qa | 23:23 | |
*** tosky has quit IRC | 23:34 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!