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

Volume Health Monitoring support #190

Open
alexminder opened this issue Apr 4, 2023 · 1 comment
Open

Volume Health Monitoring support #190

alexminder opened this issue Apr 4, 2023 · 1 comment

Comments

@alexminder
Copy link

Add support for new Kubernetes feature Volume Health Monitoring

@WanzenBug
Copy link
Member

We already have limited support for it:

func (s *Linstor) Status(ctx context.Context, volId string) ([]string, *csi.VolumeCondition, error) {

Per-node volume condition reporting is not implemented, as it is not trivial to implement without involving the LINSTOR API, and ideally the CSI node part does not interact with the API directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants