Whamcloud - gitweb
- lookup2: drop a lock in an unlikely error case; clarify interrupt
[fs/lustre-release.git] / lustre / tests / mds.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE lustre SYSTEM "lustre.dtd">
3
4 <lustre>
5   <node id="dev5" uuid="dev5-UUID">
6     <profile_id num="1" id="mds-profile-1" uuid="mds-profile-1-UUID"></profile_id>
7   </node>
8
9   <profile id="mds-profile-1" uuid="mds-profile-1-UUID">
10     <service_id num="1" id="osc-srv-1" uuid="osc-srv-1-UUID"></service_id>
11     <service_id num="2" id="mds-srv-1" uuid="mds-srv-1-UUID"></service_id>
12   </profile>
13
14   <osc id="osc-srv-1" uuid="osc-srv-1-UUID">
15     <network type="ip" address="192.168.0.1"></network>
16   </osc>
17
18   <mds id="mds-srv-1" uuid="mds-srv-1-UUID">
19     <fstype>extN</fstype>
20     <device>/dev/sda1</device>
21     <server_id num="1" id="dev5" uuid="dev5-UUID"></server_id>
22     <failover_id num="1" id="dev5" uuid="dev5-UUID"></failover_id>
23   </mds>
24 </lustre>