@@ -27,8 +27,8 @@ instances to any shared storage (NAS). It is based on `libvirt push backup mode
2727to take full instance backups (qcow2) and requires libvirt-7.2.0 and QEMU-4.2,
2828or high versions on the KVM hosts.
2929
30- Currently, only backup of VMs from the NFS, CEPH, Shared Mountpoint (backed by NFS)
31- and local storage based Primary Storage are tested to work. All other Primary Storages
30+ Currently, only backup of VMs from the NFS, CEPH, File-based Shared Mountpoint
31+ and Local Storage based Primary Storage are tested to work. All other Primary Storages
3232are not tested, backups on them may not work.
3333
3434The NAS B&R plugin requires admin to first add backup repositories which are
@@ -133,7 +133,7 @@ Instance backups are full disk backups and limited by libvirt's ability to
133133initiate and handle backup. All such backups are exported and stored in qcow2
134134format only. Due to this, restore operation for volumes of type raw, on CEPH based
135135primary storage pools, are converted from qcow2 to raw format using qemu-img convert.
136- Restore operation for volumes of type qcow2, on NFS and local storage based primary
136+ Restore operation for volumes of type qcow2, on NFS and Local Storage based primary
137137storage pools, does not need such conversion as these can be directly copied.
138138
139139For running instances, their disks (of any format/storage type) are backed up by
@@ -144,8 +144,8 @@ For stopped instances, `qemu-img` is used to convert and export full-disk backup
144144in qcow2 format to the backup repository.
145145
146146For restore operations, the KVM instance must be stopped in CloudStack.
147- Currently, only volume(s) restoration is supported only to NFS, CEPH, Shared Mountpoint (backed by NFS)
148- and local storage based primary storage pools, and restored volumes are fully backed disks (i.e.
147+ Currently, only volume(s) restoration is supported only to NFS, CEPH, File-based Shared Mountpoint
148+ and Local Storage based primary storage pools, and restored volumes are fully backed disks (i.e.
149149not using any backing template file).
150150
151151Backup and restore operations are not fully supported for CKS cluster instances and should
0 commit comments