Closed rbo closed 2 months ago
~ % oc describe pv pvc-23ed4021-866d-41c0-9eb6-1c0dc08610a5
Name: pvc-23ed4021-866d-41c0-9eb6-1c0dc08610a5
Labels: <none>
Annotations: pv.kubernetes.io/provisioned-by: csi.trident.netapp.io
volume.kubernetes.io/provisioner-deletion-secret-name:
volume.kubernetes.io/provisioner-deletion-secret-namespace:
Finalizers: [kubernetes.io/pv-protection external-attacher/csi-trident-netapp-io]
StorageClass: coe-netapp-san
Status: Bound
Claim: open-cluster-management-observability/data-observability-thanos-receive-default-1
Reclaim Policy: Delete
Access Modes: RWO
VolumeMode: Filesystem
Capacity: 10Gi
Node Affinity: <none>
Message:
Source:
Type: CSI (a Container Storage Interface (CSI) volume source)
Driver: csi.trident.netapp.io
FSType: ext4
VolumeHandle: pvc-23ed4021-866d-41c0-9eb6-1c0dc08610a5
ReadOnly: false
VolumeAttributes: backendUUID=cd7b267e-7ff1-42ff-a2b5-617216ba06ea
internalName=isar_pvc_23ed4021_866d_41c0_9eb6_1c0dc08610a5
name=pvc-23ed4021-866d-41c0-9eb6-1c0dc08610a5
protocol=block
storage.kubernetes.io/csiProvisionerIdentity=1716842609293-2854-csi.trident.netapp.io
Events: <none>
~ %
~ % ssh -l admin netapp-mgmt.coe.muc.redhat.com lun mapping show | grep isar_pvc_23ed4021_866d_41c0_9eb6_1c0dc08610a5
Warning: Permanently added 'netapp-mgmt.coe.muc.redhat.com' (ED25519) to the list of known hosts.
svm_trident /vol/trident_lun_pool_isar_ZTIFFWGFPK/isar_pvc_23ed4021_866d_41c0_9eb6_1c0dc08610a5 ucs-blade-server-3-0f228f1d-6034-47c8-b456-0e13c65e964c 7 iscsi
~ %
PVC is mapped to ucs-blade-server-3
Let's try to drain and reboot ucs-blade-server-3
Fixed:
~ % oc get pods -l app.kubernetes.io/component=database-write-hashring,app.kubernetes.io/instance=observability,app.kubernetes.io/name=thanos-receive,app.kubernetes.io/part-of=observatorium,controller.receive.thanos.io/hashring=default -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
observability-thanos-receive-default-0 1/1 Running 0 46s 10.130.12.152 ucs57 <none> <none>
observability-thanos-receive-default-1 1/1 Running 0 11m 10.129.13.209 ucs56 <none> <none>
observability-thanos-receive-default-2 1/1 Running 0 97s 10.128.24.51 ceph12 <none> <none>
~ %