#1366 && #1328 The node the DR volume attached to is rebooted
Scenario 1
- Create a pod with Longhorn volume.
- Write data to the volume and get the md5sum.
- Create the 1st backup for the volume.
- Create a DR volume from the backup.
- Wait for the DR volume starting the initial restore. Then reboot the DR volume attached node immediately.
- Wait for the DR volume detached then reattached.
- Wait for the DR volume restore complete after the reattachment.
- Activate the DR volume and check the data md5sum.
Scenario 2
- Create a pod with Longhorn volume.
- Write data to the volume and get the md5sum.
- Create the 1st backup for the volume.
- Create a DR volume from the backup.
- Wait for the DR volume to complete the initial restore.
- Write more data to the original volume and get the md5sum.
- Create the 2nd backup for the volume.
- Wait for the DR volume incremental restore getting triggered. Then reboot the DR volume attached node immediately.
- Wait for the DR volume detached then reattached.
- Wait for the DR volume restore complete after the reattachment.
- Activate the DR volume and check the data md5sum.
[Edit]