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.

_______________________________________________
Lustre-discuss mailing list
[email protected]
http://lists.lustre.org/mailman/listinfo/lustre-discuss

Reply via email to