Whamcloud - gitweb
give a warnning if somebody don't pass lustre id to ost, it should be
authorniu <niu>
Thu, 4 Aug 2005 09:45:49 +0000 (09:45 +0000)
committerniu <niu>
Thu, 4 Aug 2005 09:45:49 +0000 (09:45 +0000)
error assertion in future.

lustre/obdfilter/filter.c

index ca5f29f..3db7684 100644 (file)
@@ -2371,6 +2371,8 @@ int filter_create_object(struct obd_device *obd, struct obdo *oa)
                         CERROR("store fid in object failed! rc:%d\n", rc);
                         GOTO(cleanup, rc);
                 }
+        } else {
+                CWARN("create object without lustre id!\n");
         }