Proxmox creates duplicate folder-structure with iso-upload

renstump

New Member
Jun 4, 2023
8
1
3
I have 2 internal hard disks.
Hard disk 1 with 500 GB is to be used as storage space for LXC containers and VMs.

Hard disk 2 with 1 TB is to be used as storage space for backups, images, container templates and recordings for e.g. Frigate-LXC Container.

I have created a corresponding pool for this and created the folders in the pool of the 1TB hard disk.

I upload an iso image via Proxmox GUI using the area Storage 'storage-vm-template' on node 'proxmox1'
then Proxmox creates a duplicate folder-structure and inserts the iso there.

So instead of /storage/template/iso/ubuntu-24.04.2-live-server-amd64.iso
it uploads like this: /storage/template/iso/template/iso/ubuntu-24.04.2-live-server-amd64.iso

I don't know what to do anymore. I've been trying for hours.

/etc/pve/storage.cfg
dir: local
disable
path /var/lib/vz
content vztmpl,iso,backup
shared 0

zfspool: local-zfs
pool rpool/data
content rootdir,images
sparse 1

zfspool: storage
pool storage
content images,rootdir
mountpoint /storage
nodes proxmox1
sparse 1

dir: storage-template
path /storage/template/cache
content vztmpl

dir: storage-vm-template
path /storage/template/iso
content iso

dir: storage-images
disable
path /storage/images
content images
shared 0

dir: storage-dump
path /storage/dump
content backup

Edit: Seems like I got it. Tried in path/target "/storage"
 

Attachments

  • 26_02_2025_008.png
    26_02_2025_008.png
    41.7 KB · Views: 1
Last edited:
PVE uses path "/template/iso" to store iso images, and that path is relative to the storage path - you cannot change this.