Whamcloud - gitweb
- Fix for the 16kb page directory handling (thanks Andreas, it appears to
[fs/lustre-release.git] / lustre / tests / net-local.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE lustre SYSTEM "../utils/lustre.dtd">
3
4 <lustre>
5   <node name="local" uuid="local-UUID">
6     <network type='tcp' name='net-local' uuid="net-local-UUID" >
7       <server>localhost</server>
8       <port>2432</port>
9     </network>
10     <profile_id num="1" name="local-profile" uuid="local-profile-UUID"/>
11   </node>
12
13   <profile name="local-profile" uuid="local-profile-UUID">
14     <service_id num="0" name="net-local" uuid="net-local-UUID"/> 
15     <service_id num="0" name="ldlm-srv" uuid="ldlm-srv-UUID"/> 
16     <service_id num="0" name="obd-srv" uuid="obd-srv-UUID"/>
17     <service_id num="1" name="ost-srv" uuid="ost-srv-UUID"/>
18     <service_id num="4" name="lustre-mnt" uuid="lustre-mnt-UUID"/>
19     <service_id num="2" name="osc-srv" uuid="osc-srv-UUID"/>
20     <service_id num="3" name="mdc-srv" uuid="mdc-srv-UUID"/>
21     <service_id num="0" name="mds-srv" uuid="mds-srv-UUID"/>
22   </profile>
23
24   <ldlm name="ldlm-srv" uuid="ldlm-srv-UUID"></ldlm>
25
26   <obd name="obd-srv" uuid="obd-srv-UUID" type="obdfilter">
27     <fstype>extN</fstype>
28     <device>/tmp/obd-srv</device>
29     <autoformat>no</autoformat>
30   </obd>
31
32   <mds name="mds-srv" uuid="mds-srv-UUID">
33     <network_id name='net-local' uuid="net-local-UUID"/>
34     <fstype>extN</fstype>
35     <device>/tmp/mds-srv</device>
36     <server_id num="1" name="mds-srv" uuid="mds-srv-UUID"/>
37     <failover_id num="1" name="mds-srv" uuid="mds-srv-UUID"/>
38   </mds>
39
40   <ost name="ost-srv" uuid="ost-srv-UUID">
41     <network_id name='net-local' uuid="net-local-UUID"/>
42     <server_id num="1" name="$obd-srv" uuid="obd-srv-UUID"/>
43     <failover_id num="1" name="$obd-srv" uuid="obd-srv-UUID"/>
44   </ost>
45
46   <osc name="osc-srv" uuid="osc-srv-UUID">
47     <!-- Temporarily this points to the OBD and not the OST -->
48     <service_id num="1" name="obd-srv" uuid="obd-srv-UUID"/>
49   </osc>
50
51   <mdc name="mdc-srv" uuid="mdc-srv-UUID">
52     <service_id num="1" name="mds-srv" uuid="mds-srv-UUID"/>
53   </mdc>
54
55   <mountpoint name="lustre-mnt" uuid="lustre-mnt-UUID">
56     <path>/mnt/lustre</path>
57     <fileset>dev</fileset>
58     <mds_id num="1" name="mds-srv" uuid="mds-srv-UUID"/>
59   </mountpoint>
60 </lustre>