Description of problem: DB installation log should display timestamps Version-Release number of selected component (if applicable): rhevm-3.1.0-32.el6ev.noarch Actual results: db-install log does not show timestamps log: #engine db installer log file on jenkins-vm-06.qa.lab.tlv.redhat.com [engine-db-install] verifying required rpms are installed. postgresql-server-8.4.13-1.el6_3.x86_64 postgresql-8.4.13-1.el6_3.x86_64 postgresql-libs-8.4.13-1.el6_3.x86_64 postgresql-contrib-8.4.13-1.el6_3.x86_64 uuid-1.6.1-10.el6.x86_64 [engine-db-install] verifying postgres service exists. [engine-db-install] init postgres db. [engine-db-install] psgql db already been initialized. [engine-db-install] changing authentication scheme from peer to ident. [engine-db-install] changing authentication scheme from ident to trust. [engine-db-install] stop postgres service. Stopping postgresql service: [ OK ] [engine-db-install] starting postgres service. Starting postgresql service: [FAILED]
Created attachment 700127 [details] example log produced by the patch I've attached an engine-db-install log produced with the submitted patch for review.
patch 12238 merged upstream master: http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=commit;h=12a64a5ae9a68a09effd994875e18f6ba3585d02
Verfied on sf-13: 2013-04-07 12:48:42 PM [engine-db-install] #engine db installer log file on istein-32.qa.lab.tlv.redhat.com 2013-04-07 12:48:42 PM [engine-db-install] verifying required rpms are installed. postgresql-server-8.4.13-1.el6_3.x86_64 postgresql-8.4.13-1.el6_3.x86_64 postgresql-libs-8.4.13-1.el6_3.x86_64 2013-04-07 12:48:42 PM [engine-db-install] verifying postgres service exists. 2013-04-07 12:48:42 PM [engine-db-install] init postgres db. 2013-04-07 12:48:42 PM [engine-db-install] psgql db already been initialized. 2013-04-07 12:48:42 PM [engine-db-install] changing authentication scheme from peer to ident. 2013-04-07 12:48:42 PM [engine-db-install] changing authentication scheme from ident to trust. 2013-04-07 12:48:42 PM [engine-db-install] stop postgres service. Stopping postgresql service: [ OK ]^M 2013-04-07 12:48:44 PM [engine-db-install] starting postgres service. Starting postgresql service: [ OK ]^M 2013-04-07 12:48:46 PM [engine-db-install] validating that postgres service is running...retry 1 psql: could not connect to server: Connection refused Is the server running on host "localhost" and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" and accepting TCP/IP connections on port 5432? 2013-04-07 12:48:47 PM [engine-db-install] validating that postgres service is running...retry 2 ?column? ---------- 1 (1 row)
3.2 has been released