Whamcloud - gitweb
Large commit which implements more "intelligent" offsets for stripe
[fs/lustre-release.git] / lustre / lib / l_net.c
index 39f74c5..9a7ae96 100644 (file)
@@ -101,6 +101,7 @@ int client_obd_setup(struct obd_device *obddev, obd_count len, void *buf)
         cli->cl_import.imp_obd = obddev;
 
         cli->cl_max_mds_easize = sizeof(struct lov_mds_md);
+        cli->cl_max_ost_easize = sizeof(struct lov_stripe_md);
 
         MOD_INC_USE_COUNT;
         RETURN(0);