There are several hosts on 6.5u1 with local storage, and I can get them to backup when using a proxy set for VA[hotadd] mode.
However, if I have the failover to network box checked, or if I try and use a proxy that is just set to network, the backups fail.
Code: Select all
Error: Object reference not set to an instance of an object.
[25.07.2018 11:04:01] <26> Error Object reference not set to an instance of an object. (System.NullReferenceException)
[25.07.2018 11:04:01] <26> Error at Veeam.Backup.AgentProvider.CVddkLinkSpec.CTransports.ResolveNbdCompressionType(String type, Version vddkVersion)
[25.07.2018 11:04:01] <26> Error at Veeam.Backup.Core.CViDiskBackupObject.CreateVddkLinkSpec(CSoapConnection soapConnection, CViVmTask task, Int32 authdPort, CViProxyResourceDesc proxyResourceDesc, CAutoSnapshot snapshot, CEntity datacenter, String vmdkDatastoreName, String vmdkDatastorePath)
[25.07.2018 11:04:01] <26> Error at Veeam.Backup.Core.CViVmSource.GetVddkLink(CViDiskBackupObject viDiskBackupObject, CViProxyResourceDesc proxyDesc)
[25.07.2018 11:04:01] <26> Error at Veeam.Backup.Core.CViVmSource.GetSourceDiskLink(CViDiskBackupObject viDiskBackupObject, CViProxyResourceDesc proxyDesc)
[25.07.2018 11:04:01] <26> Error at Veeam.Backup.Core.CViVmSource.CreateDiskTaskSource(CDiskTask diskTask)
[25.07.2018 11:04:01] <26> Error at Veeam.Backup.Core.CBackupDiskTransferAlg.ProcessDisk(CDiskTask diskTask, IStopSessionSync stopSessionSync)
[25.07.2018 11:04:01] <26> Error at Veeam.Backup.Core.CParallelDiskProcessorImpl.ProcessDisk(CDiskTask diskTask, IDiskTransferAlg disksAlg)
[25.07.2018 11:04:01] <26> Info Notifying other disks about error
I get the following when using a pure hotadd:
Code: Select all
[25.07.2018 11:05:22] <20> Info [NbdCompression] The specified transport does not support compression.
Since NBD Compression wasn't added until VDDK 6.5 I'm wondering if there is a disconnect there somewhere.