[ovirt-users] Problem on the manager

Alon Bar-Lev alonbl at redhat.com
Sat Feb 14 21:37:51 UTC 2015


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" <mad1969it at gmail.com>
> To: users at 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 at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 



More information about the Users mailing list