File: virt-xml-remove-disk-path.xml

package info (click to toggle)
virt-manager 1%3A5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,404 kB
  • sloc: python: 45,877; xml: 29,099; makefile: 17; sh: 6
file content (15 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
   </pm>
   <devices>
     <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
-    <disk type="block" device="floppy">
-      <source dev="/dev/null"/>
-      <target dev="fda" bus="fdc"/>
-      <boot order="5"/>
-      <address type="drive" controller="0" bus="0" target="0" unit="0"/>
-    </disk>
     <disk type="file" device="disk">
       <source file="/tmp/foobar"/>
       <target dev="hda" bus="ide"/>

Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the domain is fully powered off.