Hello,

first make sure that the service log files are rotating, should be.

psql database has some limitations, the notable one is that it always grows.

there are automatic procedures that are called vacuum, which reclaim space.

when vacuum is running there is significant slow down, so these are not run 
often.

if you have storage constraint maybe you need to increase the auto vacuum 
interval[1], or run manually[2]

in the past using other applications I found up that there is lower downtime 
when simply stopping application and performing backup/restore of the database. 
but in case of ovirt-engine this option is not valid.

Alon

[1] http://www.postgresql.org/docs/9.1/static/runtime-config-autovacuum.html
[2] http://www.postgresql.org/docs/9.1/static/app-vacuumdb.html

----- Original Message -----
> From: "Massimo Mad" <mad196...@gmail.com>
> To: users@ovirt.org
> Sent: Saturday, February 14, 2015 11:28:42 PM
> Subject: [ovirt-users] Problem on the manager
> 
> I have a problem on my oVirt managers , the problem is that the directory /
> var / lib / pgsql/data fills .
> Initially thinking that my file system / var / log 2Gb was too small now have
> increased to 4Gb and is refilled .
> How can I prevent this from happening , it may be due to the fact that I have
> implemented the backup manage with the script of backup.sh oVirt .
> Regards Massimo
> 
> _______________________________________________
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to