1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <html xmlns=
"http://www.w3.org/1999/xhtml">
5 <h1>Virtuozzo driver
</h1>
8 The libvirt vz driver can manage Virtuozzo starting from version
6.0.
12 <h2><a id=
"project">Project Links
</a></h2>
15 The
<a href=
"http://www.odin.com/products/virtuozzo/">Virtuozzo
</a> Solution.
20 <h2><a id=
"uri">Connections to the Virtuozzo driver
</a></h2>
22 The libvirt Virtuozzo driver is a single-instance privileged driver, with a driver name of 'virtuozzo'. Some example connection URIs for the libvirt driver are:
25 vz:///system (local access)
26 vz+unix:///system (local access)
27 vz://example.com/system (remote access, TLS/x509)
28 vz+tcp://example.com/system (remote access, SASl/Kerberos)
29 vz+ssh://root@example.com/system (remote access, SSH tunnelled)
32 <h2><a id=
"example">Example guest domain XML configuration
</a></h2>
35 Virtuozzo driver require at least one hard disk for new domains
36 at this time. It is used for defining directory, where VM should
41 <domain type='vz'
>
42 <name
>demo
</name
>
43 <uuid
>54cdecad-
4492-
4e31-a209-
33cc21d64057
</uuid
>
44 <description
>some description
</description
>
45 <memory unit='KiB'
>1048576</memory
>
46 <currentMemory unit='KiB'
>1048576</currentMemory
>
47 <vcpu placement='static'
>2</vcpu
>
49 <type arch='x86_64'
>hvm
</type
>
51 <clock offset='utc'/
>
52 <on_poweroff
>destroy
</on_poweroff
>
53 <on_reboot
>destroy
</on_reboot
>
54 <on_crash
>destroy
</on_crash
>
56 <disk type='file' device='disk'
>
57 <source file='/storage/vol1'/
>
58 <target dev='hda'/
>
61 <model type='vga' vram='
33554432' heads='
1'
>
62 <acceleration accel3d='no' accel2d='no'/
>