Hi Guys,
we had to make changes to our storage infrastructure and during this process the datastores provided to VCD were recreated (but they got the same name as before and the former content was backuped and restored to the new datastore).
Now we got several issues:
1.) The old datastores were still shown in VCD (the new ones are shown too with the same name) and can't be removed because there are still media files from a catalog associated with this datastores (seems like VCD stores the datastores IDs and doesn't care about datastore names).
2.) I can't delete these media files because they are associated with datastores that do not exist anymore, so VCD can't find these files on disk anymore.
The error message shown in VCD is:
Unknown name value for enum class com.vmware.vcloud.common.model.TaskOperation: VDC_COPY_RESOURCE_ENTITY
- No enum const class com.vmware.vcloud.common.model.TaskOperation.VDC_COPY_RESOURCE_ENTITY
Is there any way to get these files out of VCD, maybe directly via the database?
I thought that at worse deletion doesn't work so they are moved to the "stranded items" folder and there I can force the deletion, but that doesn't happen in this case.
- Christian