Whamcloud - gitweb
file local2-hack.xml was initially added on branch b_md.
[fs/lustre-release.git] / lustre / tests / lov.xml
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!DOCTYPE lustre>
3 <lustre>
4   <ldlm name='ldlm' uuid='ldlm_UUID'/>
5   <node name='localhost' uuid='localhost_UUID'>
6     <profile>
7       <ldlm_ref uuidref='ldlm_UUID'/>
8       <network_ref uuidref='NET_localhost_tcp_UUID'/>
9       <mds_ref uuidref='mds1_UUID'/>
10       <lovconfig_ref uuidref='LVCFG_lov1_UUID'/>
11       <obd_ref uuidref='OBD_localhost_UUID'/>
12       <ost_ref uuidref='OST_localhost_UUID'/>
13       <obd_ref uuidref='OBD_localhost_2_UUID'/>
14       <ost_ref uuidref='OST_localhost_2_UUID'/>
15       <mountpoint_ref uuidref='MNT_localhost_UUID'/>
16     </profile>
17     <network name='NET_localhost_tcp' uuid='NET_localhost_tcp_UUID' type='tcp'>
18       <server>localhost</server>
19       <port>988</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   <lov name='lov1' uuid='lov1_UUID'>
30     <mds_ref uuidref='mds1_UUID'/>
31     <devices stripecount='0' stripesize='65536' pattern='0'>
32       <osc_ref uuidref='OSC_localhost_UUID'/>
33       <osc_ref uuidref='OSC_localhost_2_UUID'/>
34     </devices>
35   </lov>
36   <lovconfig name='LVCFG_lov1' uuid='LVCFG_lov1_UUID'>
37     <lov_ref uuidref='lov1_UUID'/>
38   </lovconfig>
39   <obd uuid='OBD_localhost_UUID' name='OBD_localhost' type='obdfilter'>
40     <fstype>extN</fstype>
41     <device size='100000'>/tmp/ost1</device>
42     <autoformat>no</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>no</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     <mds_ref uuidref='mds1_UUID'/>
67     <osc_ref uuidref='lov1_UUID'/>
68     <path>/mnt/lustre</path>
69   </mountpoint>
70 </lustre>