You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the copy-twice-name strategy needs more time to complete because of dynamically provisioned volumes, 60 seconds is often just at the limit of what it needs. Would be nice to be able to specify a bigger wait time like this for example:
...
DEBU[0060] Pod not in correct state yet component=mover-job phase=Pending
DEBU[0060] Pod not in correct state yet component=mover-job phase=Pending
WARN[0060] failed to wait for pod to be running component=mover-job error="timed out waiting for the condition"
WARN[0060] Failed to move data component=strategy error="pod not in correct state" strategy=copy-twice-name
INFO[0060] Cleaning up... component=strategy strategy=copy-twice-name
The text was updated successfully, but these errors were encountered:
Sometimes the copy-twice-name strategy needs more time to complete because of dynamically provisioned volumes, 60 seconds is often just at the limit of what it needs. Would be nice to be able to specify a bigger wait time like this for example:
Here's a timeout on my setup:
The text was updated successfully, but these errors were encountered: