File: virt-xml-remove-disk-path-start.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 (20 lines) | stat: -rw-r--r-- 614 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
   <on_lockfailure>poweroff</on_lockfailure>
   <devices>
     <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
-    <disk type="block" device="disk">
-      <driver name="qemu"/>
-      <source dev="/dev/null"/>
-      <target dev="vda" bus="virtio"/>
-      <boot order="10"/>
-    </disk>
-    <disk type="block" device="disk">
-      <driver name="qemu"/>
-      <source dev="/dev/null"/>
-      <target dev="vdb" bus="virtio"/>
-      <boot order="3"/>
-    </disk>
     <disk type="file" device="cdrom">
       <target dev="hdc" bus="ide"/>
       <readonly/>

Domain 'test-state-shutoff' started successfully.