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

[BUG]: csm object in success state when all csi-powerflex pods are failing due to bad secret credentials #1156

Closed
jooseppi-luna opened this issue Feb 22, 2024 · 1 comment
Assignees
Labels
area/csm-operator type/bug Something isn't working. This is the default label associated with a bug issue.

Comments

@jooseppi-luna
Copy link
Contributor

Bug Description

When the csi-powerflex driver is installed with csm-operator, and the login details in the secret are bad, the pods go into crashloopbackoff/error/other bad states but the csm object stays in the successful state.

Logs

[root@master-1-Zaglt7mQUY8Wg csm-operator]# kubectl get csm -A
NAMESPACE NAME CREATIONTIME CSIDRIVERTYPE CONFIGVERSION STATE
vxflexos vxflexos 72m powerflex v2.9.0 Succeeded
[root@master-1-Zaglt7mQUY8Wg csm-operator]# kubectl get pods -n vxflexos
NAME READY STATUS RESTARTS AGE
vxflexos-controller-99fc4778f-q2dss 0/5 CrashLoopBackOff 87 (35s ago) 73m
vxflexos-node-dbkkj 0/2 CrashLoopBackOff 36 (72s ago) 73m
vxflexos-node-zx4wn 0/2 CrashLoopBackOff 36 (42s ago) 73m
[root@master-1-Zaglt7mQUY8Wg csm-operator]#

Screenshots

No response

Additional Environment Information

No response

Steps to Reproduce

Create a vxflexos-config secret with e.g. a bad username, then deploy csi-powerflex driver with csm-operator. You should see failing pods with csm state recorded as Success

Expected Behavior

When pods are failing, csm state should be Failed.

CSM Driver(s)

CSI Powerflex v2.9.1

Installation Type

CSM-Operator v1.4.2

Container Storage Modules Enabled

No response

Container Orchestrator

Kubernetes v1.27.2

Operating System

RHEL 8.9

@jooseppi-luna jooseppi-luna added needs-triage Issue requires triage. type/bug Something isn't working. This is the default label associated with a bug issue. labels Feb 22, 2024
@jooseppi-luna jooseppi-luna added area/csm-operator and removed needs-triage Issue requires triage. labels Feb 22, 2024
@jooseppi-luna jooseppi-luna modified the milestone: v1.10.0 Feb 22, 2024
@jooseppi-luna
Copy link
Contributor Author

Fixed in above PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/csm-operator type/bug Something isn't working. This is the default label associated with a bug issue.
Projects
None yet
Development

No branches or pull requests

2 participants