Whamcloud - gitweb
- make seq clients name coherent with server's.
authoryury <yury>
Fri, 1 Sep 2006 06:05:32 +0000 (06:05 +0000)
committeryury <yury>
Fri, 1 Sep 2006 06:05:32 +0000 (06:05 +0000)
lustre/mdc/mdc_request.c

index e09d078..7eeb499 100644 (file)
@@ -1130,8 +1130,9 @@ static int mdc_fid_init(struct obd_export *exp)
         if (uuid == NULL)
                 GOTO(out_free_seq, rc = -ENOMEM);
 
-        snprintf(uuid, MAX_OBD_NAME + 5, "mgr-%s",
-                        exp->exp_obd->obd_name);
+        snprintf(uuid, MAX_OBD_NAME + 5, "srv-%s",
+                 exp->exp_obd->obd_name);
+
         /* init client side sequence-manager */
         rc = seq_client_init(cli->cl_seq, uuid,
                              exp, LUSTRE_SEQ_METADATA);