From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: overlayfs: allowing for changes to lowerdir Date: Tue, 28 Feb 2017 19:44:57 +0000 Message-ID: <20170228194457.GU29622@ZenIV.linux.org.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org To: Josh England Cc: Amir Goldstein , linux-fsdevel , linux-unionfs@vger.kernel.org, Miklos Szeredi List-Id: linux-unionfs@vger.kernel.org On Tue, Feb 28, 2017 at 11:08:31AM -0800, Josh England wrote: > The behavior I've noted so far from this patch seems to be very well > defined and follows the rule of least surprise (at least for me). I > can change files/directories in the shared root and the changes are > instantly visible to all clients. If a file/directory has been copied > up on the client that change takes precedence over changes in the > lower. Deletes work as expected. I haven't found a downside yet. Try to do something that invalidates a directory in underlying layer with stuff in overlay on its subdirectories.