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

test(manual): Sync up with backup target during DR volume activation #1732

Merged
merged 2 commits into from
Feb 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Sync up with backup target during DR volume activation"
---

#### Related Issue:
- https://github.com/longhorn/longhorn/issues/5292
- https://github.com/longhorn/longhorn/issues/7945

1. Launch 2 clusters and both have Longhorn installed
1. Set up a backup target.
1. Create a volume and write data in the `1st cluster`. Then create `1st backup`.
1. Restore the backup as a DR volume in the `2nd cluster`.
1. Modify the backup poll interval to a large value.
1. Write more data for the volume in the `1st cluster`, and create the `2nd backup`.
1. Activate the DR volume in the `2nd cluster`. Then verify the data
1. The activated DR volume should contain the latest data.