From: nfshp Date: Sat, 29 Mar 2003 15:09:50 +0000 (+0000) Subject: merge Robert's lconf change into b_cray X-Git-Tag: v1_7_100~1^38~22 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=00174666e20d9618e020aa3be1f810173e31e53a;p=fs%2Flustre-release.git merge Robert's lconf change into b_cray --- 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)