From: alex Date: Tue, 21 Jun 2005 05:33:31 +0000 (+0000) Subject: b=6087 X-Git-Tag: v1_7_100~1170 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=671f74dff72bdd44f568a88f7112a080e0d442af;p=fs%2Flustre-release.git b=6087 - don't confuse OST by non-zero connect flags from clients. OST expects group number while only MDS can have a group --- diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 5ce6640..6e0a11a 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -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 "