Closed jmontleon closed 2 years ago
When a PVC is renamed in the UI the transfer updates the pvc name, but it's not updated on any of the resources that mount it so they're stuck pending looking for the pvc by the old name.
https://github.com/konveyor/crane-lib/pull/104 is in progress. Once that's complete and merged we need to fix the ClusterTask (https://github.com/konveyor/crane-runner/issues/48) to accept the option, and then we need to update the UI here to pass it in when one or more renames are specified.
When a PVC is renamed in the UI the transfer updates the pvc name, but it's not updated on any of the resources that mount it so they're stuck pending looking for the pvc by the old name.
https://github.com/konveyor/crane-lib/pull/104 is in progress. Once that's complete and merged we need to fix the ClusterTask (https://github.com/konveyor/crane-runner/issues/48) to accept the option, and then we need to update the UI here to pass it in when one or more renames are specified.