From 234f1d92d5dcd83ecc4bf6854bd874f9dcc7ae11 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 10 Oct 2023 16:19:59 +0530 Subject: [PATCH] Update virtual_machines.rst --- source/adminguide/virtual_machines.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/adminguide/virtual_machines.rst b/source/adminguide/virtual_machines.rst index 1b4bb30dda..2a97c47617 100644 --- a/source/adminguide/virtual_machines.rst +++ b/source/adminguide/virtual_machines.rst @@ -936,9 +936,6 @@ VMware documentation and the VMware Knowledge Base, especially Storage-based VM snapshots on KVM --------------------------------- -.. note:: - For now this functionality is limited for NFS and Local storage. - CloudStack introduces a new Storage-based VM snapshots on KVM feature that provides crash-consistent snapshots of all disks attached to the VM. It employs the underlying storage providers’ capability to create/revert/delete disk snapshots. Consistency is obtained by freezing @@ -950,7 +947,7 @@ the virtual machine before the snapshotting. Memory snapshots are not supported. When the snapshotting is complete, the virtual machine is thawed. -You can use this functionality on virtual machines with raw block storages (E.g. Ceph/SolidFire/Linstor). +You can use this functionality on virtual machines with local storage, NFS and raw block storages (E.g. Ceph/SolidFire/Linstor). Limitations on VM Snapshots ---------------------------