Re: [Ocfs2-users] ocfs2 acl issue

2009-07-15 Thread Tiger Yang
Hi, Marco, Thanks a lot, it is really a bug in ocfs2 acl. I can reproduce it now and find the cause. I will send a patch to fix it after done some test. thanks, tiger Marco Huang wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tao, Thanks for your previous support. We are

Re: [Ocfs2-users] ocfs2 acl issue

2009-07-15 Thread Sunil Mushran
Please do remember to file a bugzilla. Once it is fixed, add the git commit details to it. On Jul 15, 2009, at 4:15 AM, Tiger Yang tiger.y...@oracle.com wrote: Hi, Marco, Thanks a lot, it is really a bug in ocfs2 acl. I can reproduce it now and find the cause. I will send a patch to fix it

Re: [Ocfs2-users] ocfs2 acl issue

2009-07-15 Thread Marco Huang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tiger, I am also exporting the ocfs2 file system via nfs (with acl) to other servers. I am getting the following kernel panic about 2 times in 3 days. Hope you can look into that, maybe it's related. Jul 16 12:51:40 webcluster2.sit.auckland.ac.nz

Re: [Ocfs2-users] ocfs2 acl issue

2009-07-15 Thread Tao Ma
Hi Marco, From the stack it looks that it isn't acl related. So could you please file a bug in http://oss.oracle.com/bugzilla/(just for this, acl is another issue) with all these informations? Thanks. And could you please also do: objdump -DSl /lib/modules/`uname

Re: [Ocfs2-users] ocfs2 acl issue

2009-07-15 Thread Sunil Mushran
Please file a bugzilla @ oss.oracle.com/bugzilla Attach this to it. On Jul 15, 2009, at 6:37 PM, Marco Huang marco.hu...@sit.auckland.ac.nz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tiger, I am also exporting the ocfs2 file system via nfs (with acl) to other servers. I am

Re: [Ocfs2-users] ocfs2 acl issue

2009-07-14 Thread Tiger Yang
Hi, Marco, To make the problem simple, could you do a test like this: first, umount ocfs2 and fsck.ocfs2 -f /dev/mapper/wwwbackup-vol01 1. mount ocfs2 WITHOUT acl 2. mkdir test1 3. stat test1 on two nodes. 4. getfacl test1 on two nodes. 5. touch t1 6. stat t1 on two nodes. 7. getfacl t1 on two