Re: [Devel] [PATCH rh7] fs/nfs: don't use delayed unmount for nfs.

2017-10-30 Thread Andrey Ryabinin
On 10/27/2017 08:45 PM, Andrei Vagin wrote: > On Fri, Oct 27, 2017 at 06:31:18PM +0300, Andrey Ryabinin wrote: >> Delayed nfs unmount causes too much PITA. We must destroy VENET ip after >> unmount, but in that case we can't reuse that IP on restarted container >> because it migh be still alive.

Re: [Devel] [PATCH rh7] fs/nfs: don't use delayed unmount for nfs.

2017-10-27 Thread Andrei Vagin
On Fri, Oct 27, 2017 at 06:31:18PM +0300, Andrey Ryabinin wrote: > Delayed nfs unmount causes too much PITA. We must destroy VENET ip after > unmount, but in that case we can't reuse that IP on restarted container > because it migh be still alive. > > So let's just unmount NFS synchronously and