From: tappro Date: Wed, 3 Sep 2008 08:11:27 +0000 (+0000) Subject: - export handling for VBR X-Git-Tag: v1_7_110~2^292 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=33c37d6b3d059a87feeaae630ec069e715ea1c56;p=fs%2Flustre-release.git - export handling for VBR b:15391 i:rread, bzzz --- diff --git a/lustre/mds/mds_lov.c b/lustre/mds/mds_lov.c index d33bcc2..ca91c9e 100644 --- a/lustre/mds/mds_lov.c +++ b/lustre/mds/mds_lov.c @@ -1063,6 +1063,9 @@ int mds_notify(struct obd_device *obd, struct obd_device *watched, break; case OBD_NOTIFY_CONFIG: mds_allow_cli(obd, (unsigned long)data); + /* call this only when config is processed and stale_export_age + * value is configured */ + class_disconnect_expired_exports(obd); default: RETURN(0); }