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

rbd: base implementation for CSI-Addons VolumeGroup #4707

Merged
merged 7 commits into from
Jul 11, 2024

Commits on Jul 11, 2024

  1. rbd: move internal/rbd_types -> internal/rbd/types

    The rbd_types package was initially created with references to the rbd
    package. And the rbd package references the rbd_types package. Having
    rbd/types was not possible due to recursive imports. After cleaning up
    the rbd_types package, it can be renamed to rbd/types.
    
    Signed-off-by: Niels de Vos <[email protected]>
    nixpanic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    97cf3a5 View commit details
    Browse the repository at this point in the history
  2. csiaddons: register volumegroup controller

    Register the volumegroup controller as part
    of rbd controller server to serve the volume
    group RPC spec.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 authored and nixpanic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ec59da3 View commit details
    Browse the repository at this point in the history
  3. rbd: add a ToCSI() function to the Volume interface

    A VolumeGroup CSI-Addons object contains a list of CSI Volumes. A
    ToCSI() function makes creating such a list much simpler.
    
    Signed-off-by: Niels de Vos <[email protected]>
    nixpanic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8786b60 View commit details
    Browse the repository at this point in the history
  4. rbd: add the VolumeGroup type

    Signed-off-by: Niels de Vos <[email protected]>
    nixpanic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    17e0cd8 View commit details
    Browse the repository at this point in the history
  5. rbd: add Manager interface for using Volumes and VolumeGroups

    Signed-off-by: Niels de Vos <[email protected]>
    nixpanic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    81072a8 View commit details
    Browse the repository at this point in the history
  6. csiaddons: initial implementation of CSI-Addons VolumeGroup

    Signed-off-by: Niels de Vos <[email protected]>
    nixpanic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6299c1e View commit details
    Browse the repository at this point in the history
  7. rebase: update github.com/csi-addons/spec to latest version

    Update VolumeGroup API with CreateVolumeGroupRequest that contains an
    optional list of VolumeIDs.
    
    Signed-off-by: Niels de Vos <[email protected]>
    nixpanic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    cf71bc0 View commit details
    Browse the repository at this point in the history