Whamcloud - gitweb
Change the key for objects to their name.
authorbrian <brian>
Tue, 21 Nov 2006 02:16:01 +0000 (02:16 +0000)
committerbrian <brian>
Tue, 21 Nov 2006 02:16:01 +0000 (02:16 +0000)
commit6fe48f1dab5ea52309461c5308907032a890cd7b
tree8208c478b21f1adcb09e4e2fb52aecae872eb58c
parent9cf9b55e98496a66c882e821ff5a3a1e32e26543
Change the key for objects to their name.
Support "--lmv <lmvname>" for CMD.  Using --lmv is how LMVs were built with
lmc in 1.4 and since we are trying to source lmc, we should simply use the
same syntax.
find_obj()->find_objs() now returns all objects that match.
So callers need to expect lists and deal with them.  In a lot of cases a
caller can *know* that the list returned will be only one item if the lmc
file is contructed correctly.
Support specification of multiple MDTs on the same MDS using different
devices.
For this, the mountpoint of the MDT needs to use the fsname to make it
unique.
The MDTs and OSTs also need to be created with fsnames.
Use the --node <name> from the lmc mtpt object as the fsname.
lustre/scripts/lmc2csv.pl