[BUG]: CSM Operator object goes into failed state when deployments are getting scaled down/up #816
Labels
area/csm-operator
type/bug
Something isn't working. This is the default label associated with a bug issue.
Milestone
Bug Description
The CSM object is not tracking the Available count during scale down of deployment.
This affects all existing drivers. Attaching the log for reference.
snippet for when deployment is scaled down to 1 :
Here though the
Status:
Controller Status:
Available: 2
Desired: 1
Failed: 0
Node Status:
Available: 2
Desired: 2
Failed: 0
State: Failed
and deployment status:
The Available state should be reflecting a value of 1 matching the current deployment available count.
Logs
Status:
Controller Status:
Available: 2
Desired: 1
Failed: 0
Node Status:
Available: 2
Desired: 2
Failed: 0
State: Failed
and deployment status:
Screenshots
No response
Additional Environment Information
No response
Steps to Reproduce
Expected Behavior
CSM should reflect the no of replicas as scaled and should be in succeeded state
CSM Driver(s)
N/A
Installation Type
CSM Operator
Container Storage Modules Enabled
No response
Container Orchestrator
any kuberntes version supported
Operating System
RHEL 8.5
The text was updated successfully, but these errors were encountered: