Migrated some VPS getting weird results

sahostking

Renowned Member
Did a vzmigrate from solusvm simfs vms to proxmox 3.4

Getting this when entering any of VMS:

[root@vps01 /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 400G 128K 400G 1% /
none 4.0G 4.0K 4.0G 1% /dev
none 4.0G 0 4.0G 0% /dev/shm


Diskspace used is not calculated correctly.

Here is the diskspace quotas section of conf file:

# Disk quota parameters (in form of softlimit:hardlimit)
DISKSPACE="400G:440G"
DISKINODES="80000000:88000000"
QUOTATIME="0"
QUOTAUGIDLIMIT="0"


A bit lost by this. Any ideas?