From 1b0b797921c058d7cd18bb95711b857812777ddc Mon Sep 17 00:00:00 2001 From: behlendo Date: Fri, 28 Jun 2002 19:48:59 +0000 Subject: [PATCH] - Refined the DTD futher: 'id' changed to 'name'; tree structure rearranged and brought more inline with the documentation; other general ongoing cleanup. - DTD changes reflected in net-local.xml. - obdctl properly uses of UUIDs during config, on going work here. --- lustre/tests/llxmlsetup.sh | 2 +- lustre/tests/net-local.xml | 63 ++++++++++++++------------ lustre/utils/lustre.dtd | 107 +++++++++++++++++++++------------------------ 3 files changed, 84 insertions(+), 88 deletions(-) diff --git a/lustre/tests/llxmlsetup.sh b/lustre/tests/llxmlsetup.sh index 4076445..d0915cd 100755 --- a/lustre/tests/llxmlsetup.sh +++ b/lustre/tests/llxmlsetup.sh @@ -31,5 +31,5 @@ export DEBUG_WAIT=no echo echo "To mount the filesystem:" -echo "mount -t lustre_lite -o ost=`$OBDCTL name2dev OSCDEV`,mds=`$OBDCTL name2dev MDCDEV` none /mnt/lustre" +echo "mount -t lustre_lite -o ost=`$OBDCTL name2dev osc-srv`,mds=`$OBDCTL name2dev mdc-srv` none /mnt/lustre" diff --git a/lustre/tests/net-local.xml b/lustre/tests/net-local.xml index 9d08af5..ed90255 100644 --- a/lustre/tests/net-local.xml +++ b/lustre/tests/net-local.xml @@ -2,57 +2,62 @@ - - + + + - - - - - - - - + + + + + + + + + - + - - extN - /dev/loop0 - - - - - + extN /dev/loop1 no - - - - - - + localhost 1234 - + extN + /dev/loop0 + + + - + localhost 1234 + + + + + + + + + + + - + /mnt/lustre dev - + diff --git a/lustre/utils/lustre.dtd b/lustre/utils/lustre.dtd index d76dc27..1b44735 100644 --- a/lustre/utils/lustre.dtd +++ b/lustre/utils/lustre.dtd @@ -1,78 +1,69 @@ - - + + + - - + - - + - - - - - - - + + + - - - - - - - - - - - + + + + + + + + + + - - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.8.3.1