From 00174666e20d9618e020aa3be1f810173e31e53a Mon Sep 17 00:00:00 2001 From: nfshp Date: Sat, 29 Mar 2003 15:09:50 +0000 Subject: [PATCH] merge Robert's lconf change into b_cray --- lustre/utils/lconf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/utils/lconf.in b/lustre/utils/lconf.in index cbe05dd..0c04d62 100755 --- a/lustre/utils/lconf.in +++ b/lustre/utils/lconf.in @@ -1490,6 +1490,8 @@ class Mountpoint(Module): if not mdc_uuid: panic("Unable to determine MDC UUID. Probably need to cleanup before re-mounting.") self.info(self.path, self.mds_uuid, self.obd_uuid) + if config.lctl_dump: + return cmd = "mount -t lustre_lite -o osc=%s,mdc=%s none %s" % \ (self.vosc.get_uuid(), mdc_uuid, self.path) run("mkdir", self.path) -- 1.8.3.1