Whamcloud - gitweb
b=15899
authornathan <nathan>
Fri, 22 Aug 2008 17:40:40 +0000 (17:40 +0000)
committernathan <nathan>
Fri, 22 Aug 2008 17:40:40 +0000 (17:40 +0000)
i=nathan
i=adilger
add OST pools

lustre/mdc/mdc_request.c

index 64fc3e9..5b2aaf0 100644 (file)
@@ -1334,7 +1334,7 @@ int mdc_init_ea_size(struct obd_export *mdc_exp, struct obd_export *lov_exp)
 {
         struct obd_device *obd = mdc_exp->exp_obd;
         struct client_obd *cli = &obd->u.cli;
-        struct lov_stripe_md lsm = { .lsm_magic = LOV_MAGIC };
+        struct lov_stripe_md lsm = { .lsm_magic = LOV_MAGIC_V3 };
         struct lov_desc desc;
         __u32 valsize = sizeof(desc);
         __u32 stripes;