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

推荐订阅源

有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
量子位
S
SegmentFault 最新的问题
V
Visual Studio Blog
博客园 - 【当耐特】
Apple Machine Learning Research
Apple Machine Learning Research
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
Vercel News
Vercel News
D
Docker
J
Java Code Geeks
博客园 - 三生石上(FineUI控件)
博客园 - Franky
Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
D
DataBreaches.Net
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
V
V2EX

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
[SOLVED] - Datastore usage wrong
invalid@exam · 2026-06-14 · via Proxmox Support Forum

Hello,

I wonder how the datastore usage is calculated. As far as I could find information it should be the fs size.

Code:

root@PBS:~# df -hT /mnt/datastore/TrueNAS-HDD
Filesystem     Type  Size  Used Avail Use% Mounted on
/dev/sdb       xfs    12T  476G   12T   4% /mnt/datastore/TrueNAS-HDD

Code:

root@PBS:~# du -sh /mnt/datastore/TrueNAS-HDD
241G    /mnt/datastore/TrueNAS-HDD

So I'd guess PBS would report a usage of 476G. But it tells me
1781421614511.png
while GC reports

Code:

2026-06-14T08:18:20+02:00: processed 99% (132673 chunks)
2026-06-14T08:18:20+02:00: Chunk cache: hits 942600, misses 128199 (hit ratio 88.03%)
2026-06-14T08:18:20+02:00: Removed garbage: 20.162 GiB
2026-06-14T08:18:20+02:00: Removed chunks: 5833
2026-06-14T08:18:20+02:00: Original data usage: 4.083 TiB
2026-06-14T08:18:20+02:00: On-Disk usage: 240.218 GiB (5.74%)
2026-06-14T08:18:20+02:00: On-Disk chunks: 128199
2026-06-14T08:18:20+02:00: Deduplication factor: 17.41
2026-06-14T08:18:20+02:00: Average chunk size: 1.919 MiB
2026-06-14T08:18:20+02:00: queued notification (id=f5c4906b-baed-4caa-9c8d-fe1568d83eb8)
2026-06-14T08:18:20+02:00: TASK OK

/dev/sdb is a iscsi netdrive xfs formated. It is a zvol on truenas.
1781421966525.png
So why is PBS telling me a usage of 510.99GB??

Impact

Distinguished Member

Sep 12, 2022
2,202
1,065
183

It's just different units. One is in Gigabyte (GB) and one is in Gibibyte (G/GiB).

Last edited:

hmmm, a little embarassing I did not think of that, but yes, true...