[SOLVED] Change Image ISO location

Ernie95

Member
Sep 1, 2025
30
2
8
Dear All

I am new on Proxmox. I installed Proxmox VE 9.
I installed Proxmox on a mirror zfs raid (pool A).
I added a mirror zfs raid via the web gui for vm and containers (pool B). But I want also to put on it the ISO images.

In the webgui, I selected datacenter and the disk menu. I cannot change the content : only vm and containers are proposed and not ISO images.

How can I have ISO images on this pool B ?

I searched and read some articles or wiki, but I don’t find some approaches.

It seems that the ISO images must be only in repertory and not zfs pool.

Thanks for your help.
 
Hi,
I created successfully the dataset. But the command is not known :
Code:
root@pve:~# pvesm scan zfs
ZFS_Mirror_PVE
ZFS_Mirror_PVE/ISOimages
ZFS_Mirror_PVE/vmdata
rpool
rpool/ROOT
rpool/ROOT/pve-1
rpool/data
rpool/var-lib-vz
root@pve:~# pvesm set ISOimages --is_mountpoint yes
update storage failed: unexpected property 'is_mountpoint'

The ID of the dataset ZFS_Mirror_PVE/ISOimages is ISOimages. And here : https://pve.proxmox.com/pve-docs/pvesm.1.html the property is present in the list of pvesm set.

Thanks for your clarification
 
I find the issue.
I need to create also e repertory in the dataset.
Then pvesm set ISO --is_mountpoint yes is working (ISO = ID of the repertory).