惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
博客园 - 司徒正美
WordPress大学
WordPress大学
爱范儿
爱范儿
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
罗磊的独立博客
博客园_首页
V
V2EX
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
Tailwind CSS Blog
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
MyScale Blog
MyScale Blog
IT之家
IT之家
H
Help Net Security
Blog — PlanetScale
Blog — PlanetScale
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
人人都是产品经理
人人都是产品经理

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
S3 chunk lock files accumulate indefinitely in tmpfs caus...
invalid@exam · 2026-06-04 · via Proxmox Support Forum

Chris

Proxmox Staff Member

Hi,

Is this the expected behavior for chunk lock files with an S3 backend? If so, is there any mechanism to clean them up periodically without having to restart the server?

the lockfiles not being cleaned up is intentional behavior to not run into races since the locking relies on flock() internally. But for these to consume so much space is definitely not intentional and we need to find a solution, so please open an issue for this at https://bugzilla.proxmox.com, referencing this thread.

As a workaround for the time being you could do one of the following:

  • Set the datastore to maintenance mode offline and mount a filesystem backed by a physical disk on top of /run/proxmox-backup/locks/<datastore>/.chunks/, making sure of the correct backup:backup ownership for files and directories on that path.
  • Periodically set the datastore into maintenance mode offline, once set, run rm -rf /run/proxmox-backup/locks/<datastore>/.chunks/* and then bring the datastore back online.

Hi all,

currently I'm running Proxmox Backup-Server 4.2.5 with production ready enterprise subscription on
Ugreen NAS DXP6800Pro
* 12 Core i5 CPU
* 8GB RAM (I know quiet less)
* 2x 1TB Samsung 990Pro NVMe SSD (50GB for ZFS root, 2nd unused NVMe only datastore)
* 4x 16TB Seagate Exos HDD
* there is a sync job to an OCI S3 Storage (with Archive)
* there is NO swap, which seems to be intentionally on ZFS root

The system died already 3x with OOM - which took a while to identify as systemd-journal was one of the first process to kill ;)
claude-code created a logging script to watch io pressure, hdd temperature and slabcache and current proxmox-jobs (like verify, GC, sync, backup..) running.
After investigating this forum entry was found.
This steps where done

Code:

proxmox-backup-manager datastore update OCI-bucket-20260404-1414-pbs01 \
    --maintenance-mode type=offline

find /run/proxmox-backup/locks/OCI-bucket-20260404-1414-pbs01/.chunks/ \
     -mindepth 1 -delete

proxmox-backup-manager datastore update OCI-bucket-20260404-1414-pbs01 \
    --delete maintenance-mode

Some questions to it:

1. what is the current bugzilla report?
2. Should the cleanup done regulary, before the GC to an S3 storage is started?
3. it also recommended to add special vdevs to my hdd- ZFS pool - require first better understanding from my side.

br
Thomas

Last edited: