I have a directory called R6-proxmox-multiuse that allows for everything (ISOs, backups, VMs, etc). (It is on the volume R6 using zfs.)
If I create a new VM Proxmox only allows me to see ISOs stored on that disk, not those stored on another (I confirmed this by adding an ISO to R6-proxmox-multiuse, since deleted):
Shouldn't I be able to use the ISO on "local" even when I'm making a VM in R6-proxmox-mulituse?
Thanks.
RJD
PS, for the record R6-proxmox-multiuse was made in this way (in case it matters):
zp=R6
myds=proxmox-multiuse
zfs create -o \
atime=off -o compression=lz4 -o recordsize=1024k \
$zp/$myds || exit 99
Then:
Datacenter -> Storage -> Add -> Directory
With R6-proxmox-mulituse on for the ID and /R6/proxmox-multiuse for the folder.
If I create a new VM Proxmox only allows me to see ISOs stored on that disk, not those stored on another (I confirmed this by adding an ISO to R6-proxmox-multiuse, since deleted):
Shouldn't I be able to use the ISO on "local" even when I'm making a VM in R6-proxmox-mulituse?
Thanks.
RJD
PS, for the record R6-proxmox-multiuse was made in this way (in case it matters):
zp=R6
myds=proxmox-multiuse
zfs create -o \
atime=off -o compression=lz4 -o recordsize=1024k \
$zp/$myds || exit 99
Then:
Datacenter -> Storage -> Add -> Directory
With R6-proxmox-mulituse on for the ID and /R6/proxmox-multiuse for the folder.