0

Other applications are saying the disk is full as well, any ideas?

Here's the output from df -h

Filesystem      Size  Used Avail Use% Mounted on
/dev/simfs      400G  132G  714M 100% /
none            2.0G  4.0K  2.0G   1% /dev
none            4.0K     0  4.0K   0% /sys/fs/cgroup
none            410M  1.1M  409M   1% /run
none            5.0M     0  5.0M   0% /run/lock
none            2.0G     0  2.0G   0% /run/shm
none            100M     0  100M   0% /run/user
Craig Watson
  • 9,370
  • 3
  • 30
  • 46

1 Answers1

2

Your issue is most likely that your OpenVZ host has a full disk.

The /dev/simfs device is used as a proxy filesystem, allowing the guest to isolate filesystems between guests while at the same time avoiding the overhead of allocating a block of space for an image-file disk.

Craig Watson
  • 9,370
  • 3
  • 30
  • 46