maximum ct/vm size?

Ken Woods

New Member
Jun 12, 2017
7
0
1
Underlying filesystem is ceph, luminous.

Cant' seem to create a ct, or a vm, larger than 128TB. Sure, I could add a bunch of secondary disks, but that's a pain in the ass.

Thoughts?
 
actually this seems to be a gui limitation only, try the following:

for vms:
qm set <VMID> -<controllertype+id> <storage>:<size>,format=<format>

e.g.:

qm set 100 -scsi1 local:262144,format=qcow2

analog for cts with pct (see man pct)