Whamcloud - gitweb
give a warnning if somebody don't pass lustre id to ost, it should be
[fs/lustre-release.git] / 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");
         }