migtools / openshift-migration-plugin

Velero plugin to support migration of openshift workloads across clusters
Apache License 2.0
3 stars 9 forks source link

Backup of PV istores an unchanged resource definition #29

Open Danil-Grigorev opened 5 years ago

Danil-Grigorev commented 5 years ago

This issue leads to problems with latest version of velero.

Velero does not restore PVs with Delete reclaim policy any more: Resetting PersistentVolumeClaim robot-shop/mongodb-volume-claim for dynamic provisioning because its PV pvc-29722d09-ec03-11e9-b277-06fc738014b4 has a reclaim policy of Delete

Following behaviour causes migrations with move PV action to fail.

The reason is located in https://github.com/fusor/ocp-velero-plugin/blame/master/velero-plugins/pv/backup.go#L59