On Proxmox 4.0 running the following command to resize a LXC disk image on CT 777 from 20G to 35G works correctly on the container, however the proxmox web gui shows the raw disk image size as '35M', not '35G' which is what 'df' output shows on the container:
pct resize 777 rootfs 35G
Also - an 'ls' of the images folder shows the correct raw image size:
-rw-r----- 1 root root 35G Nov 13 09:49 vm-777-disk-1.raw
Is that syntax not correct or is this a bug? Rebooting the container still works and it shows as having a 35G disk image.
Thanks
pct resize 777 rootfs 35G
Also - an 'ls' of the images folder shows the correct raw image size:
-rw-r----- 1 root root 35G Nov 13 09:49 vm-777-disk-1.raw
Is that syntax not correct or is this a bug? Rebooting the container still works and it shows as having a 35G disk image.
Thanks