13. Appendix: creating client mdtmconfig.xml¶
mdtmconfig.xml
configures a mdtmFTP client parameters. It is used for mdtmFTP
client with versions < 1.1.1. It should be located at mdtmFTP client’s working directory.
mdtmFTP client’s configuration is similar to that of mdtmFTP server (Appendix 8), except that mdtmFTP client does not need to configure a virtual device.
Here is a sample mdtmconfig.xml
file:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <?xml version="1.0" standalone="no" ?>
<Topology>
<Device type="Network" numa="1">eth40.4012</Device>
</Topology>
<Online>
<Device>eth40.4012</Device>
<Device>sda</Device>
</Online>
<Threads threads="1">
<Device type="Network" threads="2">eth40.4012</Device>
<Device type="Block" threads="2">sda</Device>
</Threads>
<File segment="10G">
</File>
|