Whamcloud - gitweb
Simple example XML file for new obdctl --xml option.
authorbehlendo <behlendo>
Mon, 17 Jun 2002 04:13:53 +0000 (04:13 +0000)
committerbehlendo <behlendo>
Mon, 17 Jun 2002 04:13:53 +0000 (04:13 +0000)
lustre/tests/mds.xml [new file with mode: 0644]

diff --git a/lustre/tests/mds.xml b/lustre/tests/mds.xml
new file mode 100644 (file)
index 0000000..acb3f01
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<!DOCTYPE lustre SYSTEM "lustre.dtd">
+
+<lustre>
+  <node id="dev5" uuid="dev5-UUID">
+    <profile_id num="1" id="mds-profile-1" uuid="mds-profile-1-UUID"></profile_id>
+  </node>
+
+  <profile id="mds-profile-1" uuid="mds-profile-1-UUID">
+    <service_id num="1" id="osc-srv-1" uuid="osc-srv-1-UUID"></service_id>
+    <service_id num="2" id="mds-srv-1" uuid="mds-srv-1-UUID"></service_id>
+  </profile>
+
+  <osc id="osc-srv-1" uuid="osc-srv-1-UUID">
+    <network type="ip" address="192.168.0.1"></network>
+  </osc>
+
+  <mds id="mds-srv-1" uuid="mds-srv-1-UUID">
+    <fstype>extN</fstype>
+    <device>/dev/sda1</device>
+    <server_id num="1" id="dev5" uuid="dev5-UUID"></server_id>
+    <failover_id num="1" id="dev5" uuid="dev5-UUID"></failover_id>
+  </mds>
+</lustre>