Implementing KB: Consolidation shows completed but not working or resolved fails at step 6 "Create snapshot on problematic VM again" with the error:
Task name: Create virtual machine snapshot
Target: ESXi host
Status: An error occurred while taking a snapshot: Invalid change tracker error code
scsi1:0.mode = "independent-persistent"
VMware ESXi 7.x
Independent means that the disk is excluded from snapshot operation but there is a delta disk attached.
Get-VM VMNAME | Get-HardDisk -Name 'Hard disk X'| Set-HardDisk -Persistence 'Persistent'
VMNAME
is the VM affected and Hard disk X
is the hard disk in question.