@@ -28,14 +28,13 @@ to take full instance backups (qcow2) and requires libvirt-7.2.0 and QEMU-4.2,
2828or high versions on the KVM hosts.
2929
3030The NAS B&R plugin requires admin to first add backup repositories which are
31- network-attached storage (shared storage). Currently it supports NFS, and may
32- support other shared storage such as CephFS and CIFS/Samba in future.
31+ network-attached storage (shared storage). It supports NFS, CIFS/Samba and CephFS.
3332
3433When initiating B&R operations on KVM instance, the assigned backup offering
3534is used to infer backup repository (NAS) details which are then used to mount
3635the shared storage temporarily on the KVM host to perform instance backup/restore
3736disks operations. This also requires that admin installs NAS-storage specific
38- utilities on the KVM hosts such as nfs-utils/nfs-common ( ceph-common, cifs-utils) .
37+ utilities on the KVM hosts such as nfs-utils/nfs-common, ceph-common and cifs-utils.
3938
4039Consider the following mount, typically performed on a KVM/Linux host to mount storage:
4140
@@ -75,7 +74,7 @@ Field Value
7574=================== ========================
7675Name A suitable name to represent the Backup Repository
7776Address URL, in case of NFS <server IP>:/path
78- Type NFS ( only NFS type in 4.20)
77+ Type NFS / CIFS / CEPH
7978label.mountopts Any mount point options to be passed while mouting this storage on the hypervisor.
8079Zone The zone in CloudStack with which this Backup Repository must be associated.
8180=================== ========================
@@ -111,6 +110,5 @@ Currently, only volume(s) restoration is supported only to NFS and local storage
111110based primary storage pools, and restored volumes are fully baked disks (i.e.
112111not using any backing template file).
113112
114- Restoring fully expunged and unmanaged instances are not supported. Backup and
115- restore operations are not fully supported for CKS cluster instances and should
113+ Backup and restore operations are not fully supported for CKS cluster instances and should
116114be avoided.
0 commit comments