Whamcloud - gitweb
478306de809f40cde48a297423e5a03b8159c46b
[fs/lustre-release.git] / lustre / tests / lov.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE lustre SYSTEM "../utils/lustre.dtd">
3
4 <lustre>
5   <node name="localhost" uuid="localhost-UUID">
6     <network type='tcp' name='net' uuid="net-UUID" >
7       <server>localhost</server>
8       <port>2432</port>
9     </network>
10     <profile_ref num="1" name="local-profile" uuidref="local-profile-UUID"></profile_ref>
11   </node>
12
13   <profile name="local-profile" uuid="local-profile-UUID">
14     <service_ref uuidref="net-UUID"/>
15     <service_ref uuidref="ldlm-srv-UUID"/>
16     <service_ref uuidref="lov1-UUID"/>
17     <service_ref uuidref="mtpt1-UUID"/>
18     <service_ref uuidref="mdc1-UUID"/>
19     <service_ref uuidref="mds-UUID"/>
20     <service_ref uuidref="obd1-UUID"/>
21     <service_ref uuidref="obd2-UUID"/>
22     <service_ref uuidref="ost1-UUID"/>
23     <service_ref uuidref="ost2-UUID"/>
24     <service_ref uuidref="osc1-UUID"/>
25     <service_ref uuidref="osc2-UUID"/>
26   </profile>
27
28   <ldlm name="ldlm-srv" uuid="ldlm-srv-UUID"/>
29
30   <lov name="lov1" uuid="lov1-UUID">
31     <mdc_ref uuidref="mdc1-UUID"/>
32     <devices stripesize="65536" pattern="0">
33       <osc_ref uuidref="osc1-UUID"/>
34       <osc_ref uuidref="osc2-UUID"/>
35     </devices>
36   </lov>
37
38   <mdc name="mdc1" uuid="mdc1-UUID">
39     <network_ref name='net' uuidref='net-UUID'/>
40     <mds_ref uuidref="mds-UUID"/>
41   </mdc>
42
43   <mds name="mds" uuid="mds-UUID">
44     <network_ref name='net-local' uuidref="net-local-UUID"/>
45     <fstype>extN</fstype>
46     <device size="50000">/tmp/mds</device>
47     <autoformat>yes</autoformat>
48   </mds>
49
50   <osc name="osc1" uuid="osc1-UUID">
51     <network_ref name='net' uuidref='net-UUID'/>
52     <obd_ref uuidref="obd1-UUID"/>
53   </osc>
54
55   <osc name="osc2" uuid="osc2-UUID">
56     <network_ref name='net' uuidref='net-UUID'/>
57     <obd_ref uuidref="obd2-UUID"/>
58   </osc>
59
60   <ost name="ost1" uuid="ost1-UUID">
61     <network_ref name='net' uuidref='net-UUID'/>
62     <obd_ref uuidref='obd1-UUID'/>
63   </ost>
64
65   <ost name="ost2" uuid="ost2-UUID">
66     <network_ref name='net' uuidref='net-UUID'/>
67     <obd_ref uuidref='obd2-UUID'/>
68   </ost>
69
70   <obd name="obd1" uuid="obd1-UUID" type="obdfilter">
71     <fstype>extN</fstype>
72     <device size="100000">/tmp/obd1</device>
73     <autoformat>yes</autoformat>
74   </obd>
75
76   <obd name="obd2" uuid="obd2-UUID" type="obdfilter">
77     <fstype>extN</fstype>
78     <device size="100000">/tmp/obd2</device>
79     <autoformat>yes</autoformat>
80   </obd>
81
82   <mountpoint name="mtpt1" uuid="mtpt1-UUID">
83     <path>/mnt/lustre</path>
84     <mdc_ref uuidref="mdc1-UUID"/>
85     <osc_ref uuidref="lov1-UUID"/>
86   </mountpoint>
87
88 </lustre>