From a5adc3d80f7387c75c83f1e0c7ad3333fdc48806 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Thu, 29 Jul 2021 08:34:49 -0700 Subject: Add support for mount options to API When creating containers the specialized mount options where not populated via the API. Fixes: #10831 Signed-off-by: Jhon Honce --- test/apiv2/test-apiv2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/apiv2/test-apiv2') diff --git a/test/apiv2/test-apiv2 b/test/apiv2/test-apiv2 index 26619ae03..e1bf28bae 100755 --- a/test/apiv2/test-apiv2 +++ b/test/apiv2/test-apiv2 @@ -327,7 +327,8 @@ function start_service() { die "Cannot start service on non-localhost ($HOST)" fi - $PODMAN_BIN --root $WORKDIR/server_root system service \ + $PODMAN_BIN --root $WORKDIR/server_root --syslog=true \ + system service \ --time 15 \ tcp:127.0.0.1:$PORT \ &> $WORKDIR/server.log & -- cgit v1.2.3-54-g00ecf