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

Add support for syncing block volumes #121

Merged
merged 1 commit into from
Jun 5, 2024

Commits on Jun 4, 2024

  1. Add support for syncing block volumes

    Right now we only support syncing file volumes.
    This adds support for block volumes using the
    blockrsync utility code here:
    https://github.com/awels/blockrsync
    
    This also modifies the transport code to allow a
    second transport to be used. This is needed
    because we start a second blockrsync server that
    needs a different transport to get the routing of
    data correct.
    
    Added unit tests for the transport and rsync code
    
    Signed-off-by: Alexander Wels <awels@redhat.com>
    awels committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8303381 View commit details
    Browse the repository at this point in the history