Whamcloud - gitweb
The start of a script to convert lmc "batch" specifications to the CSV
authorbrian <brian>
Wed, 14 Jun 2006 22:03:42 +0000 (22:03 +0000)
committerbrian <brian>
Wed, 14 Jun 2006 22:03:42 +0000 (22:03 +0000)
commitf9c7a60c880511629744994b6fd23b5f271481cc
tree619e52cf7bf0c0e00aa2f60a96a6798e65d054f3
parenta8660d57483ddce0e0d5145425b709e64f2ae8ac
The start of a script to convert lmc "batch" specifications to the CSV
format used by the lustre_config.sh script to configure lustre.
The number of lmc options the script understands currently seems to cover
ltest's lmc batch generation.
This is the "cheap way" to get ltest to do mountconf and be able to do full
testing on b1_5 and has the added benefit of testing the lustre_config.sh
scripts while it's at it.
Note, that arguably we should be parsing the XML, not lmc batch commands.
Fortunately the way the script works, changing out parsing of lmc commands
for parsing XML is easy to do and will still work with the backend CSV
generation.
lustre/scripts/lmc2csv.pl [new file with mode: 0644]