Fix issue with provider server unit tests #9
ocs-operator-ci.yaml
on: push
Matrix: go test
Matrix: golangci-lint
Matrix: verify generated changes
Annotations
1 error
commitlint
You have commit messages with errors
⧗ input: Bug 2241872: Fix for metrics exporter pod going in crashbacklloop and fix for go lint issue
Signed-off-by: rchikatw <[email protected]>
✖ header must not be longer than 72 characters, current length is 91 [header-max-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: store client information on storageconsumer status
- adds new fields to existing RPC message
- these fields are updated in status of corresponding storageconsumer CRs
- the status will be helpful for exporting new metrics
Signed-off-by: Leela Venkaiah G <[email protected]>
✖ body's lines must not be longer than 72 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: export storageconsumer data as metrics and alerts
- encode the versions from storageconsumer CR status to comparable numbers
- export these numbers are metrics
- create alerts for version incompatbility and client checkin via heartbeats
Signed-off-by: Leela Venkaiah G <[email protected]>
✖ body's lines must not be longer than 72 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: storageclassrequest: check for existing CephBlockPool for given consumer/profile
Prior to this, a new CephBlockPool would be created for every new
StorageClassRequest. This change allows the reconciler to use an
existing CephBlockPool if the StorageClassRequest is from the same
StorageConsumer with the same StorageProfile.
Signed-off-by: Jose A. Rivera <[email protected]>
✖ header must not be longer than 72 characters, current length is 80 [header-max-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|