Re: aufs3 GIT release

2015-04-04 Thread Guan Xin
Dear Okajima, The change causes implicit declaration of vfree and vzalloc in "fs/aufs/super.c". Could you add back "#include "? Thanks! Guan On Sun, Mar 29, 2015 at 5:56 PM, wrote: > > All changes are tiny, and the behaviour doesn't change. > > J. R. Okajima > > -

open(..., O_CREAT|O_EXCL, 0400) on aufs over nfs4

2015-04-04 Thread Pip Cet
I'm running into a problem using tar(1) to create a read-only file on an aufs file system with two nfs4 branches. test@sivtar-8e3b7f91b4ed:~/test$ ls test@sivtar-8e3b7f91b4ed:~/test$ echo test > x test@sivtar-8e3b7f91b4ed:~/test$ chmod 0400 x test@sivtar-8e3b7f91b4ed:~/te

Re: pmfsrr mode

2015-04-04 Thread sfjro
"Jean-Ray Arseneau": > Here=E2=80=99s the updated log after applying the latest debug b.patch: Thank you very much. I think I could see the scenario. As you might know, the mfs policy caches the free-space value per branch, and pmfsrr policy internally runs the mfs rourtine twice. The first one i

Re: pmfsrr mode

2015-04-04 Thread Jean-Ray Arseneau
Hereâs the updated log after applying the latest debug b.patch: https://dl.dropboxusercontent.com/u/26943/syslog-20150404.zip Jean On Sat, Apr 4, 2015 at 11:53 AM, sf...@users.sourceforge.net <[1]sf...@users.sourceforge.net> wrote: "Jean-R

Re: Permissions for root user

2015-04-04 Thread sfjro
sf...@users.sourceforge.net: > Your case looks different a little bit from Christoph Pleger's, but it > must be same essentially. I've found linux NFS client always sets > MS_POSIXACL (which is a flag in VFS layer) even if it was mounted with > 'noacl.' I don't think it illegal or violation somethi

Re: pmfsrr mode

2015-04-04 Thread sfjro
"Jean-Ray Arseneau": > Absolutely Here is an additional debug patch. J. R. Okajima b.patch.bz2 Description: BZip2 compressed data -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by In

Re: pmfsrr mode

2015-04-04 Thread Jean-Ray Arseneau
Absolutely On Sat, Apr 4, 2015 at 1:30 AM, sf...@users.sourceforge.net <[1]sf...@users.sourceforge.net> wrote: "Jean-Ray Arseneau": > Apologies, I sent the wrong log file. > > Here is the correct one, I am quite sure the patch is installed, as I see =