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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
量子位
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
MongoDB | Blog
MongoDB | Blog
小众软件
小众软件
爱范儿
爱范儿
博客园 - 【当耐特】
Vercel News
Vercel News
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
F
Fortinet All Blogs
Apple Machine Learning Research
Apple Machine Learning Research
GbyAI
GbyAI
博客园 - 叶小钗
博客园_首页
V
Visual Studio Blog
宝玉的分享
宝玉的分享
B
Blog
MyScale Blog
MyScale Blog
C
Check Point Blog
博客园 - 三生石上(FineUI控件)
L
LangChain 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
Nonsensical behaviour from zfs
invalid@exam · 2026-06-16 · via Proxmox Support Forum

Hey,

I know you guys have a bug tracker and whatnot but I'm really not willing to put in the effort and time to read all of the guidelines and look up where I actually should post this.

Please treat this as a drive by report from a lightly sleep deprived nerd.

I just wanted to let you know that there is an edgecase(?) in which it is borderline impossible to actually access a zfs dataset after trying to mount it. You might want to report it upstream at OpenZFS or even the kernel itself, I have no idea who is responsible for this mess.

So the edgecase is that:

- you can create encrypted zfs dataset, in this case bulk01/backups
- then you can zfs send | zfs recv dataset(s) from another pool into bulk01/backups
- what happens is that zfs has a garbage UX and will happily put UNENCRYPTED data as children of encrypted dataset, I expected this level of stupid only on ntfs/bitlocker
- then you reboot the system a few times
- now, some of the child datasets have undefined mountpoints, so you define them in the place you'd expect and tell fs to mount them, you skip one of the datasets in the chain
- then you also decrypt the encrypted dataset and mount it

Now all of the mount state(s) are completely mangled and it seems like the kernel and zfs have no idea whats going on.

ls and stat will report the some of the mountpoints are empty or the directories don't exist
when you try umounting it using zfs umount or plain umount it will tell you that this patho doesnt exist, is not mounted or something else.
you cannot mount the datasets because they are in a superposition and if you want to mount them they already are mounted.

I would normally just reboot the system because it's just my playground home nas, but it's 2026 and we got clankers, so I poked chatgpt for scripts that could fix this mess, forcefully umount everything under bulk01/backups, it generated a few scripts and nothing came out of it so I just rebooted the system.

I have no idea if this is useful at all but here is some output from the script(s), it could also be the fact that it's nearly 2 AM as I type this.

  • logs.txt

    59.5 KB · Views: 0