Displaying 1 result from an estimated 1 matches for "ispecify".
Did you mean:
specify
2014 Oct 24
1
Specify hard disk type (immutable) in the domain.xml file
P { margin-bottom: 0.21cm; }Hi!
I'm using libvirt withVirtual Box. I have installed libvirt 0.10.2 and Virtual Box 4.1.
I want to use "virsh define"to define my Virtual Box virtual machine. My question is:
In my domain.xml, how can Ispecify that my hard disk is of type immutable/ multi attach etc. Can I use som kind oftag or attribute, something like this:
<disk type='file'device='disk'> <sourcefile='/path/to/my/file.vdi'/> <target dev='hda'bus='ide'/> <type>immutable<...