Closed JaydipGabani closed 2 years ago
When you try to migrate an application with PVC the following error comes up in transfer-pvc task
transfer-pvc
invalid input params for task crane-transfer-pvc: didn't need these params but they were provided anyway: [dest-pvc-capacity]
Cause of the error seem to be a parameter mismatch here which should be this.
Looks like this was fixed by #82
When you try to migrate an application with PVC the following error comes up in
transfer-pvc
taskCause of the error seem to be a parameter mismatch here which should be this.