This issue occurs because Changed Block Tracking (CBT) is not supported when the ChangeID is set to "*" against virtual machines residing on NFS. The QueryChangedDiskAreas("*") API returns an error against NFS version 3 and earlier.
Note: vSphere 6.0 supports NFS version 4, which provides sector change information, however NFSv4 does not provide the FIEMAP ioctl, so CBT still cannot be used to query changed sectors for backup and restore operations.
Resolution
This is expected behavior. CBT with a change ID equal to "*" is supported only on VMFS file systems.
Workaround:
Migrate thin-provisioned virtual machines from an NFS datastore to a VMFS datastore for thin-provisioned disk backup or restore operations.