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

推荐订阅源

J
Java Code Geeks
腾讯CDC
M
MIT News - Artificial intelligence
Y
Y Combinator Blog
L
LangChain Blog
Vercel News
Vercel News
云风的 BLOG
云风的 BLOG
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog
P
Proofpoint News Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
IT之家
IT之家
A
About on SuperTechFans
H
Help Net Security

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
Very slow backup for large disks vm
invalid@exam · 2026-06-15 · via Proxmox Support Forum

I have on vm with a disk size of 6TiB. Everytime I need to reboot the host, or change the vm's configuration, the bitmap is dirty causing the next backup task to do a full disk read. This is very slow. It takes 15 hours aprox. to do the whole disk. Not much is being synced to the remote PBS however, because not much data has actually changed.

Is there a way to speed up the backup task? Are my disks just too slow? The VM disk is a "raw" vm disk on a ZFS partition, containing 2 mirrors of 8TB hard drives.

Normaly a reboot don't create a dirty bitmap, but a stop and start does, so don't stop the instance..:rolleyes:. And don't backup on differents target neither..

Normaly a reboot don't create a dirty bitmap, but a stop and start does, so don't stop the instance..:rolleyes:. And don't backup on differents target neither..

I know that, that's why I said: restart of the host, or changes to the vm config (it needs to be shutdown/stopped for that some of the changes to take effect).
But it's "normal" that a backup of a 6TiB drive would take 15 hours or longers? What exactly does it do? Read the block and compare them to what's already on the PBS? So I'm guessing my drives are just not that fast?

Hard disks could be your issue as long as you are not limited by 1G network anyway. Transfer of 6TB over 1G network would take about 13 hours, that is pretty close to those 15 hours. But without details I am just guessing. ;)

Hard disks could be your issue as long as you are not limited by 1G network anyway. Transfer of 6TB over 1G network would take about 13 hours, that is pretty close to those 15 hours. But without details I am just guessing. ;)

Well, the PBS is a VM itself, and it sits on same same PVE host. However, the PBS storage is "remote" as in I've added it as a PBS store inside PVE. So I'm guessing it's just going over the bridge of PVE to the PBS vm.
But the reading of the vm disk should not involve any networking I'm guessing? What would be the best way to stress test the ZFS volume?