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 -...