Whamcloud - gitweb
* llecho.sh reimplemnted to use lmc/lconf
[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       <lov_ref uuidref='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       <mdc_ref uuidref='MDC_mds1_UUID'/>
17     </profile>
18     <network name='NET_localhost_tcp' uuid='NET_localhost_tcp_UUID' type='tcp'>
19       <server>localhost</server>
20       <port>988</port>
21     </network>
22   </node>
23   <mds name='mds1' uuid='mds1_UUID'>
24     <fstype>extN</fstype>
25     <device size='50000'>/tmp/mds1</device>
26     <autoformat>yes</autoformat>
27     <network_ref uuidref='NET_localhost_tcp_UUID'/>
28     <node_ref uuidref='localhost_UUID'/>
29   </mds>
30   <mdc name='MDC_mds1' uuid='MDC_mds1_UUID'>
31     <mds_ref uuidref='mds1_UUID'/>
32   </mdc>
33   <lov name='lov1' uuid='lov1_UUID'>
34     <mds_ref uuidref='mds1_UUID'/>
35     <devices stripesize='4096' stripeoffset='0' pattern='0'>
36       <osc_ref uuidref='OSC_localhost_UUID'/>
37       <osc_ref uuidref='OSC_localhost_2_UUID'/>
38     </devices>
39   </lov>
40   <obd uuid='OBD_localhost_UUID' name='OBD_localhost' type='obdfilter'>
41     <fstype>extN</fstype>
42     <device size='100000'>/tmp/ost1</device>
43     <autoformat>yes</autoformat>
44   </obd>
45   <osc name='OSC_localhost' uuid='OSC_localhost_UUID'>
46     <ost_ref uuidref='OST_localhost_UUID'/>
47     <obd_ref uuidref='OBD_localhost_UUID'/>
48   </osc>
49   <ost name='OST_localhost' uuid='OST_localhost_UUID'>
50     <network_ref uuidref='NET_localhost_tcp_UUID'/>
51     <obd_ref uuidref='OBD_localhost_UUID'/>
52   </ost>
53   <obd name='OBD_localhost_2' uuid='OBD_localhost_2_UUID' type='obdfilter'>
54     <fstype>extN</fstype>
55     <device size='100000'>/tmp/ost2</device>
56     <autoformat>yes</autoformat>
57   </obd>
58   <osc name='OSC_localhost_2' uuid='OSC_localhost_2_UUID'>
59     <ost_ref uuidref='OST_localhost_2_UUID'/>
60     <obd_ref uuidref='OBD_localhost_2_UUID'/>
61   </osc>
62   <ost name='OST_localhost_2' uuid='OST_localhost_2_UUID'>
63     <network_ref uuidref='NET_localhost_tcp_UUID'/>
64     <obd_ref uuidref='OBD_localhost_2_UUID'/>
65   </ost>
66   <mountpoint name='MNT_localhost' uuid='MNT_localhost_UUID'>
67     <mdc_ref uuidref='MDC_mds1_UUID'/>
68     <osc_ref uuidref='lov1_UUID'/>
69     <path>/mnt/lustre</path>
70   </mountpoint>
71 </lustre>