Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ed6833
)
Branch: b1_4
author
adilger
<adilger>
Thu, 14 Apr 2005 10:50:29 +0000
(10:50 +0000)
committer
adilger
<adilger>
Thu, 14 Apr 2005 10:50:29 +0000
(10:50 +0000)
Handle the new LOV config when running with a config in LDAP.
b=6064
r=fergal (original patch)
lustre/utils/Lustre/lustredb.py
patch
|
blob
|
history
diff --git
a/lustre/utils/Lustre/lustredb.py
b/lustre/utils/Lustre/lustredb.py
index
fff4be4
..
d60c9c1
100644
(file)
--- 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):