PBS 4.0.21 /run inode exhaustion (819200)

vbaz

New Member
Nov 25, 2025
2
0
1
Hello,

I'm running PBS 4.0.21 under PVE 9.1.1.

I've a local datastore and a remote S3 datastore with a sync job

I noticed after a few hours / days , the PBS lxc is becoming unresponsive due to inode exhaustion for /run

The max number of inodes being : 819200

How to fix the issue ?

thx
 
Last edited:
How to fix the issue ?
This should be fixed with proxmox-backup-server version 4.0.22-1, currently available on pbs-test and soon to be moved to the pbs-no-subscription.

As a stop-gap until then you should be able to use: mount -o remount,nr_inodes=0,inode64 /tmp
 
This should be fixed with proxmox-backup-server version 4.0.22-1, currently available on pbs-test and soon to be moved to the pbs-no-subscription.

As a stop-gap until then you should be able to use: mount -o remount,nr_inodes=0,inode64 /tmp
Thx a lot

I'll try

Regards
 
To add to the responses provided, make sure to reboot the system after installing the upgraded 4.0.22-1 package, as the systemd mount unit will only take effect after that.
 
  • Like
Reactions: cheiss
Or just update the inode limit for /tmp until you get around until the next reboot:
As a stop-gap until then you should be able to use: mount -o remount,nr_inodes=0,inode64 /tmp

And this only affects S3 backed datastores.
 
  • Like
Reactions: Chris