Description of problem: Bug is against pvc-migrate project, not MTC proper. https://github.com/konveyor/pvc-migrate/issues/148 When running pvc-migrate, we have seen users with pvcs using storageclass annotations (a deprecated designation format) rather than spec.storageClass. This will cause the storageclass mapping to be ignored and pvcs on the target side will be provisioned using whatever the default provisioner is. Version-Release number of selected component (if applicable): 1.1.4 pvc-migrate How reproducible: Every time Steps to Reproduce: 1. Create source workload using a pvc that has a storageclass designated via annotation rather than spec.storageClass Actual results: Target pvc will be created using the cluster default storageclass, or further breakage. Expected results: Target pvc should be created using the storageclass mapping setting
Closing as stale