mirror of https://gitee.com/openkylin/libvirt.git
15 lines
397 B
XML
15 lines
397 B
XML
<disk type='dir' device='floppy'>
|
|
<driver name='qemu' type='fat'/>
|
|
<source dir='/var/somefiles'>
|
|
<privateData>
|
|
<nodenames>
|
|
<nodename type='storage' name='node-s'/>
|
|
<nodename type='format' name='node-f'/>
|
|
</nodenames>
|
|
</privateData>
|
|
</source>
|
|
<target dev='fda'/>
|
|
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
|
|
<readonly/>
|
|
</disk>
|