Whamcloud - gitweb
merge Robert's lconf change into b_cray
authornfshp <nfshp>
Sat, 29 Mar 2003 15:09:50 +0000 (15:09 +0000)
committernfshp <nfshp>
Sat, 29 Mar 2003 15:09:50 +0000 (15:09 +0000)
lustre/utils/lconf.in

index cbe05dd..0c04d62 100755 (executable)
@@ -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)