Solved

Kasten back up Jenkins, always stay in Snapshotting Application Components state in K8s environment


other components like granafa also have this issue

We use rook-ceph as storage class

icon

Best answer by jaiganeshjk 15 November 2022, 11:47

View original

3 comments

Userlevel 6
Badge +2

Hi @ho.tomwk Thank you for posting the question here.

Snapshotting application component phase creates a CSI snapshot in your cluster and it waits for it be readyToUse.

Would you be able to list the volumesnapshots in the application namespace and see if says readyToUse: false

The below command would give you an idea on the status of the snashot.

 

kubectl get volumesnapshots -n jenkins-test

Thanks,

Seems not readyToUse: false

 

Still not working

checked, there is not readyToUse: false

Annotations:

  k10.kasten.io/is-snapshot-class=true is already used in VolumeSnapshotClass

according to following URL

 

 

 

Comment