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

推荐订阅源

B
Blog RSS Feed
B
Blog
N
Netflix TechBlog - Medium
量子位
月光博客
月光博客
博客园_首页
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
M
MIT News - Artificial intelligence
J
Java Code Geeks
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
腾讯CDC
Engineering at Meta
Engineering at Meta
云风的 BLOG
云风的 BLOG
L
LangChain Blog
GbyAI
GbyAI
IT之家
IT之家
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
[TUTORIAL] - FabU: What’s in a snapshot?
invalid@exam · 2026-06-13 · via Proxmox Support Forum

My only point here is that the term “snapshot” has different meanings, heavily depending on the contextual point-of-view:

  • PVE VM snapshot

This is the native Proxmox function. It freezes the current status of a VM. This state can be “unfrozen” later to restore this very status via “rollback”. They can be “taken”, “rolled back” and “removed” in the Web GUI under <vm> --> Snapshots and/or on the command line by “qm” command and/or by third party tools like “cv4pve”.
There are multiple software areas involved: the KVM/QEMU part needs to freeze the RAM and the CPU state and the underlying storage device needs to do the same with the virtual disks. This is where the confusion starts: not all storage types (filesystems or block devices, local or remote) can do this. Look at the column “Snapshots” in this table --> https://pve.proxmox.com/pve-docs/chapter-pvesm.html#_storage_types

  • PVE Container snapshot

I am not a Container user..., what should be mentioned here? Some hints --> https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pct_container_storage

  • PVE backup in “Snapshot Mode”

The snapshot mode works with the core capabilities of QEMU. The filesystem is “snapshotted” virtually, inside QEMU. This is completely ignoring the features of the underlying storage - it works filesystem agnostic! --> https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_backup_modes

  • PBS itself

“A Snapshot is the collection of manifest, blobs and indexes that represent a backup.” --> https://pbs.proxmox.com/docs/technical-overview.html#snapshots

  • ZFS Snapshot of a ZVOL/Dataset

Each ZVOL (usually used for virtual disks) / Dataset (usually used for “files” and “Directory Storages”) in a ZFS Pool can have one or multiple snapshots. This feature is also used to implement replication (https://pve.proxmox.com/pve-docs/pve-admin-guide.html#chapter_pvesr) which is the reason for ZFS being required for this.

  • LVM Snapshot

I am not an LVM user. What I see in https://pve.proxmox.com/pve-docs/pve-admin-guide.html#storage_lvmthin is that LVM-thin can do snapshots natively while LVM (thick, https://pve.proxmox.com/pve-docs/pve-admin-guide.html#storage_lvm) needs some help to implement this.

  • QCOW2

When an actual filesystem is used to provide a "Directory Storage" and the "qcow2" format is used for the virtual disk then snapshots can be created. --> https://pve.proxmox.com/pve-docs/chapter-pvesm.html#_storage_features

Corrections and additions welcome :-)


I put this under my “FabU”-label although it was not really “frequently answered” - just because... I like it this way ;-)

Please reply if I made something wrong or missed some important details; please “Like” it if you find this post interesting and want to give positive feedback.