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

[WIP] Implement support for volume group mirroring #4739

Draft
wants to merge 4 commits into
base: devel
Choose a base branch
from

Commits on Nov 20, 2024

  1. rbd: implement volume group using go-ceph

    This adds the required functionality to
    call the go-ceph API's for the rbd
    volume group.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7cf5974 View commit details
    Browse the repository at this point in the history
  2. rbd: implement GetMirrorSource in manager

    implementing GetMirrorSource in manager
    to return volume or the volumegroup based
    on the replication source, if replication
    source is nil return the volume details
    for backward compatibility.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    8ee57e0 View commit details
    Browse the repository at this point in the history
  3. ci: remove this commit later

    This is temporary test only
    commit and not suitable for
    review.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e4d6e19 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. ci: extra commit will be dropped

    This is extra commit will be dropped
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2972642 View commit details
    Browse the repository at this point in the history