Whamcloud - gitweb
- initial checkin
[fs/lustre-release.git] / lustre / tests / lov.xml
diff --git a/lustre/tests/lov.xml b/lustre/tests/lov.xml
new file mode 100644 (file)
index 0000000..ccf02db
--- /dev/null
@@ -0,0 +1,78 @@
+<?xml version="1.0"?>
+<!DOCTYPE lustre SYSTEM "../utils/lustre.dtd">
+
+<lustre>
+  <node name="localhost" uuid="localhost-UUID">
+    <network type='tcp' name='net' uuid="net-UUID" >
+      <server>localhost</server>
+      <port>2432</port>
+    </network>
+    <profile_ref num="1" name="local-profile" uuidref="local-profile-UUID"></profile_ref>
+  </node>
+
+  <profile name="local-profile" uuid="local-profile-UUID">
+    <service_ref uuidref="lov1-UUID"></service_ref>
+    <service_ref uuidref="mdc1-UUID"></service_ref>
+    <service_ref uuidref="mds1-UUID"></service_ref>
+    <service_ref uuidref="net-UUID"></service_ref>
+    <service_ref uuidref="obd1-UUID"></service_ref>
+    <service_ref uuidref="obd2-UUID"></service_ref>
+    <service_ref uuidref="ost1-UUID"></service_ref>
+    <service_ref uuidref="ost2-UUID"></service_ref>
+    <service_ref uuidref="osc1-UUID"></service_ref>
+    <service_ref uuidref="osc2-UUID"></service_ref>
+  </profile>
+
+  <lov name="lov1" uuid="lov1-UUID">
+    <mdc_ref uuidref="mdc1-UUID"/>
+    <devices stripesize="4096" pattern="0">
+      <obd_ref uuidref="obd1-UUID"/>
+      <obd_ref uuidref="obd2-UUID"/>
+    </devices>
+  </lov>
+
+  <mdc name="mdc1" uuid="mdc1-UUID">
+    <network_ref name='net' uuidref='net-UUID'/>
+    <mds_ref uuidref="mds-UUID"/>
+  </mdc>
+
+  <mds name="mds1" uuid="mds1-UUID">
+    <network_ref name='net-local' uuidref="net-local-UUID"/>
+    <fstype>extN</fstype>
+    <device size="10000">/tmp/mds1</device>
+    <autoformat>yes</autoformat>
+  </mds>
+
+  <osc name="osc1" uuid="osc1-UUID">
+    <network_ref name='net' uuidref='net-UUID'/>
+    <obd_ref uuidref="obd1-UUID"/>
+  </osc>
+
+  <osc name="osc2" uuid="osc2-UUID">
+    <network_ref name='net' uuidref='net-UUID'/>
+    <obd_ref uuidref="obd2-UUID"/>
+  </osc>
+
+  <ost name="ost1" uuid="ost1-UUID">
+    <network_ref name='net' uuidref='net-UUID'/>
+    <obd_ref uuidref='obd1-UUID'/>
+  </ost>
+
+  <ost name="ost2" uuid="ost2-UUID">
+    <network_ref name='net' uuidref='net-UUID'/>
+    <obd_ref uuidref='obd2-UUID'/>
+  </ost>
+
+  <obd name="obd1" uuid="obd1-UUID" type="obdfilter">
+    <fstype>extN</fstype>
+    <device size="10000">/tmp/obd1</device>
+    <autoformat>yes</autoformat>
+  </obd>
+
+  <obd name="obd2" uuid="obd2-UUID" type="obdfilter">
+    <fstype>extN</fstype>
+    <device size="10000">/tmp/obd2</device>
+    <autoformat>yes</autoformat>
+  </obd>
+
+</lustre>