-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Make CSI snapshot creation timeout configurable for backup and schedule. #5104
Make CSI snapshot creation timeout configurable for backup and schedule. #5104
Conversation
2b3fc31
to
630106b
Compare
Codecov Report
@@ Coverage Diff @@
## main #5104 +/- ##
==========================================
+ Coverage 41.54% 41.58% +0.04%
==========================================
Files 215 215
Lines 18625 18637 +12
==========================================
+ Hits 7738 7751 +13
Misses 10308 10308
+ Partials 579 578 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -61,6 +61,11 @@ spec: | |||
description: Template is the definition of the Backup to be run on | |||
the provided schedule | |||
properties: | |||
csiSnapshotCreationTimeout: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add in the description that the default timeout is going to be 10 min ? Also, add in the docs ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I will add the default value too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some description into site/content/docs/main/examples.md. I didn't find a document is suitable for the parameter. What do you think?
5014083
to
4d30cde
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@blackpiglet Changes look sane to me, Thanks for the updates !
Is this going to make the cut for the next release? I'll use it a few minutes after it's published if yes. 🙏 |
Any ETA on when this change will make it to the release? We are seeing intermittent Partial Backup failures because AWS might be too slow to perform snapshots and we really would like have the timeout configurable. |
@rohitss912 @drewboswell |
60460a2
4d30cde
to
60460a2
Compare
Signed-off-by: Xun Jiang <[email protected]>
bee69db
to
f8d9cfd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Signed-off-by: Xun Jiang [email protected]
Thank you for contributing to Velero!
Please add a summary of your change
Does your change fix a particular issue?
Fixes #5048
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.