1 <?xml version='1.0' encoding='UTF-8'?>
3 <ldlm name='ldlm' uuid='ldlm_UUID'/>
4 <node name='localhost' uuid='localhost_UUID'>
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'/>
17 <network name='NET_localhost_tcp' uuid='NET_localhost_tcp_UUID' type='tcp'>
22 <mds name='mds1' uuid='mds1_UUID'>
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'/>
29 <mdc name='MDC_mds1' uuid='MDC_mds1_UUID'>
30 <mds_ref uuidref='mds1_UUID'/>
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'/>
39 <obd uuid='OBD_localhost_UUID' name='OBD_localhost' type='obdfilter'>
41 <device size='100000'>/tmp/ost1</device>
42 <autoformat>yes</autoformat>
44 <osc name='OSC_localhost' uuid='OSC_localhost_UUID'>
45 <ost_ref uuidref='OST_localhost_UUID'/>
46 <obd_ref uuidref='OBD_localhost_UUID'/>
48 <ost name='OST_localhost' uuid='OST_localhost_UUID'>
49 <network_ref uuidref='NET_localhost_tcp_UUID'/>
50 <obd_ref uuidref='OBD_localhost_UUID'/>
52 <obd name='OBD_localhost_2' uuid='OBD_localhost_2_UUID' type='obdfilter'>
54 <device size='100000'>/tmp/ost2</device>
55 <autoformat>yes</autoformat>
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'/>
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'/>
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>