[ovirt-users] Problem on the manager

2015-02-14 Thread Massimo Mad
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


Re: [ovirt-users] Problem on the manager

2015-02-14 Thread Alon Bar-Lev
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


Re: [ovirt-users] why is it called vdsm?

2015-02-14 Thread mots
Isn't the guest agent already called ovirt-agent?

 
 
-Ursprüngliche Nachricht-
 Von:Greg Sheremeta gsher...@redhat.com
 Gesendet: Fre 13 Februar 2015 18:08
 An: users@ovirt.org
 Betreff: Re: [ovirt-users] why is it called vdsm?
 
 
  Le 13/02/2015 16:49, Francesco Romani a écrit :
   - Original Message -
   From: Greg Sheremeta gsher...@redhat.com
   To: de...@ovirt.org, users users@ovirt.org
   Sent: Friday, February 13, 2015 3:04:51 PM
   Subject: [ovirt-users] why is it called vdsm?
  
   Why is it called vdsm and not something a little more descriptive and
   project-related, like ovirt-agent?
   Well, we could think of a rename for oVirt 4.0 :)
  
   Not 100% joking: besides being a bit more google-friendlier, that  could
   solve
   the packaging troubles and make old-vdsm and
   new-vdsm-or-whaterver-we-may-call-it
   trivially parallel installable on a given host.
 
 Well, that was going to be my next question -- can we rename it?
 I like ovirt-agent, but almost anything other than vdsm will be
 nicer :)
 
  From: Nathanaël Blanchet blanc...@abes.fr
  To: users@ovirt.org
  Sent: Friday, February 13, 2015 11:04:45 AM
  Subject: Re: [ovirt-users] why is it called vdsm?
  
  for the little story, when I began to use ovirt in 2012, a french google
  search gave me on the first page a full list of BDSM result, which
  relies to Bonding for the B letter, but in reality for masochism :) that
  was very funny but not very serious :)
  
 
 Indeed. In addition to not being descriptive or helpful, vdsm rhymes /
 sounds like (especially if said quickly) something we shouldn't
 talk about in a professional setting. This may only be true for
 native English speakers, and I believe vdsm originated in Israel.
 It's not a label that would have originated in the US due to it
 not being work-friendly.
 
 That awkwardness aside, ... ovirt-agent will be better for marketing,
 Google searches, etc.
 
 Greg
 
  
  
  ___
  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
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Restore VMs after engine fail

2015-02-14 Thread Raymond
What I did when my engine was reinstalled 

- Via CLI/bash : copy old VM data to new folder 
(/local/folder/storage/original_vm) 
- CLI : check datastore for folders in /rhev/DC/storage 
- GUI : create new VM with 512Gb thin provisioned disk 
- CLI : check datastore and remember new created disk UUID (can also see this 
in GUI) 
- CLI/bash : copy old disk from /local/folder/storage/original_vm to 
/rhev/dc/storage/UUID 
- GUI : boot VM 

regards 
Raymond 



From: Николаев Алексей alexeynikolaev.p...@yandex.ru 
To: users users@ovirt.org 
Sent: Friday, February 13, 2015 8:55:23 PM 
Subject: Re: [ovirt-users] Restore VMs after engine fail 

I have only this logs. 

___ 
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