Wednesday, 2020-11-25

stevebakerTheJulia: looking, thanks00:00
*** hjensas has joined #openstack-ironic00:01
*** outbrito has quit IRC00:12
*** outbrito has joined #openstack-ironic00:13
*** rloo has quit IRC00:22
*** tzumainn has quit IRC00:49
eanderssonIs There a reason why I keep seeing this when cleaning?00:49
eandersson> Heartbeat from node X in unsupported provision state clean failed, not taking any action.00:49
eanderssonI assume something failed with cleaning, but the agent keeps responding?00:50
eanderssonor sending heartbeats rather00:50
*** zzzeek has quit IRC01:09
*** zzzeek has joined #openstack-ironic01:11
*** zzzeek has quit IRC01:27
*** zzzeek has joined #openstack-ironic01:28
*** tkajinam has quit IRC01:31
*** tkajinam has joined #openstack-ironic01:32
*** outbrito has quit IRC01:55
*** Goneri has quit IRC02:03
*** rcernin has quit IRC02:19
*** rcernin has joined #openstack-ironic02:21
*** rcernin has quit IRC02:23
*** rcernin has joined #openstack-ironic02:24
*** mkrai has joined #openstack-ironic02:25
TheJuliaeandersson: basically yes. The node rebooted but it failed due to the connection. If you can grep the logs out for the single node, we can likely figure out which case is occuring if it stacked requests or if something else is going on02:45
TheJuliaI thought we fixed the case where >1 requests could be queued up02:45
*** zzzeek has quit IRC02:45
TheJuliaI think you said this was victoria, was that correct?02:45
TheJuliadtantsur|afk: Do you remember when we patched that bug?02:46
*** zzzeek has joined #openstack-ironic02:47
TheJuliahttps://github.com/openstack/ironic/commit/e6e774f524735cd33863d079e536a668345af26202:49
TheJuliashould be in victoria....02:50
TheJuliaif it is victoria, something else is going on02:50
*** openstackgerrit has joined #openstack-ironic02:55
openstackgerritJacob Anders proposed openstack/ironic master: Use OOB inspection to fetch MACs for IB inspection  https://review.opendev.org/c/openstack/ironic/+/75094302:55
openstackgerritRichard G. Pioso proposed x/sushy-oem-idrac stable/victoria: Update .gitreview for stable/victoria  https://review.opendev.org/c/x/sushy-oem-idrac/+/76411102:59
openstackgerritRichard G. Pioso proposed x/sushy-oem-idrac stable/victoria: Update TOX_CONSTRAINTS_FILE for stable/victoria  https://review.opendev.org/c/x/sushy-oem-idrac/+/76411202:59
openstackgerritJacob Anders proposed openstack/ironic master: Use OOB inspection to fetch MACs for IB inspection  https://review.opendev.org/c/openstack/ironic/+/75094303:06
*** k_mouza has joined #openstack-ironic03:14
openstackgerritRichard G. Pioso proposed x/sushy-oem-idrac master: Add Python3 Wallaby unit tests  https://review.opendev.org/c/x/sushy-oem-idrac/+/76411403:15
*** k_mouza has quit IRC03:18
openstackgerritJacob Anders proposed openstack/ironic master: Use OOB inspection to fetch MACs for IB inspection  https://review.opendev.org/c/openstack/ironic/+/75094303:25
*** zzzeek has quit IRC04:18
*** zzzeek has joined #openstack-ironic04:20
*** k_mouza has joined #openstack-ironic04:28
*** k_mouza has quit IRC04:32
*** zzzeek has quit IRC04:58
*** zzzeek has joined #openstack-ironic04:58
*** zzzeek has quit IRC05:05
*** zzzeek has joined #openstack-ironic05:06
*** zzzeek has quit IRC05:15
*** zzzeek has joined #openstack-ironic05:19
*** mkrai has quit IRC05:22
*** mkrai_ has joined #openstack-ironic05:22
*** zzzeek has quit IRC05:45
*** zzzeek has joined #openstack-ironic05:46
openstackgerritKaifeng Wang proposed openstack/ironic-specs master: Snapshot support  https://review.opendev.org/c/openstack/ironic-specs/+/74693505:51
dkingFrom inside of a Hardware Manager clean step, what is the appropriate way to set a value for the node that gets set in the database? If I modified the node object, would that have any effect on what's stored on the Ironic server?06:04
*** ricolin has joined #openstack-ironic06:12
*** k_mouza has joined #openstack-ironic06:26
iurygregorymorning Ironic06:26
openstackgerritKaifeng Wang proposed openstack/ironic-python-agent master: [PoC] Snapshot support  https://review.opendev.org/c/openstack/ironic-python-agent/+/76412406:33
*** k_mouza has quit IRC06:34
*** zzzeek has quit IRC07:05
*** zzzeek has joined #openstack-ironic07:07
*** mkrai_ has quit IRC07:09
dkingiurygregory: Good morning.07:11
dkingIt's really late for me, though. I was just trying to get a bit of work in before the holiday.07:12
iurygregorydking, enjoy the holiday =)07:15
dkingiurygregory: Thanks! I'll enjoy it a bit more if I can figure out what I'm doing.07:15
dkingI've never needed to pass data back to Ironic from a hardware manager before, but I do now.07:15
iurygregory\o/07:16
dkingYou wouldn't happen to have any knowledge on that, would you?07:16
iurygregorya little bit, let me see if I can find something07:17
iurygregory(I will need to leave in a few minutes because I have an appointment )07:18
dkingSure. I appreciate any help.07:19
*** Dhuldev_Valekar has joined #openstack-ironic07:23
iurygregoryso, if I got right you want to update some information about the node in the database07:24
iurygregorywhen doing a clean step07:24
dkingCorrect07:24
iurygregoryin the function for the clean step you may be able07:24
iurygregorysince you have the node object07:24
iurygregoryyou would need to probably make sure to call node.save() # I think this is the method07:25
dkingGetting the info is as simple as pulling it from the "node" object, but I didn't know if setting a value in there would cause it to be updated on the server.07:25
iurygregoryonly setting it wouldn't work, but I think if you update and call the save maybe it would07:26
dkingSo far, it looks like node is a jsonutils.loads() object, which comes from json.loads(), which is really just a dict, but I could be missing something.07:26
iurygregoryoh07:26
iurygregoryok, this wouldn't work D:07:26
*** Qianbiao has joined #openstack-ironic07:27
dkingWell, I could be missing something. I'm just poking through the code trying to get an idea of how it works.07:28
dkingI suppose that in the worst case, I could try to make an API call directly, since I'll know the node UUID, but I'm hoping that there's some method already made to update the info.07:29
iurygregoryyeah07:32
arne_wiebalckGood morning, ironic!07:34
dkingarne_wiebalck: Good morning.07:35
arne_wiebalckhey dking o/07:36
dkingIf it doesn't allow data to be sent back, it's a shame, but maybe I'm just being strange.07:36
dkingarne_wiebalck: Good morning. I hope you're having a great day.07:37
arne_wiebalckdking: Thanks! Must be late for you, no?07:37
*** rpittau|afk is now known as rpittau07:37
dkingIt is. It's about 2 or 3 in the morning.07:37
rpittaugood morning ironic! o/07:38
iurygregorymorning arne_wiebalck rpittau07:38
dkingBut it's Thanksgiving this week, and we'll be out until Monday, so I was hoping to make some progress while I can.07:38
rpittauhey iurygregory :)07:38
arne_wiebalckhey rpittau o/07:39
arne_wiebalckdking; oh right, holiday week07:39
dkingGood morning rpittau07:39
dkingWhat time is it out there? I'm assuming it's morning in Europe?07:40
iurygregoryyeah07:40
iurygregory8:4007:40
iurygregoryi need to leave in 15min D:07:41
iurygregoryI wish the temperature was above 0 XD07:41
dkingiurygregory: Thanks for the help. I hope your appointment goes well.07:41
iurygregorytks, its just a covid test07:42
dkingYeah, the temperature just dropped here, too. It was in the 70s last week, but in the 30s the other day.07:42
iurygregoryto make sure I can travel tomorrow hehe07:42
rpittauhey arne_wiebalck dking iurygregory :)07:42
dkingOh, I hope you're okay. My wife and I had COVID a bit over a month ago. It was basically sniffles, and we couldn't smell or taste properly for a few days. If it weren't for that last bit, we would probably have not even noticed it.07:43
iurygregoryyeah, I'm good, it's not required to travel, but I have the feeling everybody should do before traveling =)07:44
rpittauiurygregory: good thinking07:44
iurygregoryyeah =)07:44
dkingMy wife got tested because she was going out of the state. She has more trouble isolating than I do. I'm quite comfortable staying in the house. And since we even get free grocery delivery now, I could probably forget that there is an outside world.07:45
dkingiurygregory: I don't know which test you're getting, but the one I had the first time was pretty intense. It doesn't hurt, but that swab goes quite far back.07:47
rpittauI really don't like not having the zuul results in front in the new gerrit interface :/07:47
iurygregorydking, PCR test =)07:47
iurygregoryrpittau, yeah me too =(07:48
*** iurygregory is now known as iurygregory|afk07:48
dkingSo, for you folks getting started out there, would anybody know of any easy method inside of an IPA hardware manager clean step to update a node field?07:51
*** belmoreira has joined #openstack-ironic07:54
*** Dhuldev_Valekar has quit IRC07:55
openstackgerritRiccardo Pittau proposed openstack/ironic-python-agent-builder master: Remove nodeset from ironic-python-agent-build-image-base based jobs  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/76413007:57
openstackgerritRiccardo Pittau proposed openstack/ironic-python-agent-builder master: Run check image jobs on ubuntu focal  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/76413107:59
rpittauif anyone has a minute please check https://review.opendev.org/c/openstack/ironic/+/76375208:02
*** zzzeek has quit IRC08:05
*** zzzeek has joined #openstack-ironic08:07
*** mkrai has joined #openstack-ironic08:23
*** rcernin has quit IRC08:50
*** tosky has joined #openstack-ironic08:50
jandersgood morning iurygregory|afk arne_wiebalck rpittau and (not quite morning - or almost morning for you) dking09:01
jandersdking thank you for sending the code through09:01
rpittauhey janders :)09:02
*** lucasagomes has joined #openstack-ironic09:03
*** mgoddard has joined #openstack-ironic09:03
*** QianbiaoNG has joined #openstack-ironic09:07
*** iurygregory|afk is now known as iurygregory09:10
*** Qianbiao has quit IRC09:11
iurygregoryjanders, o/09:13
iurygregoryI'm back09:13
*** derekh has joined #openstack-ironic09:13
*** sean-k-mooney1 has joined #openstack-ironic09:16
openstackgerritMerged openstack/ironic master: Always retry locking when performing task handoff  https://review.opendev.org/c/openstack/ironic/+/76165309:16
*** fmuyassarov has joined #openstack-ironic09:16
*** sean-k-mooney has quit IRC09:17
*** rcernin has joined #openstack-ironic09:18
openstackgerritMerged openstack/tenks master: CI: Fix ansible-lint failure  https://review.opendev.org/c/openstack/tenks/+/76399109:21
*** rcernin has quit IRC09:27
arne_wiebalckhey janders o/09:27
fmuyassarovGood morning everyone09:30
iurygregorymorning fmuyassarov09:33
openstackgerritMerged openstack/tenks master: Increase verbosity of ansible lint command  https://review.opendev.org/c/openstack/tenks/+/76376509:35
*** rcernin has joined #openstack-ironic09:37
*** zzzeek has quit IRC09:40
*** zzzeek has joined #openstack-ironic09:43
fmuyassarovI have got +2 & +1 on 762343 but one of the voting tests “openstack-tox-py38" is failing on ubuntu-focal (https://zuul.opendev.org/t/openstack/build/151bfd449bf140438143c5f0d83433b6). I don’t see this issue though when running tests locally with “tox -epy38  -vv” Could it be something related to the infra where the CI is running? If yes, can I myself re-trigger the Zuul?09:43
rpittauthat's sqlalchemy doing its things, noit related to your patch09:44
rpittaufmuyassarov: I issued a recheck09:44
fmuyassarovOk, do I have to wait until the issue is resolved, and then rebase it once the fix is there rpittau ?09:44
fmuyassarovah thanks :)09:44
rpittaunp09:45
*** ociuhandu has joined #openstack-ironic09:47
*** k_mouza has joined #openstack-ironic09:47
iurygregorysqlalchemy <309:47
iurygregory=P09:47
rpittau:)09:47
*** ociuhandu has quit IRC09:57
*** ociuhandu has joined #openstack-ironic10:01
openstackgerritVerification of a change to openstack/ironic failed: Add vendor_passthru method for virtual media  https://review.opendev.org/c/openstack/ironic/+/76300710:03
*** rcernin has quit IRC10:07
openstackgerritMerged openstack/ironic-python-agent master: Reuse the docs deps to benefit from constraints  https://review.opendev.org/c/openstack/ironic-python-agent/+/76311710:14
*** rcernin has joined #openstack-ironic10:27
*** mkrai has quit IRC10:31
*** rcernin has quit IRC10:33
*** dtantsur|afk is now known as dtantsur10:33
dtantsurbuhman: my plan is to reduce metalsmith code further, yes. I don't think it will ever disappear completely as it provides quite handy orchestration features (TripleO, for example, relies on it).10:35
dtantsurbuhman: the next big step (after the allocation API) is https://storyboard.openstack.org/#!/story/2006910 but I cannot find time/volunteers to work on it10:35
dtantsurgood morning ironic10:40
iurygregorygood morning dtantsur10:42
*** mkrai has joined #openstack-ironic10:43
*** zzzeek has quit IRC10:58
*** zzzeek has joined #openstack-ironic10:59
*** rcernin has joined #openstack-ironic10:59
*** rcernin has quit IRC11:04
*** mkrai has quit IRC11:11
*** mgoddard has quit IRC11:12
*** mgoddard has joined #openstack-ironic11:23
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent-builder master: Clean up package installation  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/76281611:26
openstackgerritMerged openstack/ironic master: Make standalone jobs voting again  https://review.opendev.org/c/openstack/ironic/+/76375211:41
*** zzzeek has quit IRC11:42
*** zzzeek has joined #openstack-ironic11:44
*** rcernin has joined #openstack-ironic11:47
openstackgerritMerged openstack/tenks master: Fix invalid argument formatting in the exception message  https://review.opendev.org/c/openstack/tenks/+/76370912:02
*** rcernin has quit IRC12:07
*** fmuyassarov has quit IRC12:27
*** ociuhandu has quit IRC12:31
*** zzzeek has quit IRC12:34
*** zzzeek has joined #openstack-ironic12:38
openstackgerritMerged openstack/ironic master: Allow disabling automated_clean per node  https://review.opendev.org/c/openstack/ironic/+/76234312:42
jandershave a good day everyone, see you tomorrow Ironic o/12:52
rpittaubye janders :)12:52
QianbiaoNGHello folks and Ironic.12:56
QianbiaoNGhello, if keystonemiddleware is used for authentication.12:56
QianbiaoNGdo we need to verify the auth_token?12:57
QianbiaoNGI am courious how it is authenticated. For a user a send a token, but how can we know whether he has permission to visit a special project/node/etc12:58
iurygregorybye janders o/12:58
dtantsurQianbiaoNG: we contact keystone for that13:00
QianbiaoNGdtantsur manually or some config?13:00
iurygregorykeystone would verify things https://github.com/openstack/ironic/blob/30a9d3357770eee5642034325c0fdb6c83c87997/ironic/common/keystone.py13:00
QianbiaoNGmay u point me out the code in Ironic project.13:01
QianbiaoNGty iurygregory13:01
QianbiaoNGiurygregory this is not what i want.13:01
QianbiaoNGIronic visit other service using config for ironic.conf.13:01
*** ociuhandu has joined #openstack-ironic13:02
QianbiaoNGI want to know how other service visit ironic and been authenticated.13:02
iurygregoryauth_strategy defines if you are using keystone or not13:02
iurygregory[DEFAULT]auth_strategy afaik13:02
QianbiaoNGHmm, let me explain it more clear. like user1 has permission to visit ironic node 1. but no permission for node 2.13:06
QianbiaoNGthen if user1 fetch a keystone token and try to get node 2 details.13:07
QianbiaoNGhow this action is authenticated.13:07
dtantsurthis is checked via policies13:07
dtantsurhttps://opendev.org/openstack/ironic/src/branch/master/ironic/common/policy.py13:07
dtantsurthe default policies given everything to admins13:08
*** ociuhandu has quit IRC13:08
dtantsurdocs https://docs.openstack.org/ironic/latest/admin/node-multitenancy.html13:08
QianbiaoNGdtantsur yes this is what i want13:08
QianbiaoNGchecking.13:08
*** outbrito has joined #openstack-ironic13:09
*** mgoddard has quit IRC13:15
*** mgoddard has joined #openstack-ironic13:17
QianbiaoNGdtantsur ty, i am enlightened :)13:19
QianbiaoNGeverything is clear now.13:20
dtantsurgood :)13:20
*** rcernin has joined #openstack-ironic13:21
*** rcernin has quit IRC13:25
*** tkajinam has quit IRC13:31
*** tkajinam has joined #openstack-ironic13:32
openstackgerritRiccardo Pittau proposed openstack/sushy-tools master: Adding basic support for processors schema  https://review.opendev.org/c/openstack/sushy-tools/+/76190913:38
openstackgerritRiccardo Pittau proposed openstack/sushy-tools master: Adding basic support for processors schema  https://review.opendev.org/c/openstack/sushy-tools/+/76190913:43
*** ociuhandu has joined #openstack-ironic13:53
*** mkrai has joined #openstack-ironic13:53
*** sshnaidm is now known as sshnaidm|afk13:56
*** ociuhandu has quit IRC13:57
*** QianbiaoNG has quit IRC14:00
*** QianbiaoNG has joined #openstack-ironic14:01
*** derekh has quit IRC14:02
*** derekh has joined #openstack-ironic14:02
*** rloo has joined #openstack-ironic14:06
*** paras333_ has joined #openstack-ironic14:08
*** ociuhandu has joined #openstack-ironic14:09
*** ociuhandu has quit IRC14:14
*** ociuhandu has joined #openstack-ironic14:25
*** zzzeek has quit IRC14:28
*** zzzeek has joined #openstack-ironic14:29
*** rpittau is now known as rpittau|bbl14:29
*** sshnaidm|afk is now known as sshnaidm14:34
*** ociuhandu has quit IRC14:36
*** fmuyassarov has joined #openstack-ironic14:44
*** fmuyassarov has quit IRC14:48
*** mkrai has quit IRC14:51
*** mkrai has joined #openstack-ironic14:52
*** Goneri has joined #openstack-ironic14:56
*** ociuhandu has joined #openstack-ironic15:07
*** ociuhandu has quit IRC15:11
*** ociuhandu has joined #openstack-ironic15:14
*** ociuhandu_ has joined #openstack-ironic15:27
*** ociuhandu has quit IRC15:30
*** outbrito has quit IRC15:35
*** QianbiaoNG has quit IRC15:37
*** zzzeek has quit IRC15:41
*** zzzeek has joined #openstack-ironic15:43
*** rpittau|bbl is now known as rpittau15:44
*** ociuhandu_ has quit IRC15:44
*** ociuhandu has joined #openstack-ironic15:45
*** sean-k-mooney1 is now known as sean-k-mooney15:47
*** ociuhandu has quit IRC16:00
*** ociuhandu has joined #openstack-ironic16:14
openstackgerritRiccardo Pittau proposed openstack/ironic master: Replace retrying with tenacity  https://review.opendev.org/c/openstack/ironic/+/37657416:22
*** ociuhandu has quit IRC16:24
*** ociuhandu has joined #openstack-ironic16:26
*** ociuhandu has quit IRC16:31
*** mkrai has quit IRC16:39
*** irclogbot_0 has quit IRC16:41
*** irclogbot_1 has joined #openstack-ironic16:46
jamesdentonis there a way to force a baremetal instance to ERROR if the baremetal vnic port fails to bind?16:47
dtantsurjamesdenton: there was an effort to do it, but it has never been finished16:57
dtantsurhttps://specs.openstack.org/openstack/ironic-specs/specs/not-implemented/synchronize-events-with-neutron.html16:58
jamesdentoni see, so it is expected behavior then for the instance to go ACTIVE despite whatever state the port is?16:58
jamesdentonthanks for the link16:59
*** lucasagomes has quit IRC17:00
dtantsurunfortunately, yes17:00
dtantsurvolunteers to help finish this are always welcome17:00
openstackgerritMerged openstack/ironic master: Add vendor_passthru method for virtual media  https://review.opendev.org/c/openstack/ironic/+/76300717:02
jamesdentoni hear ya :) i'll take a look, but my skills are generally limited to adding print statements17:03
*** ociuhandu has joined #openstack-ironic17:03
dtantsuryeah, it's probably more work than you'd like to take17:05
*** dougsz has joined #openstack-ironic17:07
*** ociuhandu has quit IRC17:09
*** ociuhandu has joined #openstack-ironic17:29
*** dougsz has quit IRC17:32
*** ociuhandu has quit IRC18:01
*** derekh has quit IRC18:01
*** ociuhandu has joined #openstack-ironic18:02
*** mgoddard has quit IRC18:04
*** zzzeek has quit IRC18:06
*** zzzeek has joined #openstack-ironic18:06
*** ociuhandu has quit IRC18:06
*** sshnaidm has quit IRC18:23
*** sshnaidm has joined #openstack-ironic18:24
*** k_mouza has quit IRC18:24
*** sshnaidm has quit IRC18:28
*** sshnaidm has joined #openstack-ironic18:28
openstackgerritBill Dodd proposed openstack/sushy master: Raise exception when async operation fails  https://review.opendev.org/c/openstack/sushy/+/76422918:41
*** zzzeek has quit IRC18:41
*** zzzeek has joined #openstack-ironic18:42
rpittaugood night! o/18:52
*** rpittau is now known as rpittau|afk18:52
*** dking has quit IRC19:02
*** belmoreira has quit IRC19:11
*** belmoreira has joined #openstack-ironic19:24
*** dtantsur is now known as dtantsur|afk19:33
*** dougsz has joined #openstack-ironic19:34
*** dougsz has quit IRC19:58
openstackgerritRiccardo Pittau proposed openstack/ironic master: Replace retrying with tenacity  https://review.opendev.org/c/openstack/ironic/+/37657420:11
*** belmoreira has quit IRC20:20
*** sdanni has quit IRC20:37
NobodyCamhappy almost holiday time for US Ironic'ers; Happy hump day to all the non-US based Ironic'ers20:40
*** zzzeek has quit IRC20:44
*** zzzeek has joined #openstack-ironic20:46
*** rcernin has joined #openstack-ironic21:35
*** rcernin has quit IRC21:37
*** rcernin has joined #openstack-ironic21:38
*** zzzeek has quit IRC21:45
*** zzzeek has joined #openstack-ironic21:47
openstackgerritJames Denton proposed openstack/networking-generic-switch master: Support multiple links in link_local_information dict of portgroups  https://review.opendev.org/c/openstack/networking-generic-switch/+/55705121:49
*** rloo has quit IRC22:05
openstackgerritSteve Baker proposed openstack/ironic master: JSON conversion followup change  https://review.opendev.org/c/openstack/ironic/+/76327922:15
openstackgerritSteve Baker proposed openstack/ironic master: Improve object_to_dict arguments  https://review.opendev.org/c/openstack/ironic/+/76350122:15
openstackgerritSteve Baker proposed openstack/ironic master: Test patching booleans with string values  https://review.opendev.org/c/openstack/ironic/+/76371322:15
*** k_mouza has joined #openstack-ironic22:25
*** k_mouza has quit IRC22:29
*** rcernin has quit IRC22:54
*** rcernin has joined #openstack-ironic22:54
openstackgerritMerged x/sushy-oem-idrac master: Use wallaby CI tests  https://review.opendev.org/c/x/sushy-oem-idrac/+/75836523:14
jandersgood morning Ironic o/23:19
iurygregorymorning janders o/23:30
jandersback to troubleshooting unit tests :)23:39
iurygregoryI just finished packing \o/23:40
*** tosky has quit IRC23:51
janderswell done!23:54
jandershow many suitcases/kilos?23:54
iurygregory1 23kg max (its 21.5kg)23:55
iurygregoryand 1 hand luggage (12kg max I think)23:56
jandersnice! :)23:57
jandersnot too much23:57
iurygregoryyeah23:58
iurygregorymost the weight it's probably because of the PS4 for my sister23:58
jandersyou23:59
iurygregoryon the hand luggage I'm going to see if I can take 2 notebooks and my keyboard XD23:59
jandersyou're a good brother! :)23:59
janderscan you pre-pay extra bags if needed?23:59

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