Comment 10 for bug 1765506

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/42260
Committed: http://github.com/Juniper/contrail/commit/27f029ffea0906941544bb9661891b1c119ce4ef
Submitter: Zuul v3 CI (<email address hidden>)
Branch: master

commit 27f029ffea0906941544bb9661891b1c119ce4ef
Author: Michał Błotniak <email address hidden>
Date: Fri Apr 20 10:33:14 2018 +0200

Mount sourcedir in DB containers

Passing huge init SQL files via stdin to docker exec caused random
deadlocks. To avoid this files are mounted and read by DB clients inside
containers.

Note that containers in dev environments should be rebuilt
with `make testenv`.

Change-Id: Ia7688c7048da88cb016c28682754145dc37c547b
Partial-Bug: #1765506