Skip to content

Commit d068cb1

Browse files
authored
Merge pull request #97198 from shdeshpa07/OADP-6249-kubevirt-restore-ceph
OADP-6249 note for kubevirt restore using ceph
2 parents 2a874b0 + d93c80f commit d068cb1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/oadp-restore-single-vm.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,11 @@ spec:
3939
----
4040
$ oc apply -f <restore_cr_file_name> # <1>
4141
----
42-
<1> Specify the name of the `Restore` CR file.
42+
<1> Specify the name of the `Restore` CR file.
43+
+
44+
[NOTE]
45+
====
46+
When you restore a backup of VMs, you might notice that the Ceph storage capacity allocated for the restore is higher than expected. This behavior is observed only during the `kubevirt` restore and if the volume type of the VM is `block`.
47+
48+
Use the `rbd sparsify` tool to reclaim space on target volumes. For more details, see link:https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/{product-version}/html/managing_and_allocating_storage_resources/reclaiming-space-on-target-volumes_rhodf[Reclaiming space on target volumes].
49+
====

0 commit comments

Comments
 (0)