From ac4c7003c79b76058969ae099ec4b91f9a5342e5 Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 13 Jun 2003 00:49:17 +0000 Subject: [PATCH] Config support for the namespace mount option, Peter will fill in the kernel details. lmc --add mds ... --nspath /mnt/point lmc --add ost ... --nspath /mnt/point I added these options to local.sh, not sure if they need to be in there permanently. --- lustre/utils/Lustre/lustredb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/utils/Lustre/lustredb.py b/lustre/utils/Lustre/lustredb.py index 35bca56..e3c604b 100644 --- a/lustre/utils/Lustre/lustredb.py +++ b/lustre/utils/Lustre/lustredb.py @@ -37,7 +37,7 @@ class LustreDB: return int(str) return default except ValueError: - raise LconfError("text value is not integer:", str) + raise Lustre.LconfError("text value is not integer: " + str) def get_first_ref(self, tag): """ Get the first uuidref of the type TAG. Only @@ -264,7 +264,7 @@ class LustreDB_XML(LustreDB): return ret def _update_active(self, tgt, new): - raise LconfError("updates not implemented for XML") + raise Lustre.LconfError("updates not implemented for XML") # ================================================================ # LDAP Support -- 1.8.3.1