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

推荐订阅源

D
DataBreaches.Net
N
Netflix TechBlog - Medium
P
Proofpoint News Feed
D
Docker
J
Java Code Geeks
L
LangChain Blog
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
MongoDB | Blog
MongoDB | Blog
月光博客
月光博客
T
Tailwind CSS Blog
M
MIT News - Artificial intelligence
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
腾讯CDC
罗磊的独立博客
U
Unit 42
爱范儿
爱范儿
Vercel News
Vercel News
MyScale Blog
MyScale 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
Proxmox with Truenas ZFS Plugin
invalid@exam · 2026-06-26 · via Proxmox Support Forum

I am currently running TrueNAS 25.10.4 so am current, and I had installed and had operational the Truenas ZFS storage plug, and it was running nicely.

Today I saw there were update to install from the repositories, and one was an update to the plug-in and I figured it was no big deal, boy was I wrong!

I have gone through the configs, even removed and reinstalled the plug-in, but it will not mount the storage. When update was installed it just locked up everything, so I ended up rebooting.

If I run the config scripts, it says I have version "TrueNAS Plugin v2.1.14 - Installed" so looks to be current.

If I run pvesm status I get this warning: Plugin "PVE::Storage::Custom::TrueNASPlugin" is implementing an older storage API, an upgrade is recommended

If I actually put in the storage.cfg entry and run pvesm status, I get:

Plugin "PVE::Storage::Custom::TrueNASPlugin" is implementing an older storage API, an upgrade is recommended
file /etc/pve/storage.cfg line 35 (section 'TNAS380G10-ZFS-1') - unable to parse value of 'api_host': unknown property type
file /etc/pve/storage.cfg line 36 (section 'TNAS380G10-ZFS-1') - unable to parse value of 'api_key': unknown property type
file /etc/pve/storage.cfg line 37 (section 'TNAS380G10-ZFS-1') - unable to parse value of 'api_insecure': unknown property type
file /etc/pve/storage.cfg line 38 (section 'TNAS380G10-ZFS-1') - unable to parse value of 'target_iqn': unknown property type
file /etc/pve/storage.cfg line 39 (section 'TNAS380G10-ZFS-1') - unable to parse value of 'dataset': unknown property type
file /etc/pve/storage.cfg line 40 (section 'TNAS380G10-ZFS-1') - unable to parse value of 'discovery_portal': unknown property type
file /etc/pve/storage.cfg line 42 (skip section 'TNAS380G10-ZFS-1'): missing value for required option 'tn_api_key'
Use of uninitialized value $type in hash element at /usr/share/perl5/PVE/Storage/Plugin.pm line 598, <DATA> line 960.
Use of uninitialized value $type in string eq at /usr/share/perl5/PVE/Storage/Plugin.pm line 603, <DATA> line 960.
Use of uninitialized value $type in string eq at /usr/share/perl5/PVE/Storage/Plugin.pm line 603, <DATA> line 960.
Use of uninitialized value $type in string eq at /usr/share/perl5/PVE/Storage/Plugin.pm line 603, <DATA> line 960.
Use of uninitialized value $type in string eq at /usr/share/perl5/PVE/Storage/Plugin.pm line 603, <DATA> line 960.
Use of uninitialized value $type in string eq at /usr/share/perl5/PVE/Storage/Plugin.pm line 603, <DATA> line 960.
Use of uninitialized value $type in string eq at /usr/share/perl5/PVE/Storage/Plugin.pm line 603, <DATA> line 960.
Use of uninitialized value $type in string eq at /usr/share/perl5/PVE/Storage/Plugin.pm line 603, <DATA> line 960.
Use of uninitialized value $type in string eq at /usr/share/perl5/PVE/Storage/Plugin.pm line 603, <DATA> line 960.
Use of uninitialized value $type in string eq at /usr/share/perl5/PVE/Storage/Plugin.pm line 603, <DATA> line 960.
storage 'TNAS380G10-ZFS-1' does not exist

It was working with uppercase, but tried it in lowercase with no difference.

My iSCSI is logged in and available:

# iscsiadm -m session
tcp: [1] 10.3.0.50:3260,1 iqn.2026-5.org.tnas380g10.ctl:tnas380g10-iscsi-pve-1 (non-flash)

my entry in storage.cfg is as follows:

truenasplugin: TNAS380G10-ZFS-1
api_host 10.3.0.50
api_key [deleted for security]
api_insecure 1
target_iqn iqn.2026-5.org.tnas380g10.ctl:tnas380g10-iscsi-pve-1
dataset Fast_15k/Proxmox_iSCSI
discovery_portal 10.3.0.50:3260
content images
shared 1

As I had all my VM's using that storage, everything is down at the moment. Anyone have any ideas??