From bbd263e54dc9e83ef6c4ecce2c1180372057d142 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 14 Apr 2005 10:50:29 +0000 Subject: [PATCH] Branch: b1_4 Handle the new LOV config when running with a config in LDAP. b=6064 r=fergal (original patch) --- lustre/utils/Lustre/lustredb.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lustre/utils/Lustre/lustredb.py b/lustre/utils/Lustre/lustredb.py index fff4be43..d60c9c1 100644 --- a/lustre/utils/Lustre/lustredb.py +++ b/lustre/utils/Lustre/lustredb.py @@ -400,6 +400,11 @@ class LustreDB_LDAP(LustreDB): def get_ref_type(self, ref_tag): return ref_tag[:-3] + def _get_lov_tgts(self, tag): + """ Get all the refs of type TAG. Returns list of lov_tgts. """ + tgts = [] + return tgts + # # [(ref_class, ref_uuid),] def _get_all_refs(self): -- 1.8.3.1