From: adilger Date: Thu, 14 Apr 2005 10:50:29 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: v1_8_0_110~486^7~17 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=bbd263e54dc9e83ef6c4ecce2c1180372057d142;p=fs%2Flustre-release.git Branch: b1_4 Handle the new LOV config when running with a config in LDAP. b=6064 r=fergal (original patch) --- 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):