Description of problem: Statefulsets can use volumes in two ways. First, it can create a volume it needs dynamically via spec.volumeClaimTemplates field. Second, it can use a normal volume not created by the statefulset itself via spec.volumes field. MTC fails to recognize volumes used by statefulsets which are under spec.volumes but not in spec.volumeClaimTemplates. Version-Release number of selected component (if applicable): 1.7.8 How reproducible: Always Steps to Reproduce: 1. Create a PVC in a namespace. 2. Create a StatefulSet in the namespace and add the PVC in spec.volumes field just like you would add in a Pod spec. 3. Create MigPlan for that namespace. Actual results: MigPlan fails and generates an error about PVC name. Expected results: MigPlan shouldn't generate the error. Additional info: