-
Notifications
You must be signed in to change notification settings - Fork 1.8k
WIP - OADP-3617: Backing up and Restoring VMs - OADP #72484
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
Closed
Closed
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
9661971
OADP-3617: Backing up and Restoring VMs - OADP
anarnold97 6a656c5
Updating Mar14@19:41
anarnold97 40d97ad
Update 15Mar@00:00
anarnold97 d9d3536
Update backup_and_restore/application_backup_and_restore/installing/b…
anarnold97 557a769
Updating
anarnold97 b4ede3f
Updating
anarnold97 a2d76c6
updating
anarnold97 ec52fb8
Update backup_and_restore/application_backup_and_restore/installing/b…
anarnold97 ab7d4fb
Update backup_and_restore/application_backup_and_restore/installing/b…
anarnold97 2040aad
Update backup_and_restore/application_backup_and_restore/installing/b…
anarnold97 247904c
Update backup_and_restore/application_backup_and_restore/installing/b…
anarnold97 673a1ef
Update backing-up-restoring-vms-using-oadp.adoc
anarnold97 c5b4840
Updating
anarnold97 97591f1
Merge branch 'main' into OADP-3617-BackingUp-
anarnold97 bdf0370
Update backing-up-vms-using-oadp.adoc
anarnold97 eb9643d
Update backing-up-vms-using-oadp.adoc
anarnold97 b390a41
Update backup_and_restore/application_backup_and_restore/installing/b…
anarnold97 dab6e25
Update backup_and_restore/application_backup_and_restore/installing/b…
anarnold97 f9d39f5
Update backup_and_restore/application_backup_and_restore/installing/b…
anarnold97 a67d3d6
Updating
anarnold97 ed5a9c2
Updating
anarnold97 da8b7fd
Update modules/oadp-installing-dpa-1-3.adoc
anarnold97 7ef29f7
Revert "Update modules/oadp-installing-dpa-1-3.adoc"
anarnold97 1817d89
Merge branch 'main' into OADP-3617-BackingUp-
anarnold97 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 48 additions & 0 deletions
48
modules/oadp-kubevirt-setting-resource-limits-and-requests.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc | ||
|
|
||
|
|
||
| :_mod-docs-content-type: CONCEPT | ||
| [id="oadp-kubevirt-setting-resource-limits-and-requests_{context}"] | ||
| = Velero CPU and memory resource allocations for {VirtProductName} | ||
|
|
||
| You set the CPU and memory resource allocations for the `Velero` pod by editing the `DataProtectionApplication` custom resource (CR) manifest. | ||
|
|
||
| .Prerequisites | ||
|
|
||
| * You must have the OpenShift API for Data Protection (OADP) Operator installed. | ||
|
|
||
| .Procedure | ||
|
|
||
| * Edit the values in the `spec.configuration.velero.podConfig.ResourceAllocations` block of the `DataProtectionApplication` CR manifest, as in the following example: | ||
| + | ||
| [source,yaml] | ||
| ---- | ||
| apiVersion: oadp.openshift.io/v1alpha1 | ||
| kind: DataProtectionApplication | ||
| metadata: | ||
| name: <dpa_sample> | ||
| spec: | ||
| ... | ||
| configuration: | ||
| velero: | ||
| podConfig: | ||
| nodeSelector: <node selector> <1> | ||
| resourceAllocations: <2> | ||
| limits: | ||
| cpu: "1" | ||
| memory: 1024Mi | ||
| requests: | ||
| cpu: 200m | ||
| memory: 256Mi | ||
| ---- | ||
| <1> Specify the node selector to be supplied to Velero podSpec. | ||
| <2> The `resourceAllocations` for backing up {VirtProductName} are most lkely to be more resource intensive than backing up containers. It is advisable to increase the memory and cpu limits. | ||
|
|
||
|
|
||
| [NOTE] | ||
| ==== | ||
| Kopia is an option in OADP 1.3 and later releases. You can use Kopia for file system backups, and Kopia is your only option for Data Mover cases with the built-in Data Mover. | ||
| ==== | ||
|
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.