Jonathan Meagher
2008-Feb-20 17:06 UTC
[Lustre-discuss] user can''t access data until root has
Hi, I''m trying to lean how use lustre 1.6.4.2 by setting up a simple test system with one OST (SUSE 10), one MDT/MGS (RHEL5), and one client (RHEL5). I think I''ve got everything formated and mounted following the examples in the Lustre Manual (Section 4.1.1). But I have the problem that I can''t ls a directory on the lustre filesystem until root has ls that directory. I get ls: .: Identifer removed I guessing this is something very simple I''ve forgot to set. The user does have read access to the directory. Many thanks Jonathan
Johann Lombardi
2008-Feb-20 17:42 UTC
[Lustre-discuss] user can''t access data until root has
On Wed, Feb 20, 2008 at 05:06:53PM +0000, Jonathan Meagher wrote:> ls: .: Identifer removed > > I guessing this is something very simple I''ve forgot to set. The user > does have read access to the directory.The default for filesystems formatted with 1.6.4 is to use the l_getgroups upcall (for better supplementary group support). As a consequence, /etc/{passwd,group} on the MDS have to be populated with the right user and group information. Johann