Skip to main content
Question

Pods are stuck in init for Kasten


Storage Class is Longhorn

When I describe the pods this is the error it shows

Need help troubleshooting

 

 

5 comments

Geoff Burke
Forum|alt.badge.img+22
  • Veeam Legend, Veeam Vanguard
  • 1318 comments
  • December 11, 2023

Is this a brand new install? If not try uninstalling then check to see if the pvcs do not delete. I had something similar happen in a test env. Then when I tried to re-install it could not attach the old pvc. At least from what I remember.

If brand new then check to see if the pvc is bound and of course all the logs. 


  • Author
  • Comes here often
  • 6 comments
  • December 11, 2023

I have a 3 node Longhorn infrastructure. With 100gb in each node. Shall I increase to 4 node?

Since its showing insufficient storage 

PVC is bound to all 


Geoff Burke
Forum|alt.badge.img+22
  • Veeam Legend, Veeam Vanguard
  • 1318 comments
  • December 11, 2023

Either that or increase the storage on the nodes. If a test environment I believe you can also tweak those pvc storage requests in the helm settings

 

https://docs.kasten.io/latest/install/advanced.html?highlight=helm


Geoff Burke
Forum|alt.badge.img+22
  • Veeam Legend, Veeam Vanguard
  • 1318 comments
  • December 11, 2023

Here they are I believe:

 

global.persistence.catalog.size

Size of a volume for catalog service

global.persistence.size

global.persistence.jobs.size

Size of a volume for jobs service

global.persistence.size

global.persistence.logging.size

Size of a volume for logging service

global.persistence.size

global.persistence.metering.size

Size of a volume for metering service


Hagag
Forum|alt.badge.img+2
  • Experienced User
  • 154 comments
  • December 11, 2023

@rbhowmik-sds I see the Kubelet is unable to attach or mount volumes for a pod. The exact cause of the error may be because the storage is already utilised as it is mentioned in the volume description.

yea, you might need to check if you have sufficient space in the nodes.


BR,

Ahmed Hagag


Comment