[one-users] Full system datastore

2014-08-04 Thread Mateusz Skała
Hi, I run some VM's on OpenNebula, but after few machines system datastore are full. As Image backend we are using ceph datastore (and there is enough disk space), but system datastore is probably from kvm host, from file /var/tmp/8d187572e1d5ec159420701f9177150c. How can I make some free space

Re: [one-users] Full system datastore

2014-08-12 Thread pawel . orzechowski
Hi, Again, does anybody has some ideas about this. We need to recreate all VM's and it is not solution for production environment (good that it was just a begining of migration from XenServer) . Here are the steps we did: * no machine can be run because ON says that system data sto

Re: [one-users] Full system datastore

2014-08-13 Thread Jaime Melis
Hi, Can you run these commands and send us the output: (in OpenNebula frontend) $ for i in /var/lib/one/datastores/{,*}; do echo $i; df -h $i; done (in a KVM hypervisor) $ for i in /var/lib/one/datastores/{,*}; do echo $i; df -h $i; done Also, what OpenNebula version do you have currently inst