Whamcloud - gitweb
- some versions of python don't eat single member set w/o comma
[fs/lustre-release.git] / lustre / utils / lconf
index f6f36f3..91c64ed 100755 (executable)
@@ -1214,7 +1214,7 @@ class kmod:
                                self.name)
             if not module and self.name != 'ptlrpcs_gss':
                 panic('module not found:', self.name)
-            (rc, out)  = run('/sbin/insmod', module)
+            (rc, out)  = run('/usr/local/sbin/insmod', module)
             if rc:
                 if self.name == 'ptlrpcs_gss':
                     print "Warning: not support gss security!"
@@ -3016,7 +3016,7 @@ def getServiceLevel(self):
         ret = 40
     elif type in ('lmv', 'cobd',):
         ret = 45
-    elif type in ('gkd'):
+    elif type in ('gkd',):
        ret = 50
     elif type in ('cmobd', 'cobd',):
         ret = 60