Whamcloud - gitweb
25916ce8d0ad444d898f353bb98d703864caa162
[fs/lustre-release.git] / lustre / tests / lov.xml
1 <?xml version='1.0' encoding='UTF-8'?>
2 <lustre>
3   <ldlm name='ldlm' uuid='ldlm_UUID'/>
4   <node name='localhost' uuid='localhost_UUID'>
5     <profile>
6       <ldlm_ref uuidref='ldlm_UUID'/>
7       <network_ref uuidref='NET_localhost_tcp_UUID'/>
8       <mds_ref uuidref='mds1_UUID'/>
9       <lov_ref uuidref='lov1_UUID'/>
10       <obd_ref uuidref='OBD_localhost_UUID'/>
11       <ost_ref uuidref='OST_localhost_UUID'/>
12       <obd_ref uuidref='OBD_localhost_2_UUID'/>
13       <ost_ref uuidref='OST_localhost_2_UUID'/>
14       <mountpoint_ref uuidref='MNT_localhost_UUID'/>
15       <mdc_ref uuidref='MDC_mds1_UUID'/>
16     </profile>
17     <network name='NET_localhost_tcp' uuid='NET_localhost_tcp_UUID' type='tcp'>
18       <server>uml1</server>
19       <port>888</port>
20     </network>
21   </node>
22   <mds name='mds1' uuid='mds1_UUID'>
23     <fstype>extN</fstype>
24     <device size='50000'>/tmp/mds1</device>
25     <autoformat>yes</autoformat>
26     <network_ref uuidref='NET_localhost_tcp_UUID'/>
27     <node_ref uuidref='localhost_UUID'/>
28   </mds>
29   <mdc name='MDC_mds1' uuid='MDC_mds1_UUID'>
30     <mds_ref uuidref='mds1_UUID'/>
31   </mdc>
32   <lov name='lov1' uuid='lov1_UUID'>
33     <mds_ref uuidref='mds1_UUID'/>
34     <devices stripeoffset='0' stripesize='4096' pattern='0'>
35       <osc_ref uuidref='OSC_localhost_UUID'/>
36       <osc_ref uuidref='OSC_localhost_2_UUID'/>
37     </devices>
38   </lov>
39   <obd uuid='OBD_localhost_UUID' name='OBD_localhost' type='obdfilter'>
40     <fstype>extN</fstype>
41     <device size='100000'>/tmp/ost1</device>
42     <autoformat>yes</autoformat>
43   </obd>
44   <osc name='OSC_localhost' uuid='OSC_localhost_UUID'>
45     <ost_ref uuidref='OST_localhost_UUID'/>
46     <obd_ref uuidref='OBD_localhost_UUID'/>
47   </osc>
48   <ost name='OST_localhost' uuid='OST_localhost_UUID'>
49     <network_ref uuidref='NET_localhost_tcp_UUID'/>
50     <obd_ref uuidref='OBD_localhost_UUID'/>
51   </ost>
52   <obd name='OBD_localhost_2' uuid='OBD_localhost_2_UUID' type='obdfilter'>
53     <fstype>extN</fstype>
54     <device size='100000'>/tmp/ost2</device>
55     <autoformat>yes</autoformat>
56   </obd>
57   <osc name='OSC_localhost_2' uuid='OSC_localhost_2_UUID'>
58     <ost_ref uuidref='OST_localhost_2_UUID'/>
59     <obd_ref uuidref='OBD_localhost_2_UUID'/>
60   </osc>
61   <ost name='OST_localhost_2' uuid='OST_localhost_2_UUID'>
62     <network_ref uuidref='NET_localhost_tcp_UUID'/>
63     <obd_ref uuidref='OBD_localhost_2_UUID'/>
64   </ost>
65   <mountpoint name='MNT_localhost' uuid='MNT_localhost_UUID'>
66     <mdc_ref uuidref='MDC_mds1_UUID'/>
67     <osc_ref uuidref='lov1_UUID'/>
68     <path>/mnt/lustre</path>
69   </mountpoint>
70 </lustre>