今天一个BurstNet VPS客户,从50G套餐降级到20G套餐,降级完成后,发现VPS不通了。

登录veportal 控制面板查看,VPS状态正常。发TK仔细官方技术后,得到如下答复:

It seems the container has more data on it then the plan he downgraded to can provide. In its current state the container can not fully load due to the quota being exceeded.

大概的意思就是VPS降级后,硬盘空间满了,导致VPS无法启动!

解决办法:

登录veportal面板,找到VPS Console,进入页面看到

VPS Console
The vePortal Console is capable of running any command that you can run via SSH, It’s intended purpose is a backup solution in the event that you are unable to gain remote access to your VPS. This solution does not require SSH to be running on your VPS. Console Command: df -h

df -h 可以发现空间的确满了。 怎么办? 删除一些文件,然后重启VPS就解决问题了。

比如:

rm -f /home/admin/__processed_stats/*; reboot;

via。http://www.deepvps.com/vps-can-not-fully-load-due-to-the-quota-being-exceeded.html

最后修改:2012 年 04 月 23 日 03 : 05 AM