[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b3374a06-fa75-b1af-baa5-14b5dfba2b19@6wind.com>
Date: Mon, 1 Jul 2019 16:17:03 +0200
From: Nicolas Dichtel <nicolas.dichtel@...nd.com>
To: Matteo Croce <mcroce@...hat.com>
Cc: netdev <netdev@...r.kernel.org>,
Alexander Aring <aring@...atatu.com>
Subject: Re: [RFC iproute2] netns: add mounting state file for each netns
Le 01/07/2019 à 15:50, Matteo Croce a écrit :
> On Mon, Jul 1, 2019 at 2:38 PM Nicolas Dichtel
> <nicolas.dichtel@...nd.com> wrote:
>>
>> Le 30/06/2019 à 21:29, Matteo Croce a écrit :
>>> When ip creates a netns, there is a small time interval between the
>>> placeholder file creation in NETNS_RUN_DIR and the bind mount from /proc.
>>>
>>> Add a temporary file named .mounting-$netns which gets deleted after the
>>> bind mount, so watching for delete event matching the .mounting-* name
>>> will notify watchers only after the bind mount has been done.
>> Probably a naive question, but why creating those '.mounting-$netns' files in
>> the directory where netns are stored? Why not another directory, something like
>> /var/run/netns-monitor/?
>>
>>
>> Regards,
>> Nicolas
>
> Yes, would work too. But ideally I'd wait for the mount inotify notifications.
>
Yes, I agree.
Powered by blists - more mailing lists