C4-########-####-####-########856b
The named disk was not deleted after the configuration was changed to Replication Tracking (RT) as part of the workflow.
Manually deleting the Named disk on VMware Cloud Director after checking the ongoing replication is not related to the named disk.
You can check the the ongoing replication is not related to the named disk following the steps below:
VM IDhttps://vcloud.example.com/api/vApp/vm-<VM ID FROM STEP 1>
vApp IDhttps://vcloud.example.com/api/vApp/vapp-<vApp ID FROM STEP 1>
For additional information about VCD API call please visit the Developer Portal
3- In the response body of the API call check the replication info and the C4 ID as reported in the example below:<ReplicationTrackingDiskSection>
<ReplicationTrackingDiskSettings>
<DiskUuid>########-####-####-####-########879d</DiskUuid>
<StorageProvisionedKb>########</StorageProvisionedKb>
<StorageOverheadKb>0</StorageOverheadKb>
<StoragePolicy href="https://vcloud.example.com/api/vdcStorageProfile/########-####-####-####-########1da0" id="urn:vcloud:vdcstorageProfile:########-####-####-####-########1da0" type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="<storage policy name>"/>
<PlacementRecommendation>moref://########-####-####-####-########86ce/Datastore#datastore-##</PlacementRecommendation>
</ReplicationTrackingDiskSettings>
</ReplicationTrackingDiskSection>
<ReplicationTrackingSettings>
<ReplicationTrackingVmState>REPLICATION_MODE</ReplicationTrackingVmState>
</ReplicationTrackingSettings>
After finding the RT VM exists we can delete the named disk.