Whamcloud - gitweb
b=6087
authoralex <alex>
Tue, 21 Jun 2005 05:33:31 +0000 (05:33 +0000)
committeralex <alex>
Tue, 21 Jun 2005 05:33:31 +0000 (05:33 +0000)
 - don't confuse OST by non-zero connect flags from clients. OST expects
   group number while only MDS can have a group

lustre/llite/llite_lib.c

index 5ce6640..6e0a11a 100644 (file)
@@ -249,8 +249,7 @@ int lustre_common_fill_super(struct super_block *sb, char *lmv, char *lov,
                 RETURN(err);
         }
 
-        err = obd_connect(&dt_conn, obd, &sbi->ll_sb_uuid, data,
-                          OBD_OPT_REAL_CLIENT);
+        err = obd_connect(&dt_conn, obd, &sbi->ll_sb_uuid, data, 0);
         if (err == -EBUSY) {
                 CERROR("An OST (lov %s) is performing recovery, of which this"
                        " client is not a part.  Please wait for recovery to "