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

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
L
LangChain Blog
WordPress大学
WordPress大学
MyScale Blog
MyScale Blog
The Cloudflare Blog
J
Java Code Geeks
Google DeepMind News
Google DeepMind News
Recent Announcements
Recent Announcements
Microsoft Azure Blog
Microsoft Azure Blog
Y
Y Combinator Blog
有赞技术团队
有赞技术团队
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
小众软件
小众软件
量子位
月光博客
月光博客
P
Proofpoint News Feed
IT之家
IT之家
腾讯CDC
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
雷峰网
雷峰网
V
Visual Studio 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
Feature request - zfs delegation with lxc
invalid@exam · 2026-06-24 · via Proxmox Support Forum

Since OpenZFS 2.2 there are zfs zone/unzone commands that can allow a container to manage specific mounted datasets. It also requires dev/zfs to be mounted in container with device added to lxc config.

This can be probably implemented with lxc hooks, but would be best to support natively like Incus does.

+1 as this feature would make proxmox so much greater !

Use case: have a privileged LXC fileserver (managing ZFS and samba) as the ZFS management features (GUI) within Proxmox are not very extensive.

Ref incus ZFS.delegate=true

Last edited:

Bumping this topic up as I wanted to know if this is on any roadmap or future plans to include in Proxmox?

I have tried this with unprivileged containers using this article and it's working but comes with some drawbacks (regarding changing namespaces when rebooting).
It seems that theoretically speaking all the building blocks are there to make this possible with privileged containers;

This might also improve greatly docker ZFS support in LXC containers in future as I believe the community may prefer docker lxc over OCI ref.: OCI vs docker LXC thread

personally I prefer lxc containers over docker containers but docker support and community initiatives in docker containers and applications will not disappear and proxmox support for this (in lxc) would make the product even better - also negating an advantage that incus/LXD currently has over proxmox.

Last edited:

It seems I am among a limited few that really see the need for this?
- Fileserver, SAMBA running in an LXC...
- ZFS acl support in an LXC....
- LXC to manage ZFS snapshots with a nice GUI as this is currently very limited in Proxmox WebGUI...
- Docker running in an LXC using more stable ZFS storage driver...
- Keeping feature sets comparable to competing products like Incus that have this feature...
- many more use cases....

Just trying to create a larger demand for this....

Probably yes. Tho it is some QoL stuff in rare usecases, I am with Fabian [1] [2], and beside that, it could tear a security hole and create chaos.

Probably yes. Tho it is some QoL stuff in rare usecases, I am with Fabian [1] [2], and beside that, it could tear a security hole and create chaos.

How exactly can it tear a security hole? It's not some hack it's a feature of the filesystem. It brings a container closer than ever to a full vm, as far as the filesystem goes. You can send and receive datasets from inside the container transparently without needing a privileged container, as well and take and restore snapshots.

How exactly can it tear a security hole? It's not some hack it's a feature of the filesystem. It brings a container closer than ever to a full vm, as far as the filesystem goes. You can send and receive datasets from inside the container transparently without needing a privileged container, as well and take and restore snapshots.

The weird thing surrounding this Proxmox perspective or vision is that using github guide it is working in unprivileged containers (albeit with some caveats).
The reasoning or logic behind those security concerns confuses me as this feature was introduced in ZFS 2.2 and Incus.

Perhaps our question or demand needs to be rephrased: how can we delegate ZFS datasets to a container's privileged user namespace?

The weird thing surrounding this Proxmox perspective or vision is that using github guide it is working in unprivileged containers (albeit with some caveats).
The reasoning or logic behind those security concerns confuses me as this feature was introduced in ZFS 2.2 and Incus.

Perhaps our question or demand needs to be rephrased: how can we delegate ZFS datasets to a container's privileged user namespace?

I was wondering if you are ever on irc? I'm on libera.chat and wanted to pick your brain about this stuff.