Skip to content

LvSetDeletionAlert - LocalVolumeSet has had a deletion timestamp older than 72 hours #345

@rbo

Description

@rbo

@DanielFroehlich accidentally deleted the LocalVolumeSet for ODF

apiVersion: local.storage.openshift.io/v1alpha1
kind: LocalVolumeSet
metadata:
  annotations:
    kubectl.kubernetes.io/last-applied-configuration: |
      {"apiVersion":"local.storage.openshift.io/v1alpha1","kind":"LocalVolumeSet","metadata":{"annotations":{},"name":"local-odf-nvme","namespace":"openshift-local-storage"},"spec":{"deviceInclusionSpec":{"deviceMechanicalProperties":["NonRotational"],"deviceTypes":["disk"],"minSize":"1Gi"},"nodeSelector":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"kubernetes.io/hostname","operator":"In","values":["ceph10","ceph11","ceph12"]}]}]},"storageClassName":"local-odf-nvme","tolerations":[{"effect":"NoSchedule","key":"node.ocs.openshift.io/storage","operator":"Equal","value":"true"}],"volumeMode":"Block"}}
  creationTimestamp: "2024-10-01T18:09:00Z"
  deletionGracePeriodSeconds: 0
  deletionTimestamp: "2025-12-19T18:59:52Z"
  finalizers:
  - storage.openshift.com/local-volume-protection
  generation: 2
  name: local-odf-nvme
  namespace: openshift-local-storage
  resourceVersion: "3476177475"
  uid: 08c14012-20cb-4409-8f10-6c20c97def44
spec:
  deviceInclusionSpec:
    deviceMechanicalProperties:
    - NonRotational
    deviceTypes:
    - disk
    minSize: 1Gi
  nodeSelector:
    nodeSelectorTerms:
    - matchExpressions:
      - key: kubernetes.io/hostname
        operator: In
        values:
        - ceph10
        - ceph11
        - ceph12
  storageClassName: local-odf-nvme
  tolerations:
  - effect: NoSchedule
    key: node.ocs.openshift.io/storage
    operator: Equal
    value: "true"
  volumeMode: Block
status:
  conditions:
  - lastTransitionTime: "2024-10-01T18:09:00Z"
    message: 'DiskMaker: Available'
    status: "True"
    type: DaemonSetsAvailable
  - lastTransitionTime: "2024-10-01T18:09:00Z"
    message: 'Operator error: failed to update localvolumeset finalizer: localvolumeset
      openshift-local-storage/local-odf-nvme has owned persistentvolumes in use'
    status: "False"
    type: Available
  observedGeneration: 1
  totalProvisionedDeviceCount: 9

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions