public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
From: Paul Holzinger <pholzing@redhat.com>
To: Stefano Brivio <sbrivio@redhat.com>
Cc: passt-dev@passt.top
Subject: Re: Race condition with pasta COMMAND...
Date: Tue, 31 Jan 2023 19:00:02 +0100	[thread overview]
Message-ID: <fe0cb8d1-5827-22fc-9c74-72c3aaeb05d7@redhat.com> (raw)
In-Reply-To: <20230131140246.33b39a31@elisabeth>

Hi Stefano,

On 31/01/2023 14:02, Stefano Brivio wrote:
> Hi Paul,
>
> On Mon, 30 Jan 2023 19:08:14 +0100
> Paul Holzinger <pholzing@redhat.com> wrote:
>
>> Hi all,
>>
>> while debugging some things I used `./pasta --config-net -- nslookup
>> google.com 1.1.1.1` to test dns.
>> The problem is that does not work because the nslookup process will be
>> executed before pasta is
>> ready with the netns setup, i.e. compare `./pasta --config-net -- ip a`.
> Thanks for the report. I also hit this a couple of months ago but I
> couldn't find yet the time to deal with it:
>
>    https://bugs.passt.top/show_bug.cgi?id=37
>
>> So a workaround is to spawn a shell and sleep: `sh -c "sleep 1; nslookup
>> google.com 1.1.1.1"`
>> However this is ugly and does not ensure that the netns is ready after
>> one second. As a user
>> I would expect pasta to wait until the setup is finished before it calls
>> exec().
> Absolutely, yes.
>
> As I mentioned on that ticket, I *think* that the only way to make sure
> the setup is actually complete is to query back via netlink addresses
> and routes we configured -- simply waiting until we successfully sent
> netlink messages isn't enough, because it takes a (substantial) while
> until addresses and routes are actually available.
>
Is there any reason why we would explicitly need to query netlink
after the setup is done?
With NLM_F_ACK  it should wait long enough, no? We use it like that in
podman and never experienced an problem with the network not being
ready apart from ipv6 DAD and I don't think we need worry about this here.

From  a quick test, at least for my use case it seems to be working when
I hold the exec until the isolate_prefork() call.
>> I can send a patch if you agree and I find some time.
> That would be great, thanks in advance!
>
> If you get to it, I think you could reuse nl_route() and nl_addr() from
> netlink.c to perform the checks -- they might need to be extended a
> bit, I'm not sure.
>


  reply	other threads:[~2023-01-31 18:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-30 18:08 Race condition with pasta COMMAND Paul Holzinger
2023-01-31 13:02 ` Stefano Brivio
2023-01-31 18:00   ` Paul Holzinger [this message]
2023-01-31 18:43     ` Stefano Brivio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fe0cb8d1-5827-22fc-9c74-72c3aaeb05d7@redhat.com \
    --to=pholzing@redhat.com \
    --cc=passt-dev@passt.top \
    --cc=sbrivio@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).