[Lustre-discuss] Nodes claim error with files, then say everything is fine.

Andreas Dilger adilger at sun.com
Mon Aug 18 02:23:23 PDT 2008


On Aug 15, 2008  00:00 -0600, Chris Worley wrote:
> In adding info to bugzilla, you clarified that this is actually bug #16237.
> 
> This bug is "fixed" and in Lustre 1.6.6... but 1.6.6 isn't released.
> 
> Is there a work-around for the 1.6.5.1 client (short of rebooting)?

If you are up to rebuilding the 1.6.5.1 client you can likely fix it with
a small change in lustre_start_mgc() (untested):

-       data->ocd_connect_flags = OBD_CONNECT_VERSION | OBD_CONNECT_AT;
+       data->ocd_connect_flags = OBD_CONNECT_VERSION;
	 
Cheers, Andreas
--
Andreas Dilger
Sr. Staff Engineer, Lustre Group
Sun Microsystems of Canada, Inc.




More information about the lustre-discuss mailing list