From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:59314 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934199AbcJMVp0 (ORCPT ); Thu, 13 Oct 2016 17:45:26 -0400 Date: Thu, 13 Oct 2016 21:40:58 +0100 From: Al Viro To: CAI Qian Cc: Andreas Gruenbacher , Miklos Szeredi , Vivek Goyal , linux-fsdevel Subject: Re: [bisected] Re: docker overlay support broken post v4.8 Message-ID: <20161013204058.GT19539@ZenIV.linux.org.uk> References: <530387982.494829.1476280492275.JavaMail.zimbra@redhat.com> <2011297919.807400.1476391103491.JavaMail.zimbra@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2011297919.807400.1476391103491.JavaMail.zimbra@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Oct 13, 2016 at 04:38:23PM -0400, CAI Qian wrote: > > > ----- Original Message ----- > > From: "CAI Qian" > > Sent: Wednesday, October 12, 2016 9:54:52 AM > > Subject: docker overlay support broken post v4.8 > > > > Some patches went into the 4.9 merge window broke docker overlay support even > > with > > selinux disabled (setenforce 0). > > > > # docker run -it fedora bash > > /usr/bin/docker-latest: Error response from daemon: error creating overlay > > mount to > > /var/lib/docker-latest/overlay/8ffc75b527de2863daef50a7c88a382b84953a0d40f49c40d2a9f504d9e8123c-init/merged: > > operation not supported. > > See '/usr/bin/docker-latest run --help'. > > > > This message splits in the console. > > [61250.857832] SELinux: (dev overlay, type overlay) has no xattr support > Reverted the patchset of "Xattr inode operation removal" against the latest mainline > fixed the problem, i.e., commits below in order. > > fd50ecaddf8372a1d96e0daeaac0f93cf04e4d42 > 6c6ef9f26e598fb977f60935e109cd5b266c941a > bf3ee71363c0b44acb62f375aea470262ac4210a > 5d6c31910bc0713e37628dc0ce677dcb13c8ccf4 > f5c244383725a6de06bc62fa7c54c0ea0d942eec > 5f6e59ae8277cef221fdbf9b12f0c4f80db59944 > d0a5b995a308347fdb1bb0412df32acd0312523b Where in that branch has that started? Or is it interaction upon merge between two branches, each working on its own?