-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OADP-3736 Need to set data-mover-prepare-timeout parameter in DPA #1368
Comments
@libingwang123 Thanks for reporting the issue. Currently we do not have an option to set the |
@shubham-pampattiwar Thanks for the quick response. |
Is there any update on this issue.
|
Per https://issues.redhat.com/browse/OADP-3736 this work is aligned to OADP 1.4 release. |
Thanks @kaovilai. Is there a GA date on OADP 1.4? |
Hi! We need this update too! Thanks |
1.3 cherrypick #1457 |
…-Agent Fixes openshift#1368 Adds the following fields to the Node-Agent within the DPA: - dataMoverPrepareTimeout How long to wait for preparing a DataUpload/DataDownload. Default is 30 minutes. - resourceTimeout How long to wait for resource processes which are not covered by other specific timeout parameters. Default is 10 minutes. Signed-off-by: Michal Pryc <[email protected]>
…-Agent Fixes openshift#1368 Adds the following fields to the Node-Agent within the DPA: - dataMoverPrepareTimeout How long to wait for preparing a DataUpload/DataDownload. Default is 30 minutes. - resourceTimeout How long to wait for resource processes which are not covered by other specific timeout parameters. Default is 10 minutes. Signed-off-by: Michal Pryc <[email protected]>
…-Agent Fixes openshift#1368 Adds the following fields to the Node-Agent within the DPA: - dataMoverPrepareTimeout How long to wait for preparing a DataUpload/DataDownload. Default is 30 minutes. - resourceTimeout How long to wait for resource processes which are not covered by other specific timeout parameters. Default is 10 minutes. Signed-off-by: Michal Pryc <[email protected]>
…-Agent Fixes openshift#1368 Adds the following fields to the Node-Agent within the DPA: - dataMoverPrepareTimeout How long to wait for preparing a DataUpload/DataDownload. Default is 30 minutes. - resourceTimeout How long to wait for resource processes which are not covered by other specific timeout parameters. Default is 10 minutes. Signed-off-by: Michal Pryc <[email protected]>
We are using the OADP built-in dataMover to backup our ODF file system.
The backup worked well for small amount of file system data. When the data becomes bigger, the backup failed after 30 minutes.
The dataupload failed with status
We looked at https://velero.io/docs/main/csi-snapshot-data-movement/#customized-data-movers, and found
We are using DPA to backup. Here is the configuration of the DPA
We are not able to setup the data-mover-prepare-timeout from with the DPA. It seems that it is not available in DPA CRD.
The text was updated successfully, but these errors were encountered: