Sandro Bonazzola has posted comments on this change.

Change subject: Adding some delay to let the db start up on slow systems
......................................................................


Patch Set 1: Code-Review-1

(1 comment)

http://gerrit.ovirt.org/#/c/31240/1/jobs/ovirt_engine_upgrade_params/update_engine_params.sh
File jobs/ovirt_engine_upgrade_params/update_engine_params.sh:

Line 43:     cat /var/lib/pgsql/data/pg_hba.conf
Line 44:     service postgresql start || res=$(($res + $?))
Line 45:     # Wait a few seconds to give time for the database to start up on
Line 46:     # slow systems
Line 47:     wait 30
sleep 30
Line 48:     psql -h 127.0.0.1 postgres postgres \
Line 49:         -c "CREATE USER engine WITH PASSWORD '123456';" \
Line 50:         || res=$(($res + $?))
Line 51:     psql -h 127.0.0.1 postgres postgres \


-- 
To view, visit http://gerrit.ovirt.org/31240
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I01534d7a059d46653e90bb7c3c981bf432a24865
Gerrit-PatchSet: 1
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: David Caro <dcaro...@redhat.com>
Gerrit-Reviewer: Eyal Edri <ee...@redhat.com>
Gerrit-Reviewer: Ohad Basan <oba...@redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczew...@gmail.com>
Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com>
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to