Skip to content

Commit 42b957e

Browse files
doc changes improvements
1 parent 13d3ef8 commit 42b957e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/adminguide/nas_plugin.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ instances to any shared storage (NAS). It is based on `libvirt push backup mode
2727
to take full instance backups (qcow2) and requires libvirt-7.2.0 and QEMU-4.2,
2828
or 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
3232
are not tested, backups on them may not work.
3333

3434
The 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
133133
initiate and handle backup. All such backups are exported and stored in qcow2
134134
format only. Due to this, restore operation for volumes of type raw, on CEPH based
135135
primary 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
137137
storage pools, does not need such conversion as these can be directly copied.
138138

139139
For 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
144144
in qcow2 format to the backup repository.
145145

146146
For 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.
149149
not using any backing template file).
150150

151151
Backup and restore operations are not fully supported for CKS cluster instances and should

0 commit comments

Comments
 (0)