LXC resize failed, file too large

aroger

Active Member
May 16, 2019
17
0
41
35
Hi

I cannot increment my LXC disk anymore, got a error from GUI

qemu-img: Could not resize file: File too large

LXC conf :

arch: amd64
cores: 7
features: nesting=1,mount=nfs;nfs
hostname: debian
memory: 16000
net1: name=eth1,bridge=vmbr1,gw=10.0.0.1,hwaddr=0E:79:11:34:5A:9A,ip=10.0.0.8/32,type=veth
onboot: 1
ostype: debian
rootfs: local:108/vm-108-disk-0.raw,size=16360G
swap: 16000

Any solution to increment the disk?

Thanks
 
Which filesystem do you have on the datastore?

I think you are hitting the filesystem limit - which should be 16T/file
Code:
Filesystem     Type   Size  Used Avail Use% Mounted on
/dev/loop3     ext4    16T  7.1T  8.1T  47% /

fs type is ext4