1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OADP-6249 note for kubevirt restore using ceph

Signed-off-by: Shruti Deshpande <shdeshpa@redhat.com>
This commit is contained in:
Shruti Deshpande
2025-08-06 12:17:57 +05:30
committed by openshift-cherrypick-robot
parent 7324f9305b
commit f907d6b019

View File

@@ -39,4 +39,11 @@ spec:
----
$ oc apply -f <restore_cr_file_name> # <1>
----
<1> Specify the name of the `Restore` CR file.
<1> Specify the name of the `Restore` CR file.
+
[NOTE]
====
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`.
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].
====