1 <?xml version='1.0' encoding='UTF-8'?>
4 <ldlm name='ldlm' uuid='ldlm_UUID'/>
5 <node name='localhost' uuid='localhost_UUID'>
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'/>
17 <network name='NET_localhost_tcp' uuid='NET_localhost_tcp_UUID' type='tcp'>
18 <server>localhost</server>
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 <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'/>
36 <lovconfig name='LVCFG_lov1' uuid='LVCFG_lov1_UUID'>
37 <lov_ref uuidref='lov1_UUID'/>
39 <obd uuid='OBD_localhost_UUID' name='OBD_localhost' type='obdfilter'>
41 <device size='100000'>/tmp/ost1</device>
42 <autoformat>no</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>no</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 <mds_ref uuidref='mds1_UUID'/>
67 <osc_ref uuidref='lov1_UUID'/>
68 <path>/mnt/lustre</path>