Question

Pods are stuck in init for Kasten

  • 11 December 2023
  • 5 comments
  • 62 views

Userlevel 2

Storage Class is Longhorn

When I describe the pods this is the error it shows

Need help troubleshooting

 

 


5 comments

Userlevel 7
Badge +22

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. 

Userlevel 2

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 

Userlevel 7
Badge +22

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

Userlevel 7
Badge +22

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

Userlevel 5
Badge +2

@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