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
Edit: Seems like I got it. Tried in path/target "/storage"
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
Last edited: