Hello,<br /><br />This is my first time here. I'm a computer science student from Poland<br />and I use GPFS during my internship at DESY. GPFS is a completely new<br />experience to me, I don't know much about file systems and especially those<br />used on clusters.<br />I would like to ask about the unix mode bits and mmapplypolicy.<br />What I noticed is that when I do the following:<br /><br />1. Recursively call chmod on some directory (i.e. chmod -R 0777 some_directory)<br />2. Call mmapplypolicy to list mode (permissions),<br /><br />the listed modes of files don't correspond exactly to the modes that I set with chmod.<br />However, if I wait a bit between step 1 and 2, the listed modes are correct.<br />It seems that the mode bits are updated somewhat asynchronically and if I run<br />mmapplypolicy too soon, they will contain old values.<br /><br />I would like to ask if it is possible to make sure that before calling mmputacl,<br />the mode bits of that directory will be up to date on the list generated by a policy?<br /><br />- Omer Sakarya