From 9c88e1ff85d8c255ba78552c5b103021a809e6bd Mon Sep 17 00:00:00 2001 From: shaver Date: Wed, 29 Oct 2003 17:35:52 +0000 Subject: [PATCH] b=2200: perform delorphan recovery when an OST is reintegrated. - use generic per-obd notification system - relay LOV's notifications to MDS - support running delorphan on only one OST, if an OST UUID is specified - suppress CERRORs and refailing for -EIO in interpret_create, because we handle it more gracefully now r=phik. --- lustre/mds/mds_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/mds/mds_internal.h b/lustre/mds/mds_internal.h index 91ad656..da20ff3 100644 --- a/lustre/mds/mds_internal.h +++ b/lustre/mds/mds_internal.h @@ -62,6 +62,7 @@ int mds_lov_set_nextid(struct obd_device *obd); int mds_set_lovdesc(struct obd_device *obd, struct lov_desc *desc, struct obd_uuid *uuidarray); int mds_post_mds_lovconf(struct obd_device *obd); +int mds_notify(struct obd_device *obd, struct obd_device *watched, int active); int mds_convert_lov_ea(struct obd_device *obd, struct inode *inode, struct lov_mds_md *lmm, int lmm_size); -- 1.8.3.1