Resolution
In VZU35159 update for Virtuozzo 3.5.1 and VZU40006 update for Virtuozzo 4.0 a new feature is introduced which allows to set disk type separately for each container's disk.The following syntax is used to set up required disk type on a container:
vzctl set VEID --drive <LETTER>: --disktype plain|compact|default Example:
vzctl set 100 --drive D: --disktype compact How to view the current configuration:
vzquota stat VEID -ts Note: Disks are converted to target type during next container's mount or start operation.
Keywords: disk type