Hello,
I'm facing issue where I use pv-migrate to migrate PVCs between 2 clusters using nodeport strategy over SSH.
I'm using the option --delete-extraneous-files to delete contents on destination which don't exist on source.
However in the pv-migrate pod, it reports No space left on device on the rsync job, although when I check the space left on the destination pvc (which is in block PVC), there is plenty of space left.
If I delete the content of the destination before running this it works, but makes the operation a bit longer :/
- pv-migrate version : 3.6.1
Hello,
I'm facing issue where I use pv-migrate to migrate PVCs between 2 clusters using nodeport strategy over SSH.
I'm using the option
--delete-extraneous-filesto delete contents on destination which don't exist on source.However in the pv-migrate pod, it reports
No space left on deviceon the rsync job, although when I check the space left on the destination pvc (which is in block PVC), there is plenty of space left.If I delete the content of the destination before running this it works, but makes the operation a bit longer :/