-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
Description
Describe the bug
If two vaults have different chunk sizes, data transfer fails.
To Reproduce
Steps to reproduce the behavior:
- Create two vaults with no encryption but different chunk sizes.
- Attempt to sync data between the vaults.
- Observe that chunks fail to transfer.
Expected behavior
The vault should:
- Retrieve all data from the source vault.
- Reassemble it into a complete file.
- Re-chunk the file according to the target vault’s chunk size.
- Successfully store the chunks.
Screenshots
Additional context
This issue occurs because the transfer process does not handle differing chunk sizes. Implementing a reassemble-and-rechunk step will ensure reliable data transfer between vaults with different chunk configurations.
Reactions are currently unavailable