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