we generally use Netapp Storage in our solutions and the storage is almost always connected via NFS.
From a Veeam perspective, we always use storage integration with backup from storage snapshots.
Unfortunately, there is an annoying limitation here (on the VMware part) as soon as the VM has one or more snapshots, Backup from Storage Snapshots no longer works and a failover to Network NBD will occur.
"The Direct NFS access mode cannot be used for VMs that have at least one snapshot"
What is not so important for individual VMs has an effect when it happens for a large number of VMs.
Recently, I have noticed that our customers are starting to use solutions that automatically trigger VMware snapshots when appling Windows patches, for example. This means, that there are constantly many VMware snapshots on a lot of VMs.
In my opinion, this is also pain due to the fact that the NBD transport mode has simply not been "fast" since some VMware versions....
For some time now, it is possible to use "native snapshots" in a Netapp environment.
This requires the VAAI Plugin 2.0 for Netapp NFS installed on the ESX host and a parameter in the VMX file or the Advanced Options of the VM "snapshot.alwaysAllowNative =true".
This change creates a file clone on netapp instead of the classic delta file for the snapshot on the storage. This is performance neutral and can also be resolved/deleted instantly.
VM Snapshot without enabled native snapshot

VM Snapshot with enabled native snapshot

So I wondered whether this mechanism would also be useful for bypassing the limitations of NFS with existing snapshots. In my test setup in the lab, I configured native snapshots, created a snapshot on the VM and made a backup. As usual, a failover to NBD takes place. Now I ask myself the question:
- Does this procedure simply not help for this scenario and the VMware limitation is still there?
OR
- Does Veeam simply only check if snapshot >= 1 then never use storage integration, failover to NBD. Does this mean that Veeam does not know about a "better" type of snapshot?
I would be very happy to receive feedback here
Matze