Skip to content
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-481: Document supported volume types #47518

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

RichardHoch
Copy link
Contributor

@RichardHoch RichardHoch commented Jul 7, 2022

OADP 1.1.0; OCP 4.9+

Resolves: https://issues.redhat.com/browse/OADP-481 by listing the volume types that Restic does not support.

Preview: http://file.emea.redhat.com/rhoch/restic_lim/backup_and_restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.html#oadp-backing-up-applications-restic_backing-up-applications

NOTE: Please merge PR #47670 before you merge this PR -- otherwise a link in the proposed text will not work! Thanks.

@openshift-ci openshift-ci bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jul 7, 2022
@RichardHoch RichardHoch marked this pull request as ready for review July 10, 2022 07:31
@RichardHoch RichardHoch force-pushed the restic_lim branch 2 times, most recently from 7e2984d to 810f0a7 Compare July 10, 2022 14:38
@RichardHoch RichardHoch changed the title WIP: OADP-481: Document supported volume types OADP-481: Document supported volume types Jul 11, 2022
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 11, 2022
@mperetzred
Copy link

ack

@RichardHoch
Copy link
Contributor Author

@sbeskin-redhat: Please review this PR.

@@ -10,6 +10,11 @@ You back up Kubernetes resources, internal images, and persistent volumes with R

You do not need to specify a snapshot location in the `DataProtectionApplication` CR.

[IMPORTANT]
====
Restic does not support backing up `hostPath` volumes. For more information, see link:https://velero.io/docs/v1.9/restic/#limitations[additional Rustic limitations].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RichardHoch
Nowb oth the Velero domain and its version will be attributes, so this link should be:
https://{velero-domain}/docs/v{velero-version}/restic/#limitations

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sbeskin-redhat -- Will change after #47670 is merged to avoid merge conflicts. Is the rest of the PR OK?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sbeskin-redhat Is PR OK except for the above?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RichardHoch
Yes, I think so. But I would suggest you do the change now and merge the PR after 47670 is merged. Or are you going to merge this without waiting for the OADP GA?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sbeskin-redhat: You convinced to make the change now and to add a note above asking that this PR be merged after PR #47670. Please approve this PR.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RichardHoch
Looks fine

Copy link
Contributor

@kelbrown20 kelbrown20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If that commend doesn't apply, this LGTM!

@@ -10,6 +10,11 @@ You back up Kubernetes resources, internal images, and persistent volumes with R

You do not need to specify a snapshot location in the `DataProtectionApplication` CR.

[IMPORTANT]
====
Restic does not support backing up `hostPath` volumes. For more information, see link:https://{velero-domain}/docs/v{velero-version}/restic/#limitations[additional Rustic limitations].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is meant to be fixed after the other PR gets merged, so ignore if that the case. But I wanted to bring up just to make sure, the link brings me to a "Page not found"

https://velero.io/docs/v%7Bvelero-version%7D/restic/#limitations

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kelbrown20 -- yes, that's why I requested in the description that the other PR be merged first. I will change the description to make this clearer.

Copy link
Contributor

@kalexand-rh kalexand-rh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge review for OADP GA: LGTM

Merge after #47670

@bergerhoffer
Copy link
Contributor

Merge review for OADP GA: Confirmed via local rebase that this URL will resolve properly now when merged.

@mburke5678
Copy link
Contributor

/cherrypick enterprise-4.9

@mburke5678
Copy link
Contributor

/cherrypick enterprise-4.10

@mburke5678
Copy link
Contributor

/cherrypick enterprise-4.11

@mburke5678
Copy link
Contributor

/cherrypick enterprise-4.12

@openshift-cherrypick-robot

@mburke5678: new pull request created: #49903

In response to this:

/cherrypick enterprise-4.9

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-cherrypick-robot

@mburke5678: new pull request created: #49904

In response to this:

/cherrypick enterprise-4.10

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-cherrypick-robot

@mburke5678: new pull request created: #49905

In response to this:

/cherrypick enterprise-4.11

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-cherrypick-robot

@mburke5678: new pull request created: #49906

In response to this:

/cherrypick enterprise-4.12

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-cherrypick-robot

@mburke5678: new pull request created: #49917

In response to this:

/cherrypick enterprise-4.6

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants