From 1d9f6c6e4b2dcfaae17c5204ca0f055b38b39b87 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 15 Aug 2005 21:56:46 +0000 Subject: [PATCH] - pass connect flag claiming llite is a client --- lustre/llite/llite_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 3a0057a..6cb1455 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -736,7 +736,7 @@ static int lustre_process_log(struct lustre_mount_data *lmd, char *profile, if (rc) GOTO(out_cleanup, rc); - rc = obd_connect(&md_conn, obd, &lmv_uuid, NULL, 0); + rc = obd_connect(&md_conn, obd, &lmv_uuid, NULL, OBD_OPT_REAL_CLIENT); if (rc) { CERROR("cannot connect to %s: rc = %d\n", lmd->lmd_mds, rc); GOTO(out_cleanup, rc); -- 1.8.3.1