From: braam Date: Thu, 18 Sep 2003 02:11:21 +0000 (+0000) Subject: - a variety of log fixes to the catalog system X-Git-Tag: v1_7_0_51~2^7~521 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fb44149a8ee416601fe3e707a803c4ad57821e5d;p=fs%2Flustre-release.git - a variety of log fixes to the catalog system - can now create catalog entries and secondary logs - some obdo is not being cleaned up. --- diff --git a/lustre/mds/mds_internal.h b/lustre/mds/mds_internal.h index a5b7290..ae98de06 100644 --- a/lustre/mds/mds_internal.h +++ b/lustre/mds/mds_internal.h @@ -53,7 +53,7 @@ int mds_close(struct ptlrpc_request *req); int mds_client_add(struct obd_device *obd, struct mds_obd *mds, struct mds_export_data *med, int cl_off); int mds_client_free(struct obd_export *exp, int clear_client); -int mds_object_create(struct obd_export *exp, struct obdo *oa, +int mds_obd_create(struct obd_export *exp, struct obdo *oa, struct lov_stripe_md **ea, struct obd_trans_info *oti); /* mds/handler.c */ diff --git a/lustre/tests/run-llog.sh b/lustre/tests/run-llog.sh new file mode 100644 index 0000000..3c7a653 --- /dev/null +++ b/lustre/tests/run-llog.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +insmod ../obdclass/llog_test.o +../utils/lctl modules > /r/tmp/ogdb-localhost.localdomain +echo "NOW reload debugging syms.." +sleep 10 + +../utils/lctl <