Add /dev/log to ovn-dbs-bundle

This aligns it to the other containers that have OCF and makes it
so that the ocf resource agent correctly logs things in the journal.

Change-Id: Idbcdd4a745d29dc3580d20252f86a81735cdac6f
This commit is contained in:
Michele Baldessari 2020-05-26 18:33:36 +02:00
parent 688a80c255
commit 3841151a2a
1 changed files with 5 additions and 0 deletions

View File

@ -221,6 +221,11 @@ class tripleo::profile::pacemaker::ovn_dbs_bundle (
'target-dir' => '/etc/ovn',
'options' => 'rw',
},
'ovn-dbs-dev-log' => {
'source-dir' => '/dev/log',
'target-dir' => '/dev/log',
'options' => 'rw',
},
}
if (hiera('ovn_dbs_short_node_names_override', undef)) {
$ovn_dbs_short_node_names = hiera('ovn_dbs_short_node_names_override')