Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f6926
)
merge Robert's lconf change into b_cray
author
nfshp
<nfshp>
Sat, 29 Mar 2003 15:09:50 +0000
(15:09 +0000)
committer
nfshp
<nfshp>
Sat, 29 Mar 2003 15:09:50 +0000
(15:09 +0000)
lustre/utils/lconf.in
patch
|
blob
|
history
diff --git
a/lustre/utils/lconf.in
b/lustre/utils/lconf.in
index
cbe05dd
..
0c04d62
100755
(executable)
--- 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)