Whamcloud - gitweb
Doh! This belongs in the OBD setup, and it's already there...
authoradilger <adilger>
Thu, 12 Dec 2002 07:06:59 +0000 (07:06 +0000)
committeradilger <adilger>
Thu, 12 Dec 2002 07:06:59 +0000 (07:06 +0000)
lustre/utils/lconf.in

index 929f0d9..d7ca788 100755 (executable)
@@ -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):