Whamcloud - gitweb
yanhao:
authoryanhao <yanhao>
Wed, 11 Dec 2002 17:59:53 +0000 (17:59 +0000)
committeryanhao <yanhao>
Wed, 11 Dec 2002 17:59:53 +0000 (17:59 +0000)
fix bug 461 wrong paths in lconf
fix bug 386 lconf error message confusing

lustre/utils/lconf.in

index bf0f3ce..3456d6f 100755 (executable)
@@ -984,7 +984,7 @@ class MDS(Module):
         if self.fstype == 'extN':
             self.add_module(config.src_dir()+'extN', 'extN') 
         self.add_module(config.src_dir()+'mds', 'mds')
-        self.add_module(config.src_dir()+'mds', 'mds_%s' % (self.fstype))
+        self.add_module(config.src_dir()+'mds' , 'fsfilt_%s' % (self.fstype))
             
     def prepare(self):
         if is_prepared(self.uuid):
@@ -1048,6 +1048,7 @@ class OBD(Module):
         if self.fstype == 'extN':
             self.add_module(config.src_dir()+'extN', 'extN') 
         self.add_module(config.src_dir()+'' + self.obdtype, self.obdtype)
+        self.add_module(config.src_dir()+'obdclass' , 'fsfilt_%s' % (self.fstype))
 
     # need to check /proc/mounts and /etc/mtab before
     # formatting anything.