dell / csm

Dell Container Storage Modules (CSM)
Apache License 2.0
71 stars 15 forks source link

[QUESTION]: repctl - how to delete ReplicationGroups from CLI #1506

Closed murphyry closed 1 month ago

murphyry commented 1 month ago

Hello,

While using repctl to control ReplicationGroups I have not been able to find a way to delete old/state ReplicationGroups once they no-longer existing on the backend storage array.

Right now I have 4x ReplicationGroups that are empty and no-longer existing on the backend PowerFlex systems. How do I delete them with repctl? If I cant delete them with repctl what is the process to clear out these stale entries?

image image

santhoshatdell commented 1 month ago

Hi @murphyry The replication groups can be deleted with kubectl command. Please refer to https://dell.github.io/csm-docs/docs/replication/replication-actions/#deleting-replication-groups

murphyry commented 1 month ago

That did the trick, I didn't see that down there at the bottom. Thank you!