-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pre-sync-mode): copy RWX PVCs without actually swapping them
permits to reduce the downtime for the actual migration can typically be used with RWX PVCs to create all destination PVCs and already rsync the data, without having to scale down the pods/deployments/statefulsets. at a later stage, the actual swap of the PVC can be done, with a lesser time duration, as most of the data will already have been rsync'ed Signed-off-by: Clément Nussbaumer <[email protected]> fix(pre-sync-mode): skip volumes not supporting RWX access mode Signed-off-by: Clément Nussbaumer <[email protected]> fix: proper matching PVCs count Signed-off-by: Clément Nussbaumer <[email protected]> feat: add max-pvs=n flags Signed-off-by: Clément Nussbaumer <[email protected]> feat(pre-sync-mode): run a "prefetch" copy before actually migrating Signed-off-by: Clément Nussbaumer <[email protected]>
- Loading branch information
1 parent
6c58960
commit 696a8ce
Showing
4 changed files
with
80 additions
and
46 deletions.
There are no files selected for viewing
This file contains 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 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 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
Oops, something went wrong.