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

推荐订阅源

博客园 - 叶小钗
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿
量子位
N
Netflix TechBlog - Medium
博客园 - 聂微东
博客园 - Franky
aimingoo的专栏
aimingoo的专栏
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
Google DeepMind News
Google DeepMind News
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC

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
Templates and VM Cloning Fails with iSCSI Configuration
invalid@exam · 2026-06-24 · via Proxmox Support Forum

Hey All,

I currently have 5 Proxmox 9 servers clustered and working well. I'm using a TrueNAS M40 for Block Storage via iSCSI. I cannot successfully get templates to clone off of, or successfully clone a VM. VMs are running fine. Hiccup we've encountered is that the zvol needs to be 4k or less and the extent on iSCSI as Legacy OS (512 Block Size) for templates/cloning to work. I've tried a number of other combinations with no luck. Something I saw said that the block size for the zvol needs to be 16 or 64. If I do less then 32k, I lose out on a storage cap. I also loose out on IOPS and other beneficial stuff when lowering.... Does anyone know of alternatives to get the templates to function? Current plan is to leverage a separate server to host them, then deploy a clone there, back it up, and send that backup to the cluster for use.

In my own efforts I've found that CLI cloning works. Proxmox GUI clone feature zeros a disk before cloning occurs, this is causing the issue. I'm going to see if I can find any config files to modify this feature out.

It sounds like OP may be using a variant of ZFS/iSCSI, perhaps with a custom plugin for TrueNAS.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox

We're using LVM over LUN. We want thick provisioning for this configuration. I've tried digging into some of the pearl code to manually change this, no success. I forgot to mention, executing the same exact qemu-img clone command via the CLI works. It's just the disk zeroing prior that doesn't go well with the 32k and 4k block size configuration set, and that's what the GUI full clone does

Last edited:

t works now. Must've been patched in the 9.2 release.