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

Mount block PVC rw in clone source pods #2944

Merged
merged 1 commit into from
Oct 31, 2023

Commits on Oct 26, 2023

  1. Mount block PVC rw in clone source pods

    Some CSI drivers [0] don't allow mounting block ro,
    so they simply cannot perform host assisted clones.
    Host assisted clones are important as they are a last resort in some cases
    like switching over to a new storage provisioner.
    
    This may or may not have some performance implications (parallel cloning from single source)
    but we are choosing compatibility over performance in this case.
    
    [0] https://github.com/dell/csi-unity/blob/76cb78decd0c7e0ae3bded9668e7fbe9b39dd2ff/service/node.go#L420-L424
    
    Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
    akalenyu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5f1a864 View commit details
    Browse the repository at this point in the history