VMmanager 5 KVM: Administrator guide
en En
es Es

Converting virtual disk from RAW into Qcow2

This is the documentation for the deprecated product VMmanager 5. It is no longer updated and may be irrelevant. Documentation for the current version of VMmanager can be found in the VMmanager 6 section.

You can convert the following objects into Qcow2

  • A VM image from the RAW storage;
  • The whole RAW storage.

Conversion is performed only from the console of the cluster master node. Stop virtual machines before you start.

Conversion is supported for the following types of storages:

  • File storages
  • LVM
  • NFS

Converting a storage

The RAW virtual disk is converted into the Qcow2 storage. 

Before you start, suspend the virtual machines to which the disk is mounted.  

Execute the command: 

cd /usr/local/mgr5/
sbin/mgrctl -m vmmgr volume.convert old_pool=<old_pool> new_pool=<new_pool> volume=<volume>
View details

Converting a disk

All the  RAW virtual disks will be imported into the Qcow2 storage.

Before you start, suspend the virtual machines to which the disk is mounted.  

Execute the command: 

cd /usr/local/mgr5/
sbin/mgrctl -m vmmgr pool.convert old_pool=<old_pool> new_pool=<new_pool>
View details