Maximun Size a VM can be assign.

kirelgt

Member
Nov 16, 2010
85
0
6
I have a SAN, and I normally create the volume in the SAN and assign to the proxmox machine using iscsi. My question is if I create a volume that is 3 terabytes big and assign to proxmox. My main goal is to assign this 3 terabyte volume to a specific VM. Will I be able to assign this volume to the VM.
 
I have a SAN, and I normally create the volume in the SAN and assign to the proxmox machine using iscsi. My question is if I create a volume that is 3 terabytes big and assign to proxmox. My main goal is to assign this 3 terabyte volume to a specific VM. Will I be able to assign this volume to the VM.
Hi,
just have created an 3TB-disk on an nfs-share!! (and if this work on nfs, you don't have trouble with lvm)

No problem:
Code:
ls -lsa /mnt/pve/ntec-vms/images/445
total 8
4 drwxr-xr-x 2 nobody nogroup          4096 Oct 20 20:31 .
4 drwxr-xr-x 3 nobody nogroup          4096 Oct 20 20:31 ..
0 -rw-r--r-- 1 nobody nogroup 3221225472000 Oct 20 20:31 vm-445-disk-1.raw
Udo