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

Storageclusterpeer #2466

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on May 9, 2024

  1. add rpc call for peerBlockPool

    Signed-off-by: Rewant Soni <resoni@redhat.com>
    rewantsoni committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a6b7e55 View commit details
    Browse the repository at this point in the history
  2. add client implementation for the peerblockpool rpc call

    Signed-off-by: Rewant Soni <resoni@redhat.com>
    rewantsoni committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5634a8f View commit details
    Browse the repository at this point in the history
  3. add server implementation for peerblockpool rpc call

    Signed-off-by: Rewant Soni <resoni@redhat.com>
    rewantsoni committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a5e4604 View commit details
    Browse the repository at this point in the history
  4. add rpc call for revokeBlockPoolPeering

    Signed-off-by: Rewant Soni <resoni@redhat.com>
    rewantsoni committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3d913dd View commit details
    Browse the repository at this point in the history
  5. add client implementation for revokeBlockPoolPeering rpc call

    Signed-off-by: Rewant Soni <resoni@redhat.com>
    rewantsoni committed May 9, 2024
    Configuration menu
    Copy the full SHA
    24fb2fb View commit details
    Browse the repository at this point in the history
  6. add server implementation for revokeBlockPoolPeering rpc call

    Signed-off-by: Rewant Soni <resoni@redhat.com>
    rewantsoni committed May 9, 2024
    Configuration menu
    Copy the full SHA
    321868a View commit details
    Browse the repository at this point in the history
  7. Add new CR and controller for storageClusterPeer

    ran the command:
    operator-sdk create api --group ocs --version v1
    --kind StorageClusterPeer --resource --controller
    
    Signed-off-by: Rewant Soni <resoni@redhat.com>
    rewantsoni committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f20f598 View commit details
    Browse the repository at this point in the history
  8. add generated changes for storageClusterPeer

    Signed-off-by: Rewant Soni <resoni@redhat.com>
    rewantsoni committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4d4f47e View commit details
    Browse the repository at this point in the history
  9. storageclusterpeer: setup the reconciler

    Signed-off-by: Rewant Soni <resoni@redhat.com>
    rewantsoni committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e9b03f3 View commit details
    Browse the repository at this point in the history