Skip to main content
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

Best answer by jaiganeshjk

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

View original
Did this topic help you find an answer to your question?

3 comments

jaiganeshjk
Forum|alt.badge.img+2
  • Experienced User
  • 275 comments
  • Answer
  • November 15, 2022

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


  • Author
  • Not a newbie anymore
  • 2 comments
  • November 16, 2022

Thanks,

Seems not readyToUse: false

 


  • Author
  • Not a newbie anymore
  • 2 comments
  • November 18, 2022

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