Whamcloud - gitweb
- new xml config for a 3 uml setup
[fs/lustre-release.git] / lustre / tests / uml.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE lustre SYSTEM "../utils/lustre.dtd">
3
4 <lustre>
5   <node name="uml1" uuid="uml1-UUID">
6     <network type='tcp' name='net' uuid="uml1-net-UUID" >
7       <server>uml1</server>
8       <port>666</port>
9     </network>
10     <profile_ref uuidref="uml1-prof-UUID"/>
11   </node>
12
13   <profile name="uml1-prof" uuid="uml1-prof-UUID">
14     <service_ref uuidref="uml1-net-UUID"/>
15     <service_ref uuidref="ldlm-srv-UUID"/>
16     <service_ref uuidref="mds-UUID"/>
17   </profile>
18
19   <node name="uml2" uuid="uml2-UUID">
20     <network type='tcp' name='net' uuid="uml2-net-UUID" >
21       <server>uml2</server>
22       <port>666</port>
23     </network>
24     <profile_ref uuidref="uml2-prof-UUID"/>
25   </node>
26
27   <profile name="uml2-prof" uuid="uml2-prof-UUID">
28     <service_ref uuidref="uml2-net-UUID"/>
29     <service_ref uuidref="ldlm-srv-UUID"/>
30     <service_ref uuidref="mdc1-UUID"/>
31     <service_ref uuidref="obd1-UUID"/>
32     <service_ref uuidref="obd2-UUID"/>
33     <service_ref uuidref="ost1-UUID"/>
34     <service_ref uuidref="ost2-UUID"/>
35   </profile>
36
37   <node name="uml3" uuid="uml3-UUID">
38     <network type='tcp' name='net' uuid="uml3-net-UUID" >
39       <server>uml3</server>
40       <port>666</port>
41     </network>
42     <profile_ref uuidref="uml3-prof-UUID"/>
43   </node>
44
45   <profile name="uml3-prof" uuid="uml3-prof-UUID">
46     <service_ref uuidref="uml3-net-UUID"/>
47     <service_ref uuidref="ldlm-srv-UUID"/>
48     <service_ref uuidref="mdc1-UUID"/>
49     <service_ref uuidref="osc1-UUID"/>
50     <service_ref uuidref="osc2-UUID"/>
51     <service_ref uuidref="mtpt1-UUID"/>
52   </profile>
53
54   <ldlm name="ldlm-srv" uuid="ldlm-srv-UUID"/>
55
56   <lov name="lov1" uuid="lov1-UUID">
57     <mdc_ref uuidref="mdc1-UUID"/>
58     <devices stripesize="65536" pattern="0">
59       <osc_ref uuidref="osc1-UUID"/>
60       <osc_ref uuidref="osc2-UUID"/>
61     </devices>
62   </lov>
63
64   <mdc name="mdc1" uuid="mdc1-UUID">
65     <network_ref uuidref='uml1-net-UUID'/> <!-- is this extra net needed ?? -->
66     <mds_ref uuidref="mds-UUID"/>
67   </mdc>
68
69   <mds name="mds" uuid="mds-UUID">
70     <network_ref uuidref="uml1-UUID"/>
71     <fstype>extN</fstype>
72     <device size="50000">/tmp/mds</device>
73     <autoformat>yes</autoformat>
74   </mds>
75
76   <osc name="osc1" uuid="osc1-UUID">
77     <network_ref uuidref='uml2-net-UUID'/>
78     <obd_ref uuidref="obd1-UUID"/>
79   </osc>
80
81   <osc name="osc2" uuid="osc2-UUID">
82     <network_ref uuidref='uml2-net-UUID'/>
83     <obd_ref uuidref="obd2-UUID"/>
84   </osc>
85
86   <ost name="ost1" uuid="ost1-UUID">
87     <network_ref uuidref='uml2-net-UUID'/>
88     <obd_ref uuidref='obd1-UUID'/>
89   </ost>
90
91   <ost name="ost2" uuid="ost2-UUID">
92     <network_ref uuidref='uml2-net-UUID'/>
93     <obd_ref uuidref='obd2-UUID'/>
94   </ost>
95
96   <obd name="obd1" uuid="obd1-UUID" type="obdfilter">
97     <fstype>extN</fstype>
98     <device size="100000">/tmp/obd1</device>
99     <autoformat>yes</autoformat>
100   </obd>
101
102   <obd name="obd2" uuid="obd2-UUID" type="obdfilter">
103     <fstype>extN</fstype>
104     <device size="100000">/tmp/obd2</device>
105     <autoformat>yes</autoformat>
106   </obd>
107
108   <mountpoint name="mtpt1" uuid="mtpt1-UUID">
109     <path>/mnt/lustre</path>
110     <mdc_ref uuidref="mdc1-UUID"/>
111     <osc_ref uuidref="osc1-UUID"/>
112   </mountpoint>
113
114 </lustre>
115