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:
764741f
)
Doh! This belongs in the OBD setup, and it's already there...
author
adilger
<adilger>
Thu, 12 Dec 2002 07:06:59 +0000
(07:06 +0000)
committer
adilger
<adilger>
Thu, 12 Dec 2002 07:06:59 +0000
(07:06 +0000)
lustre/utils/lconf.in
patch
|
blob
|
history
diff --git
a/lustre/utils/lconf.in
b/lustre/utils/lconf.in
index
929f0d9
..
d7ca788
100755
(executable)
--- a/
lustre/utils/lconf.in
+++ b/
lustre/utils/lconf.in
@@
-1075,7
+1075,6
@@
class OST(Module):
Module.__init__(self, 'OST', dom_node)
self.obd_uuid = get_first_ref(dom_node, 'obd')
self.add_module(config.src_dir()+'ost', 'ost')
- self.add_module(config.src_dir()+'obdclass', 'fsfilt_%s'%(self.fstype))
def prepare(self):
if is_prepared(self.uuid):